Searched refs:CQHCI_CFG (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/mmc/host/ |
D | cqhci.c | 111 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 …]
|
D | sdhci-pci-gli.c | 659 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()
|
D | cqhci.h | 26 #define CQHCI_CFG 0x08 macro
|
D | sdhci-tegra.c | 1217 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()
|
D | mtk-sd.c | 2304 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()
|