Lines Matching refs:spll
739 struct radeon_pll *spll = &rdev->clock.spll;
766 spll->reference_freq = RBIOS16(pll_info + 0x1a);
767 spll->reference_div = RBIOS16(pll_info + 0x1c);
768 spll->pll_out_min = RBIOS32(pll_info + 0x1e);
769 spll->pll_out_max = RBIOS32(pll_info + 0x22);
772 spll->pll_in_min = RBIOS32(pll_info + 0x48);
773 spll->pll_in_max = RBIOS32(pll_info + 0x4c);
776 spll->pll_in_min = 40;
777 spll->pll_in_max = 500;