Searched refs:S_CLS_VF (Results 1 – 1 of 1) sorted by relevance
24383 #define S_CLS_VF 7 macro24385 #define V_CLS_VF(x) ((x) << S_CLS_VF)24386 #define G_CLS_VF(x) (((x) >> S_CLS_VF) & M_CLS_VF)