Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/nios2/cpu/
H A Dinterrupts.c45 irqs = rdctl (CTL_IENABLE) & rdctl (CTL_IPENDING); in external_interrupt()
64 unsigned irqs = rdctl (CTL_IENABLE); in def_hdlr()
70 wrctl (CTL_IENABLE, irqs); in def_hdlr()
81 unsigned ena = rdctl (CTL_IENABLE); in irq_install_handler()
97 wrctl (CTL_IENABLE, ena); in irq_install_handler()
/openbmc/linux/arch/nios2/kernel/
H A Dirq.c33 WRCTL(CTL_IENABLE, ienable); in chip_unmask()
39 WRCTL(CTL_IENABLE, ienable); in chip_mask()
78 ienable = RDCTL(CTL_IENABLE); in init_IRQ()
/openbmc/u-boot/arch/nios2/include/asm/
H A Dnios2.h16 #define CTL_IENABLE 3 /* Interrut enable reg */ macro
/openbmc/linux/arch/nios2/include/asm/
H A Dregisters.h17 #define CTL_IENABLE 3 macro