Searched refs:INTC_MEXPMASK (Results 1 – 2 of 2) sorted by relevance
68 #define INTC_MEXPMASK __SYSREGA(0x018000e0, unsigned int) macro
308 while (INTC_MEXPMASK[i]) in process_eexcept()311 except_num = ffs(INTC_MEXPMASK[i]); in process_eexcept()312 INTC_MEXPMASK[i] &= ~(1 << except_num); /* ack the external exception */ in process_eexcept()
Completed in 3 milliseconds