Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/aty/
Datyfb.h118 union aty_pll { union
136 union aty_pll pll;
191 union aty_pll saved_pll;
303 const union aty_pll * pll, u32 bpp, u32 accel);
318 int (*var_to_pll) (const struct fb_info * info, u32 vclk_per, u32 bpp, union aty_pll * pll);
319 u32 (*pll_to_var) (const struct fb_info * info, const union aty_pll * pll);
320 void (*set_pll) (const struct fb_info * info, const union aty_pll * pll);
321 void (*get_pll) (const struct fb_info *info, union aty_pll * pll);
322 int (*init_pll) (const struct fb_info * info, union aty_pll * pll);
323 void (*resume_pll)(const struct fb_info *info, union aty_pll *pll);
[all …]
Dmach64_gx.c80 const union aty_pll *pll, u32 bpp, u32 accel) in aty_set_dac_514()
123 u32 bpp, union aty_pll *pll) in aty_var_to_pll_514()
161 const union aty_pll *pll) in aty_pll_514_to_var()
175 const union aty_pll *pll) in aty_set_pll_514()
205 const union aty_pll *pll, u32 bpp, in aty_set_dac_ATI68860_B()
288 const union aty_pll *pll, u32 bpp, in aty_set_dac_ATT21C498()
341 u32 bpp, union aty_pll *pll) in aty_var_to_pll_18818()
400 const union aty_pll *pll) in aty_pll_18818_to_var()
429 const union aty_pll *pll) in aty_set_pll18818()
497 u32 bpp, union aty_pll *pll) in aty_var_to_pll_1703()
[all …]
Dmach64_ct.c19 static int aty_var_to_pll_ct(const struct fb_info *info, u32 vclk_per, u32 bpp, union aty_pll *pll);
20 static u32 aty_pll_to_var_ct(const struct fb_info *info, const union aty_pll *pll);
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()
263 static u32 aty_pll_to_var_ct(const struct fb_info *info, const union aty_pll *pll) in aty_pll_to_var_ct()
280 void aty_set_pll_ct(const struct fb_info *info, const union aty_pll *pll) in aty_set_pll_ct()
377 union aty_pll *pll) in aty_get_pll_ct()
401 union aty_pll *pll) in aty_init_pll_ct()
607 union aty_pll *pll) in aty_resume_pll_ct()
Datyfb_base.c1537 union aty_pll pll; in atyfb_check_var()
1860 union aty_pll *pll = &par->pll; in atyfb_ioctl()
1885 union aty_pll *pll = &par->pll; in atyfb_ioctl()