Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/aty/
Dmach64_gx.c126 static int aty_var_to_pll_514(const struct fb_info_aty *info, u32 vclk_per, in aty_var_to_pll_514() argument
149 if (vclk_per <= RGB514_clocks[i].limit) { in aty_var_to_pll_514()
327 static int aty_var_to_pll_18818(const struct fb_info_aty *info, u32 vclk_per, in aty_var_to_pll_18818() argument
335 MHz100 = 100000000 / vclk_per; in aty_var_to_pll_18818()
381 pll->ics2595.period_in_ps = vclk_per; in aty_var_to_pll_18818()
483 static int aty_var_to_pll_1703(const struct fb_info_aty *info, u32 vclk_per, in aty_var_to_pll_1703() argument
495 mhz100 = 100000000 / vclk_per; in aty_var_to_pll_1703()
544 pll->ics2595.period_in_ps = vclk_per; in aty_var_to_pll_1703()
597 static int aty_var_to_pll_8398(const struct fb_info_aty *info, u32 vclk_per, in aty_var_to_pll_8398() argument
609 mhz100 = 100000000 / vclk_per; in aty_var_to_pll_8398()
[all …]
Dmach64_ct.c21 static int aty_valid_pll_ct(const struct fb_info_aty *info, u32 vclk_per,
25 static int aty_var_to_pll_ct(const struct fb_info_aty *info, u32 vclk_per,
218 static int aty_valid_pll_ct(const struct fb_info_aty *info, u32 vclk_per, in aty_valid_pll_ct() argument
224 q = info->ref_clk_per*info->pll_ref_div*4/vclk_per; /* actually 8*q */ in aty_valid_pll_ct()
239 static int aty_var_to_pll_ct(const struct fb_info_aty *info, u32 vclk_per, in aty_var_to_pll_ct() argument
244 if ((err = aty_valid_pll_ct(info, vclk_per, &pll->ct))) in aty_var_to_pll_ct()
Datyfb.h314 int (*var_to_pll)(const struct fb_info_aty *info, u32 vclk_per, u8 bpp,