Searched refs:S_C2MAX (Results 1 – 1 of 1) sorted by relevance
68698 #define S_C2MAX 8 macro68700 #define V_C2MAX(x) ((x) << S_C2MAX)68701 #define G_C2MAX(x) (((x) >> S_C2MAX) & M_C2MAX)