Searched defs:GET_INTR_TARGET (Results 1 – 3 of 3) sorted by relevance
1002 #define GET_INTR_TARGET(p) (((p) & GENMASK(31, 22)) >> 22) macro
1307 #define GET_INTR_TARGET(p) (((p) >> 22) & 0x3ff) macro
1306 #define GET_INTR_TARGET(p) (((p) >> 22) & 0x3ff) macro