Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dcqhci.c111 cqhci_readl(cq_host, CQHCI_CFG), in cqhci_dumpregs()
168 cqhci_writel(cq_host, cqhci_readl(cq_host, CQHCI_CFG) | in cqhci_host_alloc_tdl()
169 CQHCI_TASK_DESC_SZ, CQHCI_CFG); in cqhci_host_alloc_tdl()
245 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in __cqhci_enable()
250 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
261 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
274 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
293 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in __cqhci_disable()
295 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_disable()
1034 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in cqhci_recovery_finish()
[all …]
Dsdhci-pci-gli.c659 value = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_gl9763e_cqe_pre_enable()
661 cqhci_writel(cq_host, value, CQHCI_CFG); in sdhci_gl9763e_cqe_pre_enable()
691 value = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_gl9763e_cqe_post_disable()
693 cqhci_writel(cq_host, value, CQHCI_CFG); in sdhci_gl9763e_cqe_post_disable()
Dcqhci.h26 #define CQHCI_CFG 0x08 macro
Dsdhci-tegra.c1217 val = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_enable()
1220 CQHCI_CFG); in sdhci_tegra_cqe_enable()
1223 cqhci_writel(cq_host, val, CQHCI_CFG); in sdhci_tegra_cqe_enable()
Dmtk-sd.c2304 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_pre_enable()
2306 cqhci_writel(cq_host, reg, CQHCI_CFG); in msdc_cqe_pre_enable()
2314 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_post_disable()
2316 cqhci_writel(cq_host, reg, CQHCI_CFG); in msdc_cqe_post_disable()