Searched refs:PLL_REF_DIV_S (Results 1 – 1 of 1) sorted by relevance
88 #define PLL_REF_DIV_S(n) (((n) & 0x7) << 5) macro332 ref_div = PLL_REF_DIV_P(best_p >> best_p_pot) | PLL_REF_DIV_S(best_s); in chipone_configure_pll()