Searched refs:vclk_post_div (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 221 pll->vclk_post_div = (q < 128*8); in aty_valid_pll_ct() 222 pll->vclk_post_div += (q < 64*8); in aty_valid_pll_ct() 223 pll->vclk_post_div += (q < 32*8); in aty_valid_pll_ct() 225 pll->vclk_post_div_real = aty_postdividers[pll->vclk_post_div]; in aty_valid_pll_ct() 226 // pll->vclk_post_div <<= 6; in aty_valid_pll_ct() 297 pll->ct.pll_ref_div, pll->ct.vclk_post_div, pll->ct.vclk_post_div_real); in aty_set_pll_ct() 320 tmp |= ((pll->ct.vclk_post_div & 0x03U) << tmp2); in aty_set_pll_ct() 384 pll->ct.vclk_post_div = (aty_ld_pll_ct(VCLK_POST_DIV, par) >> tmp) & 0x03U; in aty_get_pll_ct()
|
H A D | atyfb.h | 89 u8 vclk_post_div; member
|
H A D | atyfb_base.c | 1802 u8 vclk_post_div; /* 1,2,3,4,6,8,12 */ member 1860 clk.vclk_post_div = pll->ct.vclk_post_div_real; in atyfb_ioctl() 1886 pll->ct.vclk_post_div_real = clk.vclk_post_div; in atyfb_ioctl()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 219 pll->vclk_post_div = (q < 128*8); in aty_valid_pll_ct() 220 pll->vclk_post_div += (q < 64*8); in aty_valid_pll_ct() 221 pll->vclk_post_div += (q < 32*8); in aty_valid_pll_ct() 223 pll->vclk_post_div_real = aty_postdividers[pll->vclk_post_div]; in aty_valid_pll_ct() 224 // pll->vclk_post_div <<= 6; in aty_valid_pll_ct() 298 pll->ct.pll_ref_div, pll->ct.vclk_post_div, pll->ct.vclk_post_div_real); in aty_set_pll_ct() 321 tmp |= ((pll->ct.vclk_post_div & 0x03U) << tmp2); in aty_set_pll_ct() 385 pll->ct.vclk_post_div = (aty_ld_pll_ct(VCLK_POST_DIV, par) >> tmp) & 0x03U; in aty_get_pll_ct()
|
H A D | atyfb.h | 91 u8 vclk_post_div; member
|
H A D | atyfb_base.c | 1812 u8 vclk_post_div; /* 1,2,3,4,6,8,12 */ member 1870 clk.vclk_post_div = pll->ct.vclk_post_div_real; in atyfb_ioctl() 1896 pll->ct.vclk_post_div_real = clk.vclk_post_div; in atyfb_ioctl()
|
Completed in 12 milliseconds