Searched refs:S_MC3_WIDTH (Results 1 – 1 of 1) sorted by relevance
320 #define S_MC3_WIDTH 29 macro322 #define V_MC3_WIDTH(x) ((x) << S_MC3_WIDTH)323 #define G_MC3_WIDTH(x) (((x) >> S_MC3_WIDTH) & M_MC3_WIDTH)