Searched refs:S_TSMPMODE (Results 1 – 1 of 1) sorted by relevance
14140 #define S_TSMPMODE 6 macro14142 #define V_TSMPMODE(x) ((x) << S_TSMPMODE)14143 #define G_TSMPMODE(x) (((x) >> S_TSMPMODE) & M_TSMPMODE)