Searched refs:ATMCI_CMDRDY (Results 1 – 1 of 1) sorted by relevance
118 #define ATMCI_CMDRDY BIT(0) /* Command Ready */ macro874 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); in atmci_send_stop_cmd()1314 while (!(atmci_readl(host, ATMCI_SR) & ATMCI_CMDRDY)) in atmci_start_request()1331 iflags |= ATMCI_CMDRDY; in atmci_start_request()1860 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); in atmci_tasklet_func()1894 ATMCI_CMDRDY); in atmci_tasklet_func()2225 if (pending & ATMCI_CMDRDY) { in atmci_interrupt()2227 atmci_writel(host, ATMCI_IDR, ATMCI_CMDRDY); in atmci_interrupt()