Home
last modified time | relevance | path

Searched refs:vclk_fb_div (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/video/aty/
Dmach64_ct.c141 divider = ((u32)pll->vclk_fb_div)*info->xclk_post_div_real; in aty_dsp_gt()
234 pll->vclk_fb_div = q*pll->vclk_post_div_real/8; in aty_valid_pll_ct()
256 u8 vclk_fb_div = pll->ct.vclk_fb_div; in aty_pll_ct_to_var() local
259 return ref_clk_per*pll_ref_div*vclk_post_div/vclk_fb_div/2; in aty_pll_ct_to_var()
268 aty_st_pll(VCLK0_FB_DIV, pll->ct.vclk_fb_div, info); in aty_set_pll_ct()
Datyfb.h59 u8 vclk_fb_div; member