Searched refs:TMIO_STAT_DATAEND (Results 1 – 4 of 4) sorted by relevance
43 #define TMIO_STAT_DATAEND 0x00000004 macro
36 #define TMIO_MASK_READOP (TMIO_STAT_RXRDY | TMIO_STAT_DATAEND)37 #define TMIO_MASK_WRITEOP (TMIO_STAT_TXRQ | TMIO_STAT_DATAEND)
548 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_data_irq()552 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_data_irq()687 if (ireg & TMIO_STAT_DATAEND) { in __tmio_mmc_sdcard_irq()688 tmio_mmc_ack_mmc_irqs(host, TMIO_STAT_DATAEND); in __tmio_mmc_sdcard_irq()
231 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_issue_tasklet_fn()