Searched refs:ATMCI_CMDRDY (Results 1 – 1 of 1) sorted by relevance
116 #define ATMCI_CMDRDY BIT(0) /* Command Ready */ macro859 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); in atmci_send_stop_cmd()1300 while (!(atmci_readl(host, ATMCI_SR) & ATMCI_CMDRDY)) in atmci_start_request()1317 iflags |= ATMCI_CMDRDY; in atmci_start_request()2208 if (pending & ATMCI_CMDRDY) { in atmci_interrupt()2210 atmci_writel(host, ATMCI_IDR, ATMCI_CMDRDY); in atmci_interrupt()