Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/aty/
Datyfb.h321 void (*get_pll) (const struct fb_info *info, union aty_pll * pll); member
Dmach64_ct.c648 .get_pll = aty_get_pll_ct,
Datyfb_base.c2486 if (par->pll_ops->get_pll) in aty_init()
2487 par->pll_ops->get_pll(info, &par->saved_pll); in aty_init()