Searched refs:CQHCI_HALT (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | cqhci.c | 276 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) in __cqhci_enable() 373 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in cqhci_off() 376 reg & CQHCI_HALT, 0, CQHCI_OFF_TIMEOUT); in cqhci_off() 595 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) { in cqhci_request() 901 return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT; in cqhci_halted() 916 ctl |= CQHCI_HALT; in cqhci_halt()
|
H A D | cqhci.h | 34 #define CQHCI_HALT 0x00000001 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() 1195 if (!(ctrl & CQHCI_HALT) || timed_out) 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() 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 | 285 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) in __cqhci_enable() 382 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in cqhci_off() 385 reg & CQHCI_HALT, 0, CQHCI_OFF_TIMEOUT); in cqhci_off() 615 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) { in cqhci_request() 953 return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT; in cqhci_halted() 968 ctl |= CQHCI_HALT; in cqhci_halt()
|
H A D | cqhci.h | 40 #define CQHCI_HALT 0x00000001 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() 1209 if (!(ctrl & CQHCI_HALT) || timed_out) 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() 1573 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) in esdhc_cqe_enable()
|
Completed in 19 milliseconds