Lines Matching defs:cqhci_host
221 struct cqhci_host { struct
222 const struct cqhci_host_ops *ops; argument
223 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;
237 u32 caps;
240 u32 quirks;
243 bool enabled;
244 bool halted;
245 bool init_done;
246 bool activated;
247 bool waiting_for_idle;
248 bool recovery_halt;
250 size_t desc_size;
251 size_t data_size;
253 u8 *desc_base;
256 u8 slot_sz;
282 struct cqhci_host_ops { argument
284 void (*write_l)(struct cqhci_host *host, u32 val, int reg); argument