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

/linux-master/drivers/mmc/host/
H A Dtmio_mmc.h110 #define TMIO_MASK_WRITEOP (TMIO_STAT_TXRQ | TMIO_STAT_DATAEND) macro
113 #define TMIO_MASK_IRQ (TMIO_MASK_READOP | TMIO_MASK_WRITEOP | TMIO_MASK_CMD)
H A Dtmio_mmc_core.c558 tmio_mmc_disable_mmc_irqs(host, TMIO_MASK_READOP | TMIO_MASK_WRITEOP);
615 tmio_mmc_enable_mmc_irqs(host, TMIO_MASK_WRITEOP);
618 TMIO_MASK_WRITEOP);

Completed in 198 milliseconds