Searched refs:S_C1MAX (Results 1 – 1 of 1) sorted by relevance
56180 #define S_C1MAX 8 macro56182 #define V_C1MAX(x) ((x) << S_C1MAX)56183 #define G_C1MAX(x) (((x) >> S_C1MAX) & M_C1MAX)