Searched refs:S_CLS_VF (Results 1 – 1 of 1) sorted by relevance
43201 #define S_CLS_VF 7 macro43203 #define V_CLS_VF(x) ((x) << S_CLS_VF)43204 #define G_CLS_VF(x) (((x) >> S_CLS_VF) & M_CLS_VF)