Searched refs:cqhci_host (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/mmc/host/ |
| D | cqhci.c | 34 static inline u8 *get_desc(struct cqhci_host *cq_host, u8 tag) in get_desc() 39 static inline u8 *get_link_desc(struct cqhci_host *cq_host, u8 tag) in get_link_desc() 46 static inline dma_addr_t get_trans_desc_dma(struct cqhci_host *cq_host, u8 tag) in get_trans_desc_dma() 53 static inline u8 *get_trans_desc(struct cqhci_host *cq_host, u8 tag) in get_trans_desc() 59 static void setup_trans_desc(struct cqhci_host *cq_host, u8 tag) in setup_trans_desc() 89 static void cqhci_set_irqs(struct cqhci_host *cq_host, u32 set) in cqhci_set_irqs() 100 static void cqhci_dumpregs(struct cqhci_host *cq_host) in cqhci_dumpregs() 161 static int cqhci_host_alloc_tdl(struct cqhci_host *cq_host) in cqhci_host_alloc_tdl() 239 static void __cqhci_enable(struct cqhci_host *cq_host) in __cqhci_enable() 288 static void __cqhci_disable(struct cqhci_host *cq_host) in __cqhci_disable() [all …]
|
| D | cqhci.h | 146 struct cqhci_host { struct 203 void (*write_l)(struct cqhci_host *host, u32 val, int reg); argument 204 u32 (*read_l)(struct cqhci_host *host, int reg); 211 static inline void cqhci_writel(struct cqhci_host *host, u32 val, int reg) in cqhci_writel() 219 static inline u32 cqhci_readl(struct cqhci_host *host, int reg) in cqhci_readl() 231 int cqhci_init(struct cqhci_host *cq_host, struct mmc_host *mmc, bool dma64); 232 struct cqhci_host *cqhci_pltfm_init(struct platform_device *pdev);
|
| D | sdhci-tegra.c | 1130 static void tegra_cqhci_writel(struct cqhci_host *cq_host, u32 val, int reg) in tegra_cqhci_writel() 1181 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_tegra_cqe_enable() 1460 struct cqhci_host *cq_host; in sdhci_tegra_add_host()
|
| D | sdhci-of-arasan.c | 692 struct cqhci_host *cq_host; in sdhci_arasan_add_host()
|
| D | sdhci-esdhc-imx.c | 1249 struct cqhci_host *cq_host = mmc->cqe_private; in esdhc_cqe_enable() 1439 struct cqhci_host *cq_host; in sdhci_esdhc_imx_probe()
|
| D | sdhci-pci-core.c | 811 struct cqhci_host *cq_host; in glk_emmc_add_host()
|