Searched refs:CTL_IENABLE (Results 1 – 4 of 4) sorted by relevance
45 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()
33 WRCTL(CTL_IENABLE, ienable); in chip_unmask()39 WRCTL(CTL_IENABLE, ienable); in chip_mask()78 ienable = RDCTL(CTL_IENABLE); in init_IRQ()
16 #define CTL_IENABLE 3 /* Interrut enable reg */ macro
17 #define CTL_IENABLE 3 macro