Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dtmio_mmc_core.c97 host->sdcard_irq_mask &= ~(i & TMIO_MASK_IRQ); in tmio_mmc_enable_mmc_irqs()
104 host->sdcard_irq_mask |= (i & TMIO_MASK_IRQ); in tmio_mmc_disable_mmc_irqs()
664 ireg = status & TMIO_MASK_IRQ & ~host->sdcard_irq_mask; in tmio_mmc_irq()
667 sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, TMIO_MASK_IRQ); in tmio_mmc_irq()
Dtmio_mmc.h106 #define TMIO_MASK_IRQ (TMIO_MASK_READOP | TMIO_MASK_WRITEOP | TMIO_MASK_CMD) macro