Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/nios2/cpu/
H A Dinterrupts.c46 irqs = rdctl (CTL_IENABLE) & rdctl (CTL_IPENDING); in external_interrupt()
65 unsigned irqs = rdctl (CTL_IENABLE); in def_hdlr()
71 wrctl (CTL_IENABLE, irqs); in def_hdlr()
82 unsigned ena = rdctl (CTL_IENABLE); in irq_install_handler()
98 wrctl (CTL_IENABLE, ena); in irq_install_handler()
/rk3399_rockchip-uboot/arch/nios2/include/asm/
H A Dnios2.h17 #define CTL_IENABLE 3 /* Interrut enable reg */ macro