Searched refs:S_DIVSEL (Results 1 – 1 of 1) sorted by relevance
56078 #define S_DIVSEL 0 macro56080 #define V_DIVSEL(x) ((x) << S_DIVSEL)56081 #define G_DIVSEL(x) (((x) >> S_DIVSEL) & M_DIVSEL)