Lines Matching defs:cqhci_host
146 struct cqhci_host { struct
147 const struct cqhci_host_ops *ops; argument
148 void __iomem *mmio;
149 struct mmc_host *mmc;
151 spinlock_t lock;
154 unsigned int rca;
157 bool dma64;
158 int num_slots;
159 int qcnt;
161 u32 dcmd_slot;
162 u32 caps;
165 u32 quirks;
168 bool enabled;
169 bool halted;
170 bool init_done;
171 bool activated;
172 bool waiting_for_idle;
173 bool recovery_halt;
175 size_t desc_size;
176 size_t data_size;
201 struct cqhci_host_ops { argument
203 void (*write_l)(struct cqhci_host *host, u32 val, int reg); argument