Searched refs:vclk_per (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_gx.c122 static int aty_var_to_pll_514(const struct fb_info *info, u32 vclk_per, argument
148 if (vclk_per <= RGB514_clocks[i].limit) {
336 static int aty_var_to_pll_18818(const struct fb_info *info, u32 vclk_per, argument
344 MHz100 = 100000000 / vclk_per;
390 pll->ics2595.period_in_ps = vclk_per;
492 static int aty_var_to_pll_1703(const struct fb_info *info, u32 vclk_per, argument
504 mhz100 = 100000000 / vclk_per;
556 pll->ics2595.period_in_ps = vclk_per;
608 static int aty_var_to_pll_8398(const struct fb_info *info, u32 vclk_per, argument
620 mhz100 = 100000000 / vclk_per;
732 aty_var_to_pll_408(const struct fb_info *info, u32 vclk_per, u32 bpp, union aty_pll *pll) argument
[all...]
H A Dmach64_ct.c14 static int aty_valid_pll_ct (const struct fb_info *info, u32 vclk_per, struct pll_ct *pll);
16 static int aty_var_to_pll_ct(const struct fb_info *info, u32 vclk_per, u32 bpp, union aty_pll *pll);
205 static int aty_valid_pll_ct(const struct fb_info *info, u32 vclk_per, struct pll_ct *pll) argument
211 q = par->ref_clk_per * pll->pll_ref_div * 4 / vclk_per;
246 static int aty_var_to_pll_ct(const struct fb_info *info, u32 vclk_per, u32 bpp, union aty_pll *pll) argument
251 if ((err = aty_valid_pll_ct(info, vclk_per, &pll->ct)))
H A Datyfb.h314 int (*var_to_pll) (const struct fb_info * info, u32 vclk_per, u32 bpp, union aty_pll * pll);

Completed in 49 milliseconds