Home
last modified time | relevance | path

Searched refs:cqhci_writel (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/mmc/host/
Dcqhci-core.c99 cqhci_writel(cq_host, set, CQHCI_ISTE); in cqhci_set_irqs()
100 cqhci_writel(cq_host, set, CQHCI_ISGE); in cqhci_set_irqs()
175 cqhci_writel(cq_host, cqhci_readl(cq_host, CQHCI_CFG) | in cqhci_host_alloc_tdl()
256 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
270 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
272 cqhci_writel(cq_host, lower_32_bits(cq_host->desc_dma_base), in __cqhci_enable()
274 cqhci_writel(cq_host, upper_32_bits(cq_host->desc_dma_base), in __cqhci_enable()
277 cqhci_writel(cq_host, cq_host->rca, CQHCI_SSC2); in __cqhci_enable()
283 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
286 cqhci_writel(cq_host, 0, CQHCI_CTL); in __cqhci_enable()
[all …]
Dcqhci-crypto.c45 cqhci_writel(cq_host, 0, slot_offset + 16 * sizeof(cfg->reg_val[0])); in cqhci_crypto_program_key()
49 cqhci_writel(cq_host, le32_to_cpu(cfg->reg_val[i]), in cqhci_crypto_program_key()
53 cqhci_writel(cq_host, le32_to_cpu(cfg->reg_val[17]), in cqhci_crypto_program_key()
56 cqhci_writel(cq_host, le32_to_cpu(cfg->reg_val[16]), in cqhci_crypto_program_key()
Dsdhci-tegra.c1249 cqhci_writel(cq_host, (val & ~CQHCI_ENABLE), in sdhci_tegra_cqe_enable()
1254 cqhci_writel(cq_host, val, CQHCI_CFG); in sdhci_tegra_cqe_enable()
1266 cqhci_writel(cq_host, val, CQHCI_SSC1); in sdhci_tegra_cqe_enable()
1322 cqhci_writel(cq_host, reg, CQHCI_CFG); in sdhci_tegra_cqe_pre_enable()
1333 cqhci_writel(cq_host, reg, CQHCI_CFG); in sdhci_tegra_cqe_post_disable()
Dcqhci.h295 static inline void cqhci_writel(struct cqhci_host *host, u32 val, int reg) in cqhci_writel() function
Dsdhci-pci-gli.c841 cqhci_writel(cq_host, value, CQHCI_CFG); in sdhci_gl9763e_cqe_pre_enable()
873 cqhci_writel(cq_host, value, CQHCI_CFG); in sdhci_gl9763e_cqe_post_disable()
Dsdhci-esdhc-imx.c1474 cqhci_writel(cq_host, tmp, CQHCI_IS); in sdhci_esdhc_imx_hwinit()
1475 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in sdhci_esdhc_imx_hwinit()
1522 cqhci_writel(cq_host, 0, CQHCI_CTL); in esdhc_cqe_enable()
Dmtk-sd.c2487 cqhci_writel(cq_host, reg, CQHCI_CFG); in msdc_cqe_pre_enable()
2497 cqhci_writel(cq_host, reg, CQHCI_CFG); in msdc_cqe_post_disable()
Dsdhci-msm.c2165 cqhci_writel(cq_host, cqcfg, CQHCI_VENDOR_CFG1); in sdhci_msm_cqe_add_host()