Searched refs:CIRQ_EN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-mtk-cirq.c | 27 #define CIRQ_EN 0x1 macro 210 value |= (CIRQ_EDGE | CIRQ_EN); in mtk_cirq_suspend() 226 value &= ~(CIRQ_EDGE | CIRQ_EN); in mtk_cirq_resume()
|
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-mtk-cirq.c | 54 #define CIRQ_EN 0x1 macro 254 value |= (CIRQ_EDGE | CIRQ_EN); in mtk_cirq_suspend() 271 value &= ~(CIRQ_EDGE | CIRQ_EN); in mtk_cirq_resume()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 117 #define CIRQ_EN (1 << 8) macro 499 irq_mask |= CIRQ_EN; in omap_hsmmc_enable_irq() 512 irq_mask |= CIRQ_EN; in omap_hsmmc_disable_irq() 1077 while (status & (INT_EN_MASK | CIRQ_EN)) { in omap_hsmmc_irq() 1081 if (status & CIRQ_EN) in omap_hsmmc_irq() 1554 irq_mask |= CIRQ_EN; in omap_hsmmc_enable_sdio_irq() 1558 irq_mask &= ~CIRQ_EN; in omap_hsmmc_enable_sdio_irq() 2118 OMAP_HSMMC_WRITE(host->base, ISE, CIRQ_EN); in omap_hsmmc_runtime_suspend() 2119 OMAP_HSMMC_WRITE(host->base, IE, CIRQ_EN); in omap_hsmmc_runtime_suspend() 2152 OMAP_HSMMC_WRITE(host->base, ISE, CIRQ_EN); in omap_hsmmc_runtime_resume() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 117 #define CIRQ_EN (1 << 8) macro 499 irq_mask |= CIRQ_EN; in omap_hsmmc_enable_irq() 512 irq_mask |= CIRQ_EN; in omap_hsmmc_disable_irq() 1072 while (status & (INT_EN_MASK | CIRQ_EN)) { in omap_hsmmc_irq() 1076 if (status & CIRQ_EN) in omap_hsmmc_irq() 1514 irq_mask |= CIRQ_EN; in omap_hsmmc_enable_sdio_irq() 1518 irq_mask &= ~CIRQ_EN; in omap_hsmmc_enable_sdio_irq() 2073 OMAP_HSMMC_WRITE(host->base, ISE, CIRQ_EN); in omap_hsmmc_runtime_suspend() 2074 OMAP_HSMMC_WRITE(host->base, IE, CIRQ_EN); in omap_hsmmc_runtime_suspend() 2107 OMAP_HSMMC_WRITE(host->base, ISE, CIRQ_EN); in omap_hsmmc_runtime_resume() [all...] |
Completed in 7 milliseconds