Searched refs:S_C0PRESET (Results 1 – 1 of 1) sorted by relevance
56125 #define S_C0PRESET 8 macro56127 #define V_C0PRESET(x) ((x) << S_C0PRESET)56128 #define G_C0PRESET(x) (((x) >> S_C0PRESET) & M_C0PRESET)