Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mmc/host/
Dtmio_mmc.h71 #define TMIO_STAT_RXRDY BIT(24) macro
109 #define TMIO_MASK_READOP (TMIO_STAT_RXRDY | TMIO_STAT_DATAEND)
Dtmio_mmc_core.c659 if (ireg & (TMIO_STAT_RXRDY | TMIO_STAT_TXRQ)) { in __tmio_mmc_sdcard_irq()
660 tmio_mmc_ack_mmc_irqs(host, TMIO_STAT_RXRDY | TMIO_STAT_TXRQ); in __tmio_mmc_sdcard_irq()