Lines Matching defs:cqhci_host
218 struct cqhci_host { struct
219 const struct cqhci_host_ops *ops; argument
220 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;
234 u32 caps;
237 u32 quirks;
240 bool enabled;
241 bool halted;
242 bool init_done;
243 bool activated;
244 bool waiting_for_idle;
245 bool recovery_halt;
247 size_t desc_size;
248 size_t data_size;
250 u8 *desc_base;
253 u8 slot_sz;
279 struct cqhci_host_ops { argument
281 void (*write_l)(struct cqhci_host *host, u32 val, int reg); argument