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

/linux-4.1.27/drivers/mmc/host/
H A Datmel-mci-regs.h87 # define ATMCI_RXRDY ( 1 << 1) /* Receiver Ready */ macro
H A Datmel-mci.c927 iflags |= ATMCI_RXRDY; atmci_prepare_data()
1701 ATMCI_TXRDY | ATMCI_RXRDY atmci_tasklet_func()
1815 ATMCI_TXRDY | ATMCI_RXRDY atmci_tasklet_func()
1826 atmci_writel(host, ATMCI_IDR, ATMCI_TXRDY | ATMCI_RXRDY atmci_tasklet_func()
1901 atmci_writel(host, ATMCI_IDR, (ATMCI_NOTBUSY | ATMCI_RXRDY atmci_read_data_pio()
1907 } while (status & ATMCI_RXRDY); atmci_read_data_pio()
1915 atmci_writel(host, ATMCI_IDR, ATMCI_RXRDY); atmci_read_data_pio()
2021 | ATMCI_RXRDY | ATMCI_TXRDY atmci_interrupt()
2110 if (pending & ATMCI_RXRDY) atmci_interrupt()

Completed in 64 milliseconds