Searched refs:vclk_per (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | mach64_gx.c | 123 static int aty_var_to_pll_514(const struct fb_info *info, u32 vclk_per, in aty_var_to_pll_514() argument 153 if (vclk_per <= RGB514_clocks[i].limit) { in aty_var_to_pll_514() 341 static int aty_var_to_pll_18818(const struct fb_info *info, u32 vclk_per, in aty_var_to_pll_18818() argument 349 MHz100 = 100000000 / vclk_per; in aty_var_to_pll_18818() 395 pll->ics2595.period_in_ps = vclk_per; in aty_var_to_pll_18818() 497 static int aty_var_to_pll_1703(const struct fb_info *info, u32 vclk_per, in aty_var_to_pll_1703() argument 509 mhz100 = 100000000 / vclk_per; in aty_var_to_pll_1703() 561 pll->ics2595.period_in_ps = vclk_per; in aty_var_to_pll_1703() 613 static int aty_var_to_pll_8398(const struct fb_info *info, u32 vclk_per, in aty_var_to_pll_8398() argument 625 mhz100 = 100000000 / vclk_per; in aty_var_to_pll_8398() 736 aty_var_to_pll_408(const struct fb_info *info, u32 vclk_per, u32 bpp, union aty_pll *pll) aty_var_to_pll_408() argument [all...] |
H A D | mach64_ct.c | 18 static int aty_valid_pll_ct (const struct fb_info *info, u32 vclk_per, struct pll_ct *pll); 20 static int aty_var_to_pll_ct(const struct fb_info *info, u32 vclk_per, u32 bpp, union aty_pll *pll); 209 static int aty_valid_pll_ct(const struct fb_info *info, u32 vclk_per, struct pll_ct *pll) in aty_valid_pll_ct() argument 216 q = par->ref_clk_per * pll->pll_ref_div * 4 / vclk_per; in aty_valid_pll_ct() 251 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 256 if ((err = aty_valid_pll_ct(info, vclk_per, &pll->ct))) in aty_var_to_pll_ct()
|
H A D | atyfb.h | 317 int (*var_to_pll) (const struct fb_info * info, u32 vclk_per, u32 bpp, union aty_pll * pll);
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | mach64_gx.c | 123 static int aty_var_to_pll_514(const struct fb_info *info, u32 vclk_per, in aty_var_to_pll_514() argument 153 if (vclk_per <= RGB514_clocks[i].limit) { in aty_var_to_pll_514() 341 static int aty_var_to_pll_18818(const struct fb_info *info, u32 vclk_per, in aty_var_to_pll_18818() argument 349 MHz100 = 100000000 / vclk_per; in aty_var_to_pll_18818() 393 pll->ics2595.period_in_ps = vclk_per; in aty_var_to_pll_18818() 495 static int aty_var_to_pll_1703(const struct fb_info *info, u32 vclk_per, in aty_var_to_pll_1703() argument 507 mhz100 = 100000000 / vclk_per; in aty_var_to_pll_1703() 559 pll->ics2595.period_in_ps = vclk_per; in aty_var_to_pll_1703() 611 static int aty_var_to_pll_8398(const struct fb_info *info, u32 vclk_per, in aty_var_to_pll_8398() argument 623 mhz100 = 100000000 / vclk_per; in aty_var_to_pll_8398() 734 aty_var_to_pll_408(const struct fb_info *info, u32 vclk_per, u32 bpp, union aty_pll *pll) aty_var_to_pll_408() argument [all...] |
H A D | mach64_ct.c | 18 static int aty_valid_pll_ct (const struct fb_info *info, u32 vclk_per, struct pll_ct *pll); 20 static int aty_var_to_pll_ct(const struct fb_info *info, u32 vclk_per, u32 bpp, union aty_pll *pll); 207 static int aty_valid_pll_ct(const struct fb_info *info, u32 vclk_per, struct pll_ct *pll) in aty_valid_pll_ct() argument 214 q = par->ref_clk_per * pll->pll_ref_div * 4 / vclk_per; in aty_valid_pll_ct() 249 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 254 if ((err = aty_valid_pll_ct(info, vclk_per, &pll->ct))) in aty_var_to_pll_ct()
|
H A D | atyfb.h | 316 int (*var_to_pll) (const struct fb_info * info, u32 vclk_per, u32 bpp, union aty_pll * pll);
|
Completed in 7 milliseconds