Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Datmel-mci-regs.h87 # define ATMCI_RXRDY ( 1 << 1) /* Receiver Ready */ macro
Datmel-mci.c926 iflags |= ATMCI_RXRDY; in atmci_prepare_data()
1700 ATMCI_TXRDY | ATMCI_RXRDY in atmci_tasklet_func()
1814 ATMCI_TXRDY | ATMCI_RXRDY in atmci_tasklet_func()
1825 atmci_writel(host, ATMCI_IDR, ATMCI_TXRDY | ATMCI_RXRDY in atmci_tasklet_func()
1900 atmci_writel(host, ATMCI_IDR, (ATMCI_NOTBUSY | ATMCI_RXRDY in atmci_read_data_pio()
1906 } while (status & ATMCI_RXRDY); in atmci_read_data_pio()
1914 atmci_writel(host, ATMCI_IDR, ATMCI_RXRDY); in atmci_read_data_pio()
2020 | ATMCI_RXRDY | ATMCI_TXRDY in atmci_interrupt()
2109 if (pending & ATMCI_RXRDY) in atmci_interrupt()