Searched refs:CQHCI_CTL (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | cqhci.c | 112 cqhci_readl(cq_host, CQHCI_CTL)); in cqhci_dumpregs() 276 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) in __cqhci_enable() 277 cqhci_writel(cq_host, 0, CQHCI_CTL); in __cqhci_enable() 358 return cqhci_readl(cq_host, CQHCI_CTL); in cqhci_read_ctl() 373 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in cqhci_off() 592 cqhci_writel(cq_host, 0, CQHCI_CTL); in cqhci_request() 595 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) { in cqhci_request() 870 return !(cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_CLEAR_ALL_TASKS); in cqhci_tasks_cleared() 881 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_clear_all_tasks() 883 cqhci_writel(cq_host, ctl, CQHCI_CTL); in cqhci_clear_all_tasks() [all...] |
H A D | cqhci.h | 32 #define CQHCI_CTL 0x0C macro
|
H A D | sdhci-tegra.c | 1186 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()
|
H A D | sdhci-esdhc-imx.c | 1413 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in sdhci_esdhc_imx_hwinit() 1460 cqhci_writel(cq_host, 0, CQHCI_CTL); in esdhc_cqe_enable() 1461 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) in esdhc_cqe_enable()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H 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() 615 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) { in cqhci_request() 922 return !(cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_CLEAR_ALL_TASKS); in cqhci_tasks_cleared() 933 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_clear_all_tasks() 935 cqhci_writel(cq_host, ctl, CQHCI_CTL); in cqhci_clear_all_tasks() [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 | 1525 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in sdhci_esdhc_imx_hwinit() 1572 cqhci_writel(cq_host, 0, CQHCI_CTL); in esdhc_cqe_enable() 1573 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) in esdhc_cqe_enable()
|
Completed in 15 milliseconds