Searched refs:UIC_MASK (Results 1 – 2 of 2) sorted by relevance
33 mtdcr(uic0sr, UIC_MASK(vec)); in uic_irq_ack()100 mtdcr(uic0er, mfdcr(uic0er) & ~UIC_MASK(vector)); in rt_hw_interrupt_mask()105 mtdcr(uic0er, mfdcr(uic0er) | UIC_MASK(vector)); in rt_hw_interrupt_unmask()
57 #define UIC_MASK(vec) (0x80000000 >> ((vec) & 0x1f)) macro
Completed in 2 milliseconds