Lines Matching refs:cqhci_host
35 static inline u8 *get_desc(struct cqhci_host *cq_host, u8 tag)
40 static inline u8 *get_link_desc(struct cqhci_host *cq_host, u8 tag)
47 static inline dma_addr_t get_trans_desc_dma(struct cqhci_host *cq_host, u8 tag)
54 static inline u8 *get_trans_desc(struct cqhci_host *cq_host, u8 tag)
60 static void setup_trans_desc(struct cqhci_host *cq_host, u8 tag)
90 static void cqhci_set_irqs(struct cqhci_host *cq_host, u32 set)
101 static void cqhci_dumpregs(struct cqhci_host *cq_host)
162 static int cqhci_host_alloc_tdl(struct cqhci_host *cq_host)
240 static void __cqhci_enable(struct cqhci_host *cq_host)
292 static void __cqhci_disable(struct cqhci_host *cq_host)
307 struct cqhci_host *cq_host = mmc->cqe_private;
325 struct cqhci_host *cq_host = mmc->cqe_private;
356 static u32 cqhci_read_ctl(struct cqhci_host *cq_host)
363 struct cqhci_host *cq_host = mmc->cqe_private;
390 struct cqhci_host *cq_host = mmc->cqe_private;
478 struct cqhci_host *cq_host, int tag)
518 struct cqhci_host *cq_host = mmc->cqe_private;
576 struct cqhci_host *cq_host = mmc->cqe_private;
646 struct cqhci_host *cq_host = mmc->cqe_private;
674 struct cqhci_host *cq_host = mmc->cqe_private;
736 struct cqhci_host *cq_host = mmc->cqe_private;
773 struct cqhci_host *cq_host = mmc->cqe_private;
817 static bool cqhci_is_idle(struct cqhci_host *cq_host, int *ret)
833 struct cqhci_host *cq_host = mmc->cqe_private;
844 struct cqhci_host *cq_host = mmc->cqe_private;
868 static bool cqhci_tasks_cleared(struct cqhci_host *cq_host)
875 struct cqhci_host *cq_host = mmc->cqe_private;
899 static bool cqhci_halted(struct cqhci_host *cq_host)
906 struct cqhci_host *cq_host = mmc->cqe_private;
942 struct cqhci_host *cq_host = mmc->cqe_private;
971 static void cqhci_recover_mrq(struct cqhci_host *cq_host, unsigned int tag)
995 static void cqhci_recover_mrqs(struct cqhci_host *cq_host)
1015 struct cqhci_host *cq_host = mmc->cqe_private;
1081 struct cqhci_host *cqhci_pltfm_init(struct platform_device *pdev)
1083 struct cqhci_host *cq_host;
1110 static unsigned int cqhci_ver_major(struct cqhci_host *cq_host)
1115 static unsigned int cqhci_ver_minor(struct cqhci_host *cq_host)
1122 int cqhci_init(struct cqhci_host *cq_host, struct mmc_host *mmc,