Searched refs:cqhci_host (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/drivers/mmc/host/ |
| D | cqhci.c | 35 static inline u8 *get_desc(struct cqhci_host *cq_host, u8 tag) in get_desc() 40 static inline u8 *get_link_desc(struct cqhci_host *cq_host, u8 tag) in get_link_desc() 47 static inline dma_addr_t get_trans_desc_dma(struct cqhci_host *cq_host, u8 tag) in get_trans_desc_dma() 54 static inline u8 *get_trans_desc(struct cqhci_host *cq_host, u8 tag) in get_trans_desc() 60 static void setup_trans_desc(struct cqhci_host *cq_host, u8 tag) in setup_trans_desc() 90 static void cqhci_set_irqs(struct cqhci_host *cq_host, u32 set) in cqhci_set_irqs() 101 static void cqhci_dumpregs(struct cqhci_host *cq_host) in cqhci_dumpregs() 162 static int cqhci_host_alloc_tdl(struct cqhci_host *cq_host) in cqhci_host_alloc_tdl() 240 static void __cqhci_enable(struct cqhci_host *cq_host) in __cqhci_enable() 289 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); 213 static inline void cqhci_writel(struct cqhci_host *host, u32 val, int reg) in cqhci_writel() 221 static inline u32 cqhci_readl(struct cqhci_host *host, int reg) in cqhci_readl() 233 int cqhci_init(struct cqhci_host *cq_host, struct mmc_host *mmc, bool dma64); 234 struct cqhci_host *cqhci_pltfm_init(struct platform_device *pdev);
|
| D | sdhci-pci-gli.c | 656 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_gl9763e_cqe_pre_enable() 688 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_gl9763e_cqe_post_disable() 709 struct cqhci_host *cq_host; in gl9763e_add_host()
|
| D | sdhci_am654.c | 538 struct cqhci_host *cq_host; in sdhci_am654_cqe_add_host() 541 cq_host = devm_kzalloc(host->mmc->parent, sizeof(struct cqhci_host), in sdhci_am654_cqe_add_host()
|
| D | sdhci-brcmstb.c | 175 struct cqhci_host *cq_host; in sdhci_brcmstb_add_host()
|
| D | sdhci-tegra.c | 1156 static void tegra_cqhci_writel(struct cqhci_host *cq_host, u32 val, int reg) in tegra_cqhci_writel() 1207 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_tegra_cqe_enable() 1517 struct cqhci_host *cq_host; in sdhci_tegra_add_host()
|
| D | sdhci-esdhc-imx.c | 1303 struct cqhci_host *cq_host = host->mmc->cqe_private; in sdhci_esdhc_imx_hwinit() 1413 struct cqhci_host *cq_host = mmc->cqe_private; in esdhc_cqe_enable() 1606 struct cqhci_host *cq_host; in sdhci_esdhc_imx_probe()
|
| D | mtk-sd.c | 444 struct cqhci_host *cq_host; 2301 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_pre_enable() 2311 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_post_disable()
|
| D | sdhci-of-arasan.c | 1464 struct cqhci_host *cq_host; in sdhci_arasan_add_host()
|
| D | sdhci-pci-core.c | 980 struct cqhci_host *cq_host; in glk_emmc_add_host()
|
| D | sdhci-msm.c | 1847 struct cqhci_host *cq_host; in sdhci_msm_cqe_add_host()
|