Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/aty/
Dmach64_gx.c160 u8 df, vco_div_count, ref_div_count; in aty_pll_514_to_var() local
164 ref_div_count = pll->ibm514.n; in aty_pll_514_to_var()
166 return ((info->ref_clk_per*ref_div_count)<<(3-df))/(vco_div_count+65); in aty_pll_514_to_var()