Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Datmel-mci-regs.h86 # define ATMCI_CMDRDY ( 1 << 0) /* Command Ready */ macro
Datmel-mci.c728 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); in atmci_send_stop_cmd()
1175 while (!(atmci_readl(host, ATMCI_SR) & ATMCI_CMDRDY)) in atmci_start_request()
1192 iflags |= ATMCI_CMDRDY; in atmci_start_request()
1746 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); in atmci_tasklet_func()
1780 ATMCI_CMDRDY); in atmci_tasklet_func()
2114 if (pending & ATMCI_CMDRDY) { in atmci_interrupt()
2116 atmci_writel(host, ATMCI_IDR, ATMCI_CMDRDY); in atmci_interrupt()