Home
last modified time | relevance | path

Searched refs:TMIO_STAT_RXRDY (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dtmio_mmc.h71 #define TMIO_STAT_RXRDY BIT(24) macro
102 #define TMIO_MASK_READOP (TMIO_STAT_RXRDY | TMIO_STAT_DATAEND)
H A Dtmio_mmc_core.c615 if (ireg & (TMIO_STAT_RXRDY | TMIO_STAT_TXRQ)) { in __tmio_mmc_sdcard_irq()
616 tmio_mmc_ack_mmc_irqs(host, TMIO_STAT_RXRDY | TMIO_STAT_TXRQ); in __tmio_mmc_sdcard_irq()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dtmio_mmc.h71 #define TMIO_STAT_RXRDY BIT(24) macro
109 #define TMIO_MASK_READOP (TMIO_STAT_RXRDY | TMIO_STAT_DATAEND)
H A Dtmio_mmc_core.c661 if (ireg & (TMIO_STAT_RXRDY | TMIO_STAT_TXRQ)) { in __tmio_mmc_sdcard_irq()
662 tmio_mmc_ack_mmc_irqs(host, TMIO_STAT_RXRDY | TMIO_STAT_TXRQ); in __tmio_mmc_sdcard_irq()

Completed in 5 milliseconds