Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mmc/host/ !
Dtmio_mmc_core.c103 host->sdcard_irq_mask &= ~(i & TMIO_MASK_IRQ); in tmio_mmc_enable_mmc_irqs()
110 host->sdcard_irq_mask |= (i & TMIO_MASK_IRQ); in tmio_mmc_disable_mmc_irqs()
709 ireg = status & TMIO_MASK_IRQ & ~host->sdcard_irq_mask; in tmio_mmc_irq()
712 sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, TMIO_MASK_IRQ); in tmio_mmc_irq()
847 tmio_mmc_ack_mmc_irqs(host, TMIO_MASK_IRQ); /* Clear all */ in tmio_mmc_finish_request()
Dtmio_mmc.h113 #define TMIO_MASK_IRQ (TMIO_MASK_READOP | TMIO_MASK_WRITEOP | TMIO_MASK_CMD) macro