Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A Dcqhci-core.c285 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()
A Dcqhci.h37 #define CQHCI_HALT 0x00000001 macro
A Dsdhci-tegra.c1201 if (reg == CQHCI_CTL && !(val & CQHCI_HALT) && in tegra_cqhci_writel()
1202 cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) { in tegra_cqhci_writel()
1210 if (!(ctrl & CQHCI_HALT) || timed_out) in tegra_cqhci_writel()
A Dsdhci-esdhc-imx.c1524 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in sdhci_esdhc_imx_hwinit()
1572 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) in esdhc_cqe_enable()

Completed in 14 milliseconds