Searched refs:ienable (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
H A D | irq.c | 16 static u32 ienable; variable 33 ienable |= (1 << d->hwirq); in chip_unmask() 34 WRCTL(CTL_IENABLE, ienable); in chip_unmask() 39 ienable &= ~(1 << d->hwirq); in chip_mask() 40 WRCTL(CTL_IENABLE, ienable); in chip_mask() 78 /* Load the initial ienable value */ in init_IRQ() 79 ienable = RDCTL(CTL_IENABLE); in init_IRQ()
|
H A D | head.S | 148 wrctl ienable, r0
|
H A D | entry.S | 345 rdctl r9, ienable 367 rdctl r9, ienable /* Isolate possible interrupts */
|
/kernel/linux/linux-6.6/arch/nios2/kernel/ |
H A D | irq.c | 17 static u32 ienable; variable 32 ienable |= (1 << d->hwirq); in chip_unmask() 33 WRCTL(CTL_IENABLE, ienable); in chip_unmask() 38 ienable &= ~(1 << d->hwirq); in chip_mask() 39 WRCTL(CTL_IENABLE, ienable); in chip_mask() 77 /* Load the initial ienable value */ in init_IRQ() 78 ienable = RDCTL(CTL_IENABLE); in init_IRQ()
|
H A D | head.S | 148 wrctl ienable, r0
|
H A D | entry.S | 345 rdctl r9, ienable 367 rdctl r9, ienable /* Isolate possible interrupts */
|
/kernel/linux/linux-5.10/arch/mips/include/asm/sn/sn0/ |
H A D | hubio.h | 913 ienable: 1, member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/sn/sn0/ |
H A D | hubio.h | 913 ienable: 1, member
|
Completed in 7 milliseconds