Searched refs:post_dividers (Results 1 – 1 of 1) sorted by relevance
1363 static const unsigned char post_dividers[] = { 1, 2, 4, 8, 3, 6, 12 }; in aty128_var_to_pll() local1378 for (i = 0; i < ARRAY_SIZE(post_dividers); i++) { in aty128_var_to_pll()1379 output_freq = post_dividers[i] * vclk; in aty128_var_to_pll()1381 pll->post_divider = post_dividers[i]; in aty128_var_to_pll()1386 if (i == ARRAY_SIZE(post_dividers)) in aty128_var_to_pll()