Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dtmio_mmc.h40 #define TMIO_MASK_IRQ (TMIO_MASK_READOP | TMIO_MASK_WRITEOP | TMIO_MASK_CMD) macro
Dtmio_mmc_pio.c56 host->sdcard_irq_mask &= ~(i & TMIO_MASK_IRQ); in tmio_mmc_enable_mmc_irqs()
62 host->sdcard_irq_mask |= (i & TMIO_MASK_IRQ); in tmio_mmc_disable_mmc_irqs()
629 *ireg = *status & TMIO_MASK_IRQ & ~host->sdcard_irq_mask; in tmio_mmc_card_irq_status()
635 sd_ctrl_write32(host, CTL_STATUS, TMIO_MASK_IRQ); in tmio_mmc_card_irq_status()