Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dtmio_mmc.h52 #define TMIO_STAT_CMDRESPEND BIT(0) macro
104 #define TMIO_MASK_CMD (TMIO_STAT_CMDRESPEND | TMIO_STAT_CMDTIMEOUT | \
H A Dtmio_mmc_core.c607 if (ireg & (TMIO_STAT_CMDRESPEND | TMIO_STAT_CMDTIMEOUT)) { in __tmio_mmc_sdcard_irq()
608 tmio_mmc_ack_mmc_irqs(host, TMIO_STAT_CMDRESPEND | in __tmio_mmc_sdcard_irq()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dtmio_mmc.h52 #define TMIO_STAT_CMDRESPEND BIT(0) macro
111 #define TMIO_MASK_CMD (TMIO_STAT_CMDRESPEND | TMIO_STAT_CMDTIMEOUT | \
H A Dtmio_mmc_core.c653 if (ireg & (TMIO_STAT_CMDRESPEND | TMIO_STAT_CMDTIMEOUT)) { in __tmio_mmc_sdcard_irq()
654 tmio_mmc_ack_mmc_irqs(host, TMIO_STAT_CMDRESPEND | in __tmio_mmc_sdcard_irq()

Completed in 6 milliseconds