Home
last modified time | relevance | path

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

/Linux-v5.10/arch/nios2/kernel/
Dirq.c16 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()
79 ienable = RDCTL(CTL_IENABLE); in init_IRQ()
Dhead.S148 wrctl ienable, r0
Dentry.S334 rdctl r9, ienable
359 rdctl r9, ienable /* Isolate possible interrupts */
/Linux-v5.10/arch/mips/include/asm/sn/sn0/
Dhubio.h913 ienable: 1, member