Searched defs:cqhci_host (Results 1 – 1 of 1) sorted by relevance
221 struct cqhci_host { struct222 const struct cqhci_host_ops *ops; argument223 void __iomem *mmio;224 struct mmc_host *mmc;226 spinlock_t lock;229 unsigned int rca;232 bool dma64;233 int num_slots;234 int qcnt;236 u32 dcmd_slot;[all …]