Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Dtmio.h58 #define TMIO_STAT_RXRDY 0x01000000 macro
/linux-4.1.27/drivers/mmc/host/
Dtmio_mmc.h36 #define TMIO_MASK_READOP (TMIO_STAT_RXRDY | TMIO_STAT_DATAEND)
Dtmio_mmc_dma.c77 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_RXRDY); in tmio_mmc_start_dma_rx()
Dtmio_mmc_pio.c680 if (ireg & (TMIO_STAT_RXRDY | TMIO_STAT_TXRQ)) { in __tmio_mmc_sdcard_irq()
681 tmio_mmc_ack_mmc_irqs(host, TMIO_STAT_RXRDY | TMIO_STAT_TXRQ); in __tmio_mmc_sdcard_irq()