Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Datmel-mci.c115 #define ATMCI_CMDRDY BIT(0) /* Command Ready */ macro
834 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); in atmci_send_stop_cmd()
1274 while (!(atmci_readl(host, ATMCI_SR) & ATMCI_CMDRDY)) in atmci_start_request()
1291 iflags |= ATMCI_CMDRDY; in atmci_start_request()
1821 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); in atmci_tasklet_func()
1855 ATMCI_CMDRDY); in atmci_tasklet_func()
2187 if (pending & ATMCI_CMDRDY) { in atmci_interrupt()
2189 atmci_writel(host, ATMCI_IDR, ATMCI_CMDRDY); in atmci_interrupt()