Searched defs:dw_mci_slot (Results 1 – 1 of 1) sorted by relevance
252 struct dw_mci_slot { struct253 struct mmc_host *mmc;254 struct dw_mci *host;256 u32 ctype;258 struct mmc_request *mrq;259 struct list_head queue_node;261 unsigned int clock;262 unsigned int __clk_old;264 unsigned long flags;268 int id;[all …]