Lines Matching defs:mmci_host
175 struct mmci_host { struct
176 phys_addr_t phybase;
177 void __iomem *base;
178 struct mmc_request *mrq;
179 struct mmc_command *cmd;
180 struct mmc_data *data;
181 struct mmc_host *mmc;
182 struct clk *clk;
183 int gpio_cd;
184 int gpio_wp;
185 int gpio_cd_irq;
186 bool singleirq;
188 spinlock_t lock;
213 struct mmci_host_next next_data; argument