Searched refs:ATMCI_CMDRDY (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
H A Datmel-mci-regs.h86 # define ATMCI_CMDRDY ( 1 << 0) /* Command Ready */ macro
H A Datmel-mci.c729 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); atmci_send_stop_cmd()
1176 while (!(atmci_readl(host, ATMCI_SR) & ATMCI_CMDRDY)) atmci_start_request()
1193 iflags |= ATMCI_CMDRDY; atmci_start_request()
1747 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); atmci_tasklet_func()
1781 ATMCI_CMDRDY); atmci_tasklet_func()
2115 if (pending & ATMCI_CMDRDY) { atmci_interrupt()
2117 atmci_writel(host, ATMCI_IDR, ATMCI_CMDRDY); atmci_interrupt()

Completed in 96 milliseconds