Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/aty/
Dmach64_ct.c126 multiplier = ((u32)pll->mclk_fb_div) * pll->vclk_post_div_real; in aty_dsp_gt()
224 pll->vclk_post_div_real = postdividers[pll->vclk_post_div]; in aty_valid_pll_ct()
226 pll->vclk_fb_div = q * pll->vclk_post_div_real / 8; in aty_valid_pll_ct()
231 __func__, pllvclk, pllvclk / pll->vclk_post_div_real); in aty_valid_pll_ct()
237 int ecp = pllvclk / pll->vclk_post_div_real; in aty_valid_pll_ct()
267 …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()
296 pll->ct.pll_ref_div, pll->ct.vclk_post_div, pll->ct.vclk_post_div_real); in aty_set_pll_ct()
Datyfb.h103 u8 vclk_post_div_real; member
Datyfb_base.c1870 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()