Home
last modified time | relevance | path

Searched refs:vclk_post_div_real (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/video/fbdev/aty/
Dmach64_ct.c125 multiplier = ((u32)pll->mclk_fb_div) * pll->vclk_post_div_real; in aty_dsp_gt()
223 pll->vclk_post_div_real = aty_postdividers[pll->vclk_post_div]; in aty_valid_pll_ct()
225 pll->vclk_fb_div = q * pll->vclk_post_div_real / 8; in aty_valid_pll_ct()
230 __func__, pllvclk, pllvclk / pll->vclk_post_div_real); in aty_valid_pll_ct()
236 int ecp = pllvclk / pll->vclk_post_div_real; 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 / … in aty_pll_to_var_ct()
298 pll->ct.pll_ref_div, pll->ct.vclk_post_div, pll->ct.vclk_post_div_real); in aty_set_pll_ct()
Datyfb.h106 u8 vclk_post_div_real; member
Datyfb_base.c1873 clk.vclk_post_div = pll->ct.vclk_post_div_real; in atyfb_ioctl()
1899 pll->ct.vclk_post_div_real = clk.vclk_post_div; in atyfb_ioctl()