Searched refs:TMIO_STAT_RXRDY (Results 1 – 4 of 4) sorted by relevance
58 #define TMIO_STAT_RXRDY 0x01000000 macro
36 #define TMIO_MASK_READOP (TMIO_STAT_RXRDY | TMIO_STAT_DATAEND)
77 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_RXRDY); in tmio_mmc_start_dma_rx()
680 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()