Searched refs:S_C0MAX (Results 1 – 1 of 1) sorted by relevance
68623 #define S_C0MAX 8 macro68625 #define V_C0MAX(x) ((x) << S_C0MAX)68626 #define G_C0MAX(x) (((x) >> S_C0MAX) & M_C0MAX)