Home
last modified time | relevance | path

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

/openbmc/linux/arch/nios2/kernel/
H A Dirq.c17 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()
78 ienable = RDCTL(CTL_IENABLE); in init_IRQ()
H A Dhead.S148 wrctl ienable, r0
H A Dentry.S345 rdctl r9, ienable
367 rdctl r9, ienable /* Isolate possible interrupts */
/openbmc/u-boot/arch/nios2/cpu/
H A Dstart.S56 wrctl ienable, r0 /* All disabled */
/openbmc/linux/arch/mips/include/asm/sn/sn0/
H A Dhubio.h913 ienable: 1, member