Searched refs:ATMCI_CMDRDY (Results 1 – 2 of 2) sorted by relevance
86 # define ATMCI_CMDRDY ( 1 << 0) /* Command Ready */ macro
723 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); in atmci_send_stop_cmd()1170 while (!(atmci_readl(host, ATMCI_SR) & ATMCI_CMDRDY)) in atmci_start_request()1187 iflags |= ATMCI_CMDRDY; in atmci_start_request()1744 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); in atmci_tasklet_func()1778 ATMCI_CMDRDY); in atmci_tasklet_func()2112 if (pending & ATMCI_CMDRDY) { in atmci_interrupt()2114 atmci_writel(host, ATMCI_IDR, ATMCI_CMDRDY); in atmci_interrupt()