Searched refs:cqhci_host (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/mmc/host/ |
D | cqhci.c | 42 static inline u8 *get_desc(struct cqhci_host *cq_host, u8 tag) in get_desc() 47 static inline u8 *get_link_desc(struct cqhci_host *cq_host, u8 tag) in get_link_desc() 54 static inline dma_addr_t get_trans_desc_dma(struct cqhci_host *cq_host, u8 tag) in get_trans_desc_dma() 61 static inline u8 *get_trans_desc(struct cqhci_host *cq_host, u8 tag) in get_trans_desc() 67 static void setup_trans_desc(struct cqhci_host *cq_host, u8 tag) in setup_trans_desc() 97 static void cqhci_set_irqs(struct cqhci_host *cq_host, u32 set) in cqhci_set_irqs() 108 static void cqhci_dumpregs(struct cqhci_host *cq_host) in cqhci_dumpregs() 169 static int cqhci_host_alloc_tdl(struct cqhci_host *cq_host) in cqhci_host_alloc_tdl() 238 static void __cqhci_enable(struct cqhci_host *cq_host) in __cqhci_enable() 287 static void __cqhci_disable(struct cqhci_host *cq_host) in __cqhci_disable() [all …]
|
D | cqhci.h | 152 struct cqhci_host { struct 209 void (*write_l)(struct cqhci_host *host, u32 val, int reg); argument 210 u32 (*read_l)(struct cqhci_host *host, int reg); 215 static inline void cqhci_writel(struct cqhci_host *host, u32 val, int reg) in cqhci_writel() 223 static inline u32 cqhci_readl(struct cqhci_host *host, int reg) in cqhci_readl() 235 int cqhci_init(struct cqhci_host *cq_host, struct mmc_host *mmc, bool dma64); 236 struct cqhci_host *cqhci_pltfm_init(struct platform_device *pdev);
|
D | sdhci-of-arasan.c | 660 struct cqhci_host *cq_host; in sdhci_arasan_add_host()
|
D | sdhci-pci-core.c | 757 struct cqhci_host *cq_host; in glk_emmc_add_host()
|