Home
last modified time | relevance | path

Searched refs:CQHCI_CFG (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A 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()
296 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in __cqhci_disable()
298 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_disable()
1036 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in cqhci_recovery_finish()
[all...]
H A Dsdhci-pci-gli.c664 value = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_gl9763e_cqe_pre_enable()
666 cqhci_writel(cq_host, value, CQHCI_CFG); in sdhci_gl9763e_cqe_pre_enable()
696 value = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_gl9763e_cqe_post_disable()
698 cqhci_writel(cq_host, value, CQHCI_CFG); in sdhci_gl9763e_cqe_post_disable()
H A Dsdhci-tegra.c1234 val = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_enable()
1237 CQHCI_CFG); in sdhci_tegra_cqe_enable()
1241 cqhci_writel(cq_host, val, CQHCI_CFG); in sdhci_tegra_cqe_enable()
1307 reg = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_pre_enable()
1309 cqhci_writel(cq_host, reg, CQHCI_CFG); in sdhci_tegra_cqe_pre_enable()
1318 reg = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_post_disable()
1320 cqhci_writel(cq_host, reg, CQHCI_CFG); in sdhci_tegra_cqe_post_disable()
H A Dcqhci.h26 #define CQHCI_CFG 0x08 macro
183 /* 64/128 bit depends on CQHCI_CFG */
H A Dmtk-sd.c2314 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_pre_enable()
2316 cqhci_writel(cq_host, reg, CQHCI_CFG); in msdc_cqe_pre_enable()
2324 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_post_disable()
2326 cqhci_writel(cq_host, reg, CQHCI_CFG); in msdc_cqe_post_disable()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A 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()
1088 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in cqhci_recovery_finish()
[all...]
H A 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()
H A Dcqhci.h31 #define CQHCI_CFG 0x08 macro
258 /* 64/128 bit depends on CQHCI_CFG */
H A 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()
H A Dmtk-sd.c2540 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_pre_enable()
2542 cqhci_writel(cq_host, reg, CQHCI_CFG); in msdc_cqe_pre_enable()
2550 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_post_disable()
2552 cqhci_writel(cq_host, reg, CQHCI_CFG); in msdc_cqe_post_disable()

Completed in 22 milliseconds