Searched refs:S_DEBUGSEL (Results 1 – 1 of 1) sorted by relevance
40026 #define S_DEBUGSEL 0 macro40028 #define V_DEBUGSEL(x) ((x) << S_DEBUGSEL)40029 #define G_DEBUGSEL(x) (((x) >> S_DEBUGSEL) & M_DEBUGSEL)