Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dtmio_mmc_core.c103 host->sdcard_irq_mask &= ~(i & TMIO_MASK_IRQ); in tmio_mmc_enable_mmc_irqs()
104 sd_ctrl_write32_as_16_and_16(host, CTL_IRQ_MASK, host->sdcard_irq_mask); in tmio_mmc_enable_mmc_irqs()
110 host->sdcard_irq_mask |= (i & TMIO_MASK_IRQ); in tmio_mmc_disable_mmc_irqs()
111 sd_ctrl_write32_as_16_and_16(host, CTL_IRQ_MASK, host->sdcard_irq_mask); in tmio_mmc_disable_mmc_irqs()
205 host->sdcard_irq_mask = host->sdcard_irq_mask_all; in tmio_mmc_reset()
707 ireg = status & TMIO_MASK_IRQ & ~host->sdcard_irq_mask; in tmio_mmc_irq()
Dtmio_mmc.h167 u32 sdcard_irq_mask; member