Searched refs:S_C2PRESET (Results 1 – 1 of 1) sorted by relevance
68686 #define S_C2PRESET 8 macro68688 #define V_C2PRESET(x) ((x) << S_C2PRESET)68689 #define G_C2PRESET(x) (((x) >> S_C2PRESET) & M_C2PRESET)