Searched refs:S_CLS_PF (Results 1 – 1 of 1) sorted by relevance
24392 #define S_CLS_PF 3 macro24394 #define V_CLS_PF(x) ((x) << S_CLS_PF)24395 #define G_CLS_PF(x) (((x) >> S_CLS_PF) & M_CLS_PF)