Searched refs:S_DEBUGSEL (Results 1 – 1 of 1) sorted by relevance
51999 #define S_DEBUGSEL 0 macro52001 #define V_DEBUGSEL(x) ((x) << S_DEBUGSEL)52002 #define G_DEBUGSEL(x) (((x) >> S_DEBUGSEL) & M_DEBUGSEL)