Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Domap_hsmmc.c119 #define CIRQ_EN (1 << 8) macro
492 irq_mask |= CIRQ_EN; in omap_hsmmc_enable_irq()
505 irq_mask |= CIRQ_EN; in omap_hsmmc_disable_irq()
1106 while (status & (INT_EN_MASK | CIRQ_EN)) { in omap_hsmmc_irq()
1110 if (status & CIRQ_EN) in omap_hsmmc_irq()
1643 irq_mask |= CIRQ_EN; in omap_hsmmc_enable_sdio_irq()
1647 irq_mask &= ~CIRQ_EN; in omap_hsmmc_enable_sdio_irq()
2272 OMAP_HSMMC_WRITE(host->base, ISE, CIRQ_EN); in omap_hsmmc_runtime_suspend()
2273 OMAP_HSMMC_WRITE(host->base, IE, CIRQ_EN); in omap_hsmmc_runtime_suspend()
2315 OMAP_HSMMC_WRITE(host->base, ISE, CIRQ_EN); in omap_hsmmc_runtime_resume()
[all …]