Searched refs:wrctl (Results 1 – 3 of 3) sorted by relevance
29 wrctl (CTL_STATUS, val & ~STATUS_IE); in disable_interrupts()36 wrctl (CTL_STATUS, val | STATUS_IE); in enable_interrupts()70 wrctl (CTL_IENABLE, irqs); in def_hdlr()97 wrctl (CTL_IENABLE, ena); in irq_install_handler()
25 wrctl status, r0 /* Disable interrupts */56 wrctl ienable, r0 /* All disabled */
24 #define wrctl(reg, val) __builtin_wrctl(reg, val) macro