Searched refs:TMIO_STAT_TXRQ (Results 1 – 4 of 4) sorted by relevance
59 #define TMIO_STAT_TXRQ 0x02000000 macro
37 #define TMIO_MASK_WRITEOP (TMIO_STAT_TXRQ | TMIO_STAT_DATAEND)
153 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_TXRQ); in tmio_mmc_start_dma_tx()
682 if (ireg & (TMIO_STAT_RXRDY | TMIO_STAT_TXRQ)) { in __tmio_mmc_sdcard_irq()683 tmio_mmc_ack_mmc_irqs(host, TMIO_STAT_RXRDY | TMIO_STAT_TXRQ); in __tmio_mmc_sdcard_irq()