Home
last modified time | relevance | path

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

/drivers/mmc/host/
Domap_hsmmc.c120 #define CIRQ_EN (1 << 8) macro
595 irq_mask |= CIRQ_EN; in omap_hsmmc_enable_irq()
608 irq_mask |= CIRQ_EN; in omap_hsmmc_disable_irq()
1210 while (status & (INT_EN_MASK | CIRQ_EN)) { in omap_hsmmc_irq()
1214 if (status & CIRQ_EN) in omap_hsmmc_irq()
1731 irq_mask |= CIRQ_EN; in omap_hsmmc_enable_sdio_irq()
1735 irq_mask &= ~CIRQ_EN; in omap_hsmmc_enable_sdio_irq()
2352 OMAP_HSMMC_WRITE(host->base, ISE, CIRQ_EN); in omap_hsmmc_runtime_suspend()
2353 OMAP_HSMMC_WRITE(host->base, IE, CIRQ_EN); in omap_hsmmc_runtime_suspend()
2386 OMAP_HSMMC_WRITE(host->base, ISE, CIRQ_EN); in omap_hsmmc_runtime_resume()
[all …]