Lines Matching defs:pll
605 R128PLLPtr pll = &info->pll;
619 pll->reference_freq = 2950;
620 pll->min_pll_freq = 12500;
621 pll->max_pll_freq = 25000;
625 pll->reference_div =
631 pll->xclk = R128Div((2 * Nx * pll->reference_freq),
643 pll->reference_freq = 2950;
644 pll->reference_div = 65;
645 pll->min_pll_freq = 12500;
646 pll->max_pll_freq = 25000;
647 pll->xclk = 10300;
655 pll->reference_freq = R128_BIOS16(pll_info_block + 0x0e);
656 pll->reference_div = R128_BIOS16(pll_info_block + 0x10);
657 pll->min_pll_freq = R128_BIOS32(pll_info_block + 0x12);
658 pll->max_pll_freq = R128_BIOS32(pll_info_block + 0x16);
659 pll->xclk = R128_BIOS16(pll_info_block + 0x08);
665 pll->reference_freq,
666 pll->reference_div,
667 pll->min_pll_freq,
668 pll->max_pll_freq,
669 pll->xclk);