Searched refs:CQHCI_CTL (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/mmc/host/ |
H A D | cqhci-core.c | 38 return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT; in cqhci_halted() 124 cqhci_readl(cq_host, CQHCI_CTL)); in cqhci_dumpregs() 291 cqhci_writel(cq_host, 0, CQHCI_CTL); in __cqhci_enable() 372 return cqhci_readl(cq_host, CQHCI_CTL); in cqhci_read_ctl() 387 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in cqhci_off() 622 cqhci_writel(cq_host, 0, CQHCI_CTL); in cqhci_request() 932 return !(cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_CLEAR_ALL_TASKS); in cqhci_tasks_cleared() 943 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_clear_all_tasks() 945 cqhci_writel(cq_host, ctl, CQHCI_CTL); in cqhci_clear_all_tasks() 972 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_halt() [all...] |
H A D | cqhci.h | 38 #define CQHCI_CTL 0x0C macro
|
H A D | sdhci-tegra.c | 1200 if (reg == CQHCI_CTL && !(val & CQHCI_HALT) && in tegra_cqhci_writel() 1201 cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) { in tegra_cqhci_writel() 1208 ctrl = cqhci_readl(cq_host, CQHCI_CTL); in tegra_cqhci_writel()
|
H A D | sdhci-esdhc-imx.c | 1648 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in sdhci_esdhc_imx_hwinit() 1754 cqhci_writel(cq_host, 0, CQHCI_CTL); in esdhc_cqe_enable() 1755 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) in esdhc_cqe_enable()
|