Searched refs:S_DEBUGSEL (Results 1 – 1 of 1) sorted by relevance
28691 #define S_DEBUGSEL 0 macro28693 #define V_DEBUGSEL(x) ((x) << S_DEBUGSEL)28694 #define G_DEBUGSEL(x) (((x) >> S_DEBUGSEL) & M_DEBUGSEL)