Searched refs:CIRQ_EN (Results 1 – 2 of 2) sorted by relevance
35 #define CIRQ_EN 0x1 macro218 value |= (CIRQ_EDGE | CIRQ_EN); in mtk_cirq_suspend()234 value &= ~(CIRQ_EDGE | CIRQ_EN); in mtk_cirq_resume()
119 #define CIRQ_EN (1 << 8) macro558 irq_mask |= CIRQ_EN; in omap_hsmmc_enable_irq()571 irq_mask |= CIRQ_EN; in omap_hsmmc_disable_irq()1162 while (status & (INT_EN_MASK | CIRQ_EN)) { in omap_hsmmc_irq()1166 if (status & CIRQ_EN) in omap_hsmmc_irq()1678 irq_mask |= CIRQ_EN; in omap_hsmmc_enable_sdio_irq()1682 irq_mask &= ~CIRQ_EN; in omap_hsmmc_enable_sdio_irq()2266 OMAP_HSMMC_WRITE(host->base, ISE, CIRQ_EN); in omap_hsmmc_runtime_suspend()2267 OMAP_HSMMC_WRITE(host->base, IE, CIRQ_EN); in omap_hsmmc_runtime_suspend()2300 OMAP_HSMMC_WRITE(host->base, ISE, CIRQ_EN); in omap_hsmmc_runtime_resume()[all …]