Lines Matching refs:pll
80 const union aty_pll *pll, u32 bpp, u32 accel) in aty_set_dac_514() argument
123 u32 bpp, union aty_pll *pll) in aty_var_to_pll_514() argument
153 pll->ibm514.m = RGB514_clocks[i].m; in aty_var_to_pll_514()
154 pll->ibm514.n = RGB514_clocks[i].n; in aty_var_to_pll_514()
161 const union aty_pll *pll) in aty_pll_514_to_var() argument
166 df = pll->ibm514.m >> 6; in aty_pll_514_to_var()
167 vco_div_count = pll->ibm514.m & 0x3f; in aty_pll_514_to_var()
168 ref_div_count = pll->ibm514.n; in aty_pll_514_to_var()
175 const union aty_pll *pll) in aty_set_pll_514() argument
185 aty_st_514(0x20, pll->ibm514.m, par); /* F0 / M0 */ in aty_set_pll_514()
186 aty_st_514(0x21, pll->ibm514.n, par); /* F1 / N0 */ in aty_set_pll_514()
205 const union aty_pll *pll, u32 bpp, in aty_set_dac_ATI68860_B() argument
288 const union aty_pll *pll, u32 bpp, in aty_set_dac_ATT21C498() argument
296 dotClock = 100000000 / pll->ics2595.period_in_ps; in aty_set_dac_ATT21C498()
341 u32 bpp, union aty_pll *pll) in aty_var_to_pll_18818() argument
391 pll->ics2595.program_bits = program_bits; in aty_var_to_pll_18818()
392 pll->ics2595.locationAddr = 0; in aty_var_to_pll_18818()
393 pll->ics2595.post_divider = post_divider; in aty_var_to_pll_18818()
394 pll->ics2595.period_in_ps = vclk_per; in aty_var_to_pll_18818()
400 const union aty_pll *pll) in aty_pll_18818_to_var() argument
402 return (pll->ics2595.period_in_ps); /* default for now */ in aty_pll_18818_to_var()
429 const union aty_pll *pll) in aty_set_pll18818() argument
449 program_bits = pll->ics2595.program_bits; in aty_set_pll18818()
450 locationAddr = pll->ics2595.locationAddr; in aty_set_pll18818()
481 ((pll->ics2595.locationAddr & 0x0F) | CLOCK_STROBE), par); in aty_set_pll18818()
497 u32 bpp, union aty_pll *pll) in aty_var_to_pll_1703() argument
557 pll->ics2595.program_bits = program_bits; in aty_var_to_pll_1703()
558 pll->ics2595.locationAddr = 0; in aty_var_to_pll_1703()
559 pll->ics2595.post_divider = divider; /* fuer nix */ in aty_var_to_pll_1703()
560 pll->ics2595.period_in_ps = vclk_per; in aty_var_to_pll_1703()
566 const union aty_pll *pll) in aty_pll_1703_to_var() argument
568 return (pll->ics2595.period_in_ps); /* default for now */ in aty_pll_1703_to_var()
572 const union aty_pll *pll) in aty_set_pll_1703() argument
584 program_bits = pll->ics2595.program_bits; in aty_set_pll_1703()
585 locationAddr = pll->ics2595.locationAddr; in aty_set_pll_1703()
613 u32 bpp, union aty_pll *pll) in aty_var_to_pll_8398() argument
676 pll->ics2595.program_bits = program_bits; in aty_var_to_pll_8398()
677 pll->ics2595.locationAddr = 0; in aty_var_to_pll_8398()
678 pll->ics2595.post_divider = 0; in aty_var_to_pll_8398()
679 pll->ics2595.period_in_ps = vclk_per; in aty_var_to_pll_8398()
685 const union aty_pll *pll) in aty_pll_8398_to_var() argument
687 return (pll->ics2595.period_in_ps); /* default for now */ in aty_pll_8398_to_var()
691 const union aty_pll *pll) in aty_set_pll_8398() argument
704 program_bits = pll->ics2595.program_bits; in aty_set_pll_8398()
705 locationAddr = pll->ics2595.locationAddr; in aty_set_pll_8398()
737 u32 bpp, union aty_pll *pll) in aty_var_to_pll_408() argument
794 pll->ics2595.program_bits = program_bits; in aty_var_to_pll_408()
795 pll->ics2595.locationAddr = 0; in aty_var_to_pll_408()
796 pll->ics2595.post_divider = divider; /* fuer nix */ in aty_var_to_pll_408()
797 pll->ics2595.period_in_ps = vclk_per; in aty_var_to_pll_408()
803 const union aty_pll *pll) in aty_pll_408_to_var() argument
805 return (pll->ics2595.period_in_ps); /* default for now */ in aty_pll_408_to_var()
809 const union aty_pll *pll) in aty_set_pll_408() argument
822 program_bits = pll->ics2595.program_bits; in aty_set_pll_408()
823 locationAddr = pll->ics2595.locationAddr; in aty_set_pll_408()
884 const union aty_pll *pll, u32 bpp, in aty_set_dac_unsupported() argument