Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dtmio_mmc.h72 #define TMIO_STAT_RXRDY BIT(24) macro
110 #define TMIO_MASK_READOP (TMIO_STAT_RXRDY | TMIO_STAT_DATAEND)
H A Dtmio_mmc_core.c662 if (ireg & (TMIO_STAT_RXRDY | TMIO_STAT_TXRQ)) { in __tmio_mmc_sdcard_irq()
663 tmio_mmc_ack_mmc_irqs(host, TMIO_STAT_RXRDY | TMIO_STAT_TXRQ); in __tmio_mmc_sdcard_irq()