Searched refs:vclk_per (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/video/aty/ |
D | mach64_gx.c | 122 static int aty_var_to_pll_514(const struct fb_info *info, u32 vclk_per, in aty_var_to_pll_514() argument 152 if (vclk_per <= RGB514_clocks[i].limit) { in aty_var_to_pll_514() 340 static int aty_var_to_pll_18818(const struct fb_info *info, u32 vclk_per, in aty_var_to_pll_18818() argument 348 MHz100 = 100000000 / vclk_per; in aty_var_to_pll_18818() 394 pll->ics2595.period_in_ps = vclk_per; in aty_var_to_pll_18818() 496 static int aty_var_to_pll_1703(const struct fb_info *info, u32 vclk_per, in aty_var_to_pll_1703() argument 508 mhz100 = 100000000 / vclk_per; in aty_var_to_pll_1703() 560 pll->ics2595.period_in_ps = vclk_per; in aty_var_to_pll_1703() 612 static int aty_var_to_pll_8398(const struct fb_info *info, u32 vclk_per, in aty_var_to_pll_8398() argument 624 mhz100 = 100000000 / vclk_per; in aty_var_to_pll_8398() [all …]
|
D | mach64_ct.c | 17 static int aty_valid_pll_ct (const struct fb_info *info, u32 vclk_per, struct pll_ct *pll); 19 static int aty_var_to_pll_ct(const struct fb_info *info, u32 vclk_per, u32 bpp, union aty_pll *pll); 208 static int aty_valid_pll_ct(const struct fb_info *info, u32 vclk_per, struct pll_ct *pll) in aty_valid_pll_ct() argument 215 q = par->ref_clk_per * pll->pll_ref_div * 4 / vclk_per; in aty_valid_pll_ct() 250 static int aty_var_to_pll_ct(const struct fb_info *info, u32 vclk_per, u32 bpp, union aty_pll *pll) in aty_var_to_pll_ct() argument 255 if ((err = aty_valid_pll_ct(info, vclk_per, &pll->ct))) in aty_var_to_pll_ct()
|
D | atyfb.h | 318 int (*var_to_pll) (const struct fb_info * info, u32 vclk_per, u32 bpp, union aty_pll * pll);
|