Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dcqhci.c358 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in cqhci_off()
364 if ((reg & CQHCI_HALT) || timed_out) in cqhci_off()
578 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) { in cqhci_request()
883 return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT; in cqhci_halted()
898 ctl |= CQHCI_HALT; in cqhci_halt()
Dcqhci.h42 #define CQHCI_HALT 0x00000001 macro