Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dcqhci-core.c112 cqhci_readl(cq_host, CQHCI_CFG), in cqhci_dumpregs()
169 cqhci_writel(cq_host, cqhci_readl(cq_host, CQHCI_CFG) | in cqhci_host_alloc_tdl()
170 CQHCI_TASK_DESC_SZ, CQHCI_CFG); in cqhci_host_alloc_tdl()
246 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in __cqhci_enable()
251 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
265 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
278 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
300 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in __cqhci_disable()
302 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_disable()
1077 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.h28 #define CQHCI_CFG 0x08 macro
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()