Searched refs:IRQ_ENABLE (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | xlnx-pmu-iomod-intc.c | 266 REG32(IRQ_ENABLE, 0x38) 267 FIELD(IRQ_ENABLE, CSU_PMU_SEC_LOCK, 31, 1) 268 FIELD(IRQ_ENABLE, INV_ADDR, 29, 1) 269 FIELD(IRQ_ENABLE, PWR_DN_REQ, 28, 1) 270 FIELD(IRQ_ENABLE, PWR_UP_REQ, 27, 1) 271 FIELD(IRQ_ENABLE, SW_RST_REQ, 26, 1) 272 FIELD(IRQ_ENABLE, HW_RST_REQ, 25, 1) 273 FIELD(IRQ_ENABLE, ISO_REQ, 24, 1) 274 FIELD(IRQ_ENABLE, FW_REQ, 23, 1) 275 FIELD(IRQ_ENABLE, IPI3, 22, 1) [all …]
|
/openbmc/linux/lib/ |
H A D | locking-selftest-softirq.h | 3 #undef IRQ_ENABLE 8 #define IRQ_ENABLE SOFTIRQ_ENABLE macro
|
H A D | locking-selftest-hardirq.h | 3 #undef IRQ_ENABLE 7 #define IRQ_ENABLE HARDIRQ_ENABLE macro
|
H A D | locking-selftest.c | 880 IRQ_ENABLE(); \ 969 IRQ_ENABLE(); 1031 IRQ_ENABLE(); 1208 IRQ_ENABLE(); 1258 IRQ_ENABLE(); 1314 IRQ_ENABLE();
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | irqflags-arcv2.h | 168 .macro IRQ_ENABLE scratch
|
H A D | irqflags-compact.h | 192 .macro IRQ_ENABLE scratch
|
/openbmc/linux/arch/arm/mach-versatile/ |
H A D | integrator_ap.c | 68 ic_irq_enable = readl(VA_IC_BASE + IRQ_ENABLE); in irq_suspend()
|
H A D | integrator-hardware.h | 296 #define IRQ_ENABLE 0x08 macro
|
/openbmc/linux/sound/pci/ |
H A D | als300.c | 39 #define IRQ_ENABLE 1 macro 159 (cmd == IRQ_ENABLE)) == 0) in snd_als300_set_irq_flag() 579 snd_als300_set_irq_flag(chip, IRQ_ENABLE); in snd_als300_init()
|