Searched defs:cqhci_host (Results 1 – 1 of 1) sorted by relevance
218 struct cqhci_host { struct219 const struct cqhci_host_ops *ops; argument220 void __iomem *mmio;221 struct mmc_host *mmc;223 spinlock_t lock;226 unsigned int rca;229 bool dma64;230 int num_slots;231 int qcnt;233 u32 dcmd_slot;[all …]