Searched refs:S_CSVAL (Results 1 – 1 of 1) sorted by relevance
54238 #define S_CSVAL 0 macro54240 #define V_CSVAL(x) ((x) << S_CSVAL)54241 #define G_CSVAL(x) (((x) >> S_CSVAL) & M_CSVAL)