Searched refs:S_DEBUG_SEL (Results 1 – 1 of 1) sorted by relevance
46170 #define S_DEBUG_SEL 18 macro46172 #define V_DEBUG_SEL(x) ((x) << S_DEBUG_SEL)46173 #define G_DEBUG_SEL(x) (((x) >> S_DEBUG_SEL) & M_DEBUG_SEL)