Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dtmio_mmc.h103 #define TMIO_MASK_WRITEOP (TMIO_STAT_TXRQ | TMIO_STAT_DATAEND) macro
106 #define TMIO_MASK_IRQ (TMIO_MASK_READOP | TMIO_MASK_WRITEOP | TMIO_MASK_CMD)
Dtmio_mmc_core.c512 tmio_mmc_disable_mmc_irqs(host, TMIO_MASK_READOP | TMIO_MASK_WRITEOP); in tmio_mmc_data_irq()
569 tmio_mmc_enable_mmc_irqs(host, TMIO_MASK_WRITEOP); in tmio_mmc_cmd_irq()
572 TMIO_MASK_WRITEOP); in tmio_mmc_cmd_irq()