Searched defs:toshsd_host (Results 1 – 1 of 1) sorted by relevance
163 struct toshsd_host { struct164 struct pci_dev *pdev;165 struct mmc_host *mmc;167 spinlock_t lock;169 struct mmc_request *mrq;/* Current request */170 struct mmc_command *cmd;/* Current command */171 struct mmc_data *data; /* Current data request */173 struct sg_mapping_iter sg_miter; /* for PIO */175 void __iomem *ioaddr; /* mapped address */