Searched refs:vclk_fb_div (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 128 divider = ((u32)pll->vclk_fb_div) * pll->xclk_ref_div; in aty_dsp_gt() 227 pll->vclk_fb_div = q * pll->vclk_post_div_real / 8; in aty_valid_pll_ct() 228 pllvclk = (1000000 * 2 * pll->vclk_fb_div) / in aty_valid_pll_ct() 268 ret = par->ref_clk_per * pll->ct.pll_ref_div * pll->ct.vclk_post_div_real / pll->ct.vclk_fb_div / 2; in aty_pll_to_var_ct() 296 par->clk_wr_offset, pll->ct.vclk_fb_div, in aty_set_pll_ct() 332 aty_st_pll_ct(tmp, (pll->ct.vclk_fb_div & 0xFFU), par); in aty_set_pll_ct() 387 pll->ct.vclk_fb_div = aty_ld_pll_ct(VCLK0_FB_DIV + clock, par) & 0xFFU; in aty_get_pll_ct()
|
H A D | atyfb.h | 90 u8 vclk_fb_div; member
|
H A D | atyfb_base.c | 1801 u8 vclk_fb_div; member 1859 clk.vclk_fb_div = pll->ct.vclk_fb_div; in atyfb_ioctl() 1885 pll->ct.vclk_fb_div = clk.vclk_fb_div; in atyfb_ioctl()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 126 divider = ((u32)pll->vclk_fb_div) * pll->xclk_ref_div; in aty_dsp_gt() 225 pll->vclk_fb_div = q * pll->vclk_post_div_real / 8; in aty_valid_pll_ct() 226 pllvclk = (1000000 * 2 * pll->vclk_fb_div) / in aty_valid_pll_ct() 266 ret = par->ref_clk_per * pll->ct.pll_ref_div * pll->ct.vclk_post_div_real / pll->ct.vclk_fb_div / 2; in aty_pll_to_var_ct() 297 par->clk_wr_offset, pll->ct.vclk_fb_div, in aty_set_pll_ct() 333 aty_st_pll_ct(tmp, (pll->ct.vclk_fb_div & 0xFFU), par); in aty_set_pll_ct() 388 pll->ct.vclk_fb_div = aty_ld_pll_ct(VCLK0_FB_DIV + clock, par) & 0xFFU; in aty_get_pll_ct()
|
H A D | atyfb.h | 92 u8 vclk_fb_div; member
|
H A D | atyfb_base.c | 1811 u8 vclk_fb_div; member 1869 clk.vclk_fb_div = pll->ct.vclk_fb_div; in atyfb_ioctl() 1895 pll->ct.vclk_fb_div = clk.vclk_fb_div; in atyfb_ioctl()
|
Completed in 13 milliseconds