sdcard_irq_mask   157 drivers/mmc/host/tmio_mmc.h 	u32			sdcard_irq_mask;
sdcard_irq_mask    97 drivers/mmc/host/tmio_mmc_core.c 	host->sdcard_irq_mask &= ~(i & TMIO_MASK_IRQ);
sdcard_irq_mask    98 drivers/mmc/host/tmio_mmc_core.c 	sd_ctrl_write32_as_16_and_16(host, CTL_IRQ_MASK, host->sdcard_irq_mask);
sdcard_irq_mask   104 drivers/mmc/host/tmio_mmc_core.c 	host->sdcard_irq_mask |= (i & TMIO_MASK_IRQ);
sdcard_irq_mask   105 drivers/mmc/host/tmio_mmc_core.c 	sd_ctrl_write32_as_16_and_16(host, CTL_IRQ_MASK, host->sdcard_irq_mask);
sdcard_irq_mask   664 drivers/mmc/host/tmio_mmc_core.c 	ireg = status & TMIO_MASK_IRQ & ~host->sdcard_irq_mask;
sdcard_irq_mask  1234 drivers/mmc/host/tmio_mmc_core.c 	_host->sdcard_irq_mask = sd_ctrl_read16_and_16_as_32(_host, CTL_IRQ_MASK);