Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Dcqhci-core.c123 cqhci_readl(cq_host, CQHCI_CFG), in cqhci_dumpregs()
180 cqhci_writel(cq_host, cqhci_readl(cq_host, CQHCI_CFG) | in cqhci_host_alloc_tdl()
181 CQHCI_TASK_DESC_SZ, CQHCI_CFG); in cqhci_host_alloc_tdl()
256 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in __cqhci_enable()
261 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
275 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
288 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
310 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in __cqhci_disable()
312 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_disable()
1093 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in cqhci_recovery_finish()
[all …]
Dsdhci-tegra.c1248 val = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_enable()
1251 CQHCI_CFG); in sdhci_tegra_cqe_enable()
1255 cqhci_writel(cq_host, val, CQHCI_CFG); in sdhci_tegra_cqe_enable()
1321 reg = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_pre_enable()
1323 cqhci_writel(cq_host, reg, CQHCI_CFG); in sdhci_tegra_cqe_pre_enable()
1332 reg = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_post_disable()
1334 cqhci_writel(cq_host, reg, CQHCI_CFG); in sdhci_tegra_cqe_post_disable()
Dcqhci.h31 #define CQHCI_CFG 0x08 macro
Dsdhci-pci-gli.c1247 value = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_gl9763e_cqe_pre_enable()
1249 cqhci_writel(cq_host, value, CQHCI_CFG); in sdhci_gl9763e_cqe_pre_enable()
1279 value = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_gl9763e_cqe_post_disable()
1281 cqhci_writel(cq_host, value, CQHCI_CFG); in sdhci_gl9763e_cqe_post_disable()
Dmtk-sd.c2592 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_pre_enable()
2594 cqhci_writel(cq_host, reg, CQHCI_CFG); in msdc_cqe_pre_enable()
2602 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_post_disable()
2604 cqhci_writel(cq_host, reg, CQHCI_CFG); in msdc_cqe_post_disable()