Searched refs:S_TRUNC_WT (Results 1 – 1 of 1) sorted by relevance
24684 #define S_TRUNC_WT 22 macro24686 #define V_TRUNC_WT(x) ((x) << S_TRUNC_WT)24687 #define G_TRUNC_WT(x) (((x) >> S_TRUNC_WT) & M_TRUNC_WT)