Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mmc/
Dtmio.h59 #define TMIO_STAT_TXRQ 0x02000000 macro
/linux-4.4.14/drivers/mmc/host/
Dtmio_mmc.h37 #define TMIO_MASK_WRITEOP (TMIO_STAT_TXRQ | TMIO_STAT_DATAEND)
Dtmio_mmc_dma.c153 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_TXRQ); in tmio_mmc_start_dma_tx()
Dtmio_mmc_pio.c682 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()