Searched refs:CQHCI_CFG (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | cqhci-core.c | 112 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 D | sdhci-pci-gli.c | 664 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 D | sdhci-tegra.c | 1234 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 D | cqhci.h | 28 #define CQHCI_CFG 0x08 macro
|
| H A D | mtk-sd.c | 2314 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()
|