Home
last modified time | relevance | path

Searched refs:xclk_post_div_real (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()
346 info->xclk_post_div_real = postdividers[pll_ext_cntl & 7]; in aty_init_pll_ct()
367 info->xclk_post_div_real = postdividers[xpost_div]; in aty_init_pll_ct()
368 info->mclk_fb_div = q*info->xclk_post_div_real/8; in aty_init_pll_ct()
Datyfb.h112 u8 xclk_post_div_real; member