Home
last modified time | relevance | path

Searched refs:CQHCI_CFG (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/mmc/host/
Dcqhci-core.c118 cqhci_readl(cq_host, CQHCI_CFG), in cqhci_dumpregs()
175 cqhci_writel(cq_host, cqhci_readl(cq_host, CQHCI_CFG) | in cqhci_host_alloc_tdl()
176 CQHCI_TASK_DESC_SZ, CQHCI_CFG); in cqhci_host_alloc_tdl()
251 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in __cqhci_enable()
256 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
270 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
283 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
305 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in __cqhci_disable()
307 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_disable()
1089 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in cqhci_recovery_finish()
[all …]
Dsdhci-tegra.c1247 val = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_enable()
1250 CQHCI_CFG); in sdhci_tegra_cqe_enable()
1254 cqhci_writel(cq_host, val, CQHCI_CFG); in sdhci_tegra_cqe_enable()
1320 reg = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_pre_enable()
1322 cqhci_writel(cq_host, reg, CQHCI_CFG); in sdhci_tegra_cqe_pre_enable()
1331 reg = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_post_disable()
1333 cqhci_writel(cq_host, reg, CQHCI_CFG); in sdhci_tegra_cqe_post_disable()
Dsdhci-pci-gli.c839 value = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_gl9763e_cqe_pre_enable()
841 cqhci_writel(cq_host, value, CQHCI_CFG); in sdhci_gl9763e_cqe_pre_enable()
871 value = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_gl9763e_cqe_post_disable()
873 cqhci_writel(cq_host, value, CQHCI_CFG); in sdhci_gl9763e_cqe_post_disable()
Dcqhci.h28 #define CQHCI_CFG 0x08 macro
Dmtk-sd.c2485 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_pre_enable()
2487 cqhci_writel(cq_host, reg, CQHCI_CFG); in msdc_cqe_pre_enable()
2495 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_post_disable()
2497 cqhci_writel(cq_host, reg, CQHCI_CFG); in msdc_cqe_post_disable()