Searched refs:post_dividers (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | aty128fb.c | 1363 unsigned char post_dividers[] = {1,2,4,8,3,6,12}; in aty128_var_to_pll() local 1378 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | aty128fb.c | 1363 static const unsigned char post_dividers[] = { 1, 2, 4, 8, 3, 6, 12 }; in aty128_var_to_pll() local 1378 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()
|
Completed in 6 milliseconds