Searched refs:S_C1MAX (Results 1 – 1 of 1) sorted by relevance
68666 #define S_C1MAX 8 macro68668 #define V_C1MAX(x) ((x) << S_C1MAX)68669 #define G_C1MAX(x) (((x) >> S_C1MAX) & M_C1MAX)