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