Searched refs:S_CSVAL (Results 1 – 1 of 1) sorted by relevance
54240 #define S_CSVAL 0 macro54242 #define V_CSVAL(x) ((x) << S_CSVAL)54243 #define G_CSVAL(x) (((x) >> S_CSVAL) & M_CSVAL)