Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dcqhci-core.c113 cqhci_readl(cq_host, CQHCI_CTL)); in cqhci_dumpregs()
280 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) in __cqhci_enable()
281 cqhci_writel(cq_host, 0, CQHCI_CTL); in __cqhci_enable()
362 return cqhci_readl(cq_host, CQHCI_CTL); in cqhci_read_ctl()
377 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in cqhci_off()
607 cqhci_writel(cq_host, 0, CQHCI_CTL); in cqhci_request()
610 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) { in cqhci_request()
910 return !(cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_CLEAR_ALL_TASKS); in cqhci_tasks_cleared()
921 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_clear_all_tasks()
923 cqhci_writel(cq_host, ctl, CQHCI_CTL); in cqhci_clear_all_tasks()
[all …]
H A Dcqhci.h35 #define CQHCI_CTL 0x0C macro
H A Dsdhci-esdhc-imx.c1404 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in sdhci_esdhc_imx_hwinit()
1451 cqhci_writel(cq_host, 0, CQHCI_CTL); in esdhc_cqe_enable()
1452 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) in esdhc_cqe_enable()
H A Dsdhci-tegra.c1186 if (reg == CQHCI_CTL && !(val & CQHCI_HALT) && in tegra_cqhci_writel()
1187 cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) { in tegra_cqhci_writel()
1194 ctrl = cqhci_readl(cq_host, CQHCI_CTL); in tegra_cqhci_writel()