Searched refs:CQHCI_CTL (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/mmc/host/ |
A D | cqhci-core.c | 119 cqhci_readl(cq_host, CQHCI_CTL)); in cqhci_dumpregs() 285 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) in __cqhci_enable() 286 cqhci_writel(cq_host, 0, CQHCI_CTL); in __cqhci_enable() 367 return cqhci_readl(cq_host, CQHCI_CTL); in cqhci_read_ctl() 382 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in cqhci_off() 612 cqhci_writel(cq_host, 0, CQHCI_CTL); in cqhci_request() 926 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_clear_all_tasks() 928 cqhci_writel(cq_host, ctl, CQHCI_CTL); in cqhci_clear_all_tasks() 946 return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT; in cqhci_halted() 960 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_halt() [all …]
|
A D | cqhci.h | 35 #define CQHCI_CTL 0x0C macro
|
A D | sdhci-tegra.c | 1187 if (reg == CQHCI_CTL && !(val & CQHCI_HALT) && in tegra_cqhci_writel() 1188 cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) { in tegra_cqhci_writel() 1195 ctrl = cqhci_readl(cq_host, CQHCI_CTL); in tegra_cqhci_writel()
|
A D | sdhci-esdhc-imx.c | 1462 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in sdhci_esdhc_imx_hwinit() 1509 cqhci_writel(cq_host, 0, CQHCI_CTL); in esdhc_cqe_enable() 1510 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) in esdhc_cqe_enable()
|
Completed in 14 milliseconds