Home
last modified time | relevance | path

Searched refs:CQHCI_CTL (Results 1 – 4 of 4) sorted by relevance

/drivers/mmc/host/
Dcqhci.c111 cqhci_readl(cq_host, CQHCI_CTL)); in cqhci_dumpregs()
359 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in cqhci_off()
364 reg = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_off()
578 cqhci_writel(cq_host, 0, CQHCI_CTL); in cqhci_request()
581 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) { in cqhci_request()
856 return !(cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_CLEAR_ALL_TASKS); in cqhci_tasks_cleared()
867 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_clear_all_tasks()
869 cqhci_writel(cq_host, ctl, CQHCI_CTL); in cqhci_clear_all_tasks()
887 return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT; in cqhci_halted()
901 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_halt()
[all …]
Dcqhci.h32 #define CQHCI_CTL 0x0C macro
Dsdhci-tegra.c1145 if (reg == CQHCI_CTL && !(val & CQHCI_HALT) && in tegra_cqhci_writel()
1146 cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) { in tegra_cqhci_writel()
1152 ctrl = cqhci_readl(cq_host, CQHCI_CTL); in tegra_cqhci_writel()
Dsdhci-esdhc-imx.c1288 cqhci_writel(cq_host, 0, CQHCI_CTL); in esdhc_cqe_enable()
1289 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) in esdhc_cqe_enable()