Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/radeon/
H A Dpll.c127 if( vco < pll->vco_min || vco > pll->vco_max ) in Radeon_CalcPLLDividers()
355 pll->vco_max = 25000; in Radeon_GetTVPLLConfiguration()
391 pll->vco_max = general_pll->max_pll_freq; in Radeon_GetTVCRTPLLConfiguration()
416 pll.vco_max = general_pll->max_pll_freq; in Radeon_CalcCRTPLLDividers()
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h340 uint32 vco_min, vco_max; // VCO frequency range member