Searched refs:CQHCI_CTL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/mmc/host/ |
D | cqhci.c | 119 cqhci_readl(cq_host, CQHCI_CTL)); in cqhci_dumpregs() 358 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in cqhci_off() 363 reg = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_off() 575 cqhci_writel(cq_host, 0, CQHCI_CTL); in cqhci_request() 578 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) { in cqhci_request() 852 return !(cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_CLEAR_ALL_TASKS); in cqhci_tasks_cleared() 863 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_clear_all_tasks() 865 cqhci_writel(cq_host, ctl, CQHCI_CTL); in cqhci_clear_all_tasks() 883 return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT; in cqhci_halted() 897 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_halt() [all …]
|
D | cqhci.h | 40 #define CQHCI_CTL 0x0C macro
|