Home
last modified time | relevance | path

Searched refs:pll_ops (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/video/aty/
Datyfb_base.c967 info->pll_ops->set_pll(info, &par->pll); in atyfb_set_par()
1076 err = info->pll_ops->var_to_pll(info, pixclock, par->crtc.bpp, xres, in atyfb_decode_var()
1105 var->pixclock = info->pll_ops->pll_to_var(info, &par->pll); in atyfb_encode_var()
2049 info->pll_ops = &aty_pll_ati18818_1; in aty_init()
2052 info->pll_ops = &aty_pll_stg1703; in aty_init()
2055 info->pll_ops = &aty_pll_ch8398; in aty_init()
2058 info->pll_ops = &aty_pll_att20c408; in aty_init()
2061 info->pll_ops = &aty_pll_ibm514; in aty_init()
2065 info->pll_ops = &aty_pll_unsupported; in aty_init()
2076 info->pll_ops = &aty_pll_ct; in aty_init()
[all …]
Datyfb.h156 const struct aty_pll_ops *pll_ops; member