Searched refs:CQHCI_HALT (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/mmc/host/ |
D | cqhci.c | 370 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in cqhci_off() 373 reg & CQHCI_HALT, 0, CQHCI_OFF_TIMEOUT); in cqhci_off() 592 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) { in cqhci_request() 898 return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT; in cqhci_halted() 913 ctl |= CQHCI_HALT; in cqhci_halt()
|
D | cqhci.h | 34 #define CQHCI_HALT 0x00000001 macro
|
D | sdhci-tegra.c | 1171 if (reg == CQHCI_CTL && !(val & CQHCI_HALT) && in tegra_cqhci_writel() 1172 cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) { in tegra_cqhci_writel() 1179 if (!(ctrl & CQHCI_HALT) || timed_out) in tegra_cqhci_writel()
|
D | sdhci-esdhc-imx.c | 1405 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in sdhci_esdhc_imx_hwinit() 1453 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) in esdhc_cqe_enable()
|