Searched refs:aty_postdividers (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 118 const u8 aty_postdividers[8] = {1,2,4,8,3,5,6,12}; variable 225 pll->vclk_post_div_real = aty_postdividers[pll->vclk_post_div]; in aty_valid_pll_ct() 516 pll->ct.xclk_post_div_real = aty_postdividers[pll_ext_cntl & 0x07]; in aty_init_pll_ct() 538 pll->ct.xclk_post_div_real = aty_postdividers[xpost_div]; in aty_init_pll_ct() 587 sclk_post_div_real = aty_postdividers[mpost_div]; in aty_init_pll_ct()
|
H A D | atyfb.h | 337 extern const u8 aty_postdividers[8];
|
H A D | atyfb_base.c | 3105 P = aty_postdividers[((pll_regs[VCLK_POST_DIV] >> ((clock_cntl & 3) << 1)) & 3) | in atyfb_setup_sparc()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 116 const u8 aty_postdividers[8] = {1,2,4,8,3,5,6,12}; variable 223 pll->vclk_post_div_real = aty_postdividers[pll->vclk_post_div]; in aty_valid_pll_ct() 517 pll->ct.xclk_post_div_real = aty_postdividers[pll_ext_cntl & 0x07]; in aty_init_pll_ct() 539 pll->ct.xclk_post_div_real = aty_postdividers[xpost_div]; in aty_init_pll_ct() 588 sclk_post_div_real = aty_postdividers[mpost_div]; in aty_init_pll_ct()
|
H A D | atyfb.h | 336 extern const u8 aty_postdividers[8];
|
H A D | atyfb_base.c | 3106 P = aty_postdividers[((pll_regs[VCLK_POST_DIV] >> ((clock_cntl & 3) << 1)) & 3) | in atyfb_setup_sparc()
|
Completed in 13 milliseconds