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