Searched refs:CQHCI_CFG (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/mmc/host/ |
A D | cqhci-core.c | 118 cqhci_readl(cq_host, CQHCI_CFG), in cqhci_dumpregs() 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() 1082 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in cqhci_recovery_finish() 1084 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in cqhci_recovery_finish() [all …]
|
A D | sdhci-tegra.c | 1235 val = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_enable() 1238 CQHCI_CFG); in sdhci_tegra_cqe_enable() 1242 cqhci_writel(cq_host, val, CQHCI_CFG); in sdhci_tegra_cqe_enable() 1308 reg = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_pre_enable() 1310 cqhci_writel(cq_host, reg, CQHCI_CFG); in sdhci_tegra_cqe_pre_enable() 1319 reg = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_post_disable() 1321 cqhci_writel(cq_host, reg, CQHCI_CFG); in sdhci_tegra_cqe_post_disable()
|
A D | sdhci-pci-gli.c | 736 value = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_gl9763e_cqe_pre_enable() 738 cqhci_writel(cq_host, value, CQHCI_CFG); in sdhci_gl9763e_cqe_pre_enable() 768 value = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_gl9763e_cqe_post_disable() 770 cqhci_writel(cq_host, value, CQHCI_CFG); in sdhci_gl9763e_cqe_post_disable()
|
A D | cqhci.h | 28 #define CQHCI_CFG 0x08 macro
|
A D | mtk-sd.c | 2428 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_pre_enable() 2430 cqhci_writel(cq_host, reg, CQHCI_CFG); in msdc_cqe_pre_enable() 2438 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_post_disable() 2440 cqhci_writel(cq_host, reg, CQHCI_CFG); in msdc_cqe_post_disable()
|
Completed in 22 milliseconds