Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/radeon/
H A Dpll.c52 const pll_info *pll, uint32 freq, uint fixed_post_div, pll_dividers *dividers ) in Radeon_CalcPLLDividers() argument
92 if( fixed_post_div == 0 ) { in Radeon_CalcPLLDividers()
103 pll->post_divs[min_post_div_idx].divider != fixed_post_div; in Radeon_CalcPLLDividers()
214 uint32 max_frame_rate_drift, uint32 fixed_post_div, in Radeon_MatchCRTPLL() argument
222 SHOW_FLOW( 2, "fixed post divider: %d", fixed_post_div ); in Radeon_MatchCRTPLL()
257 Radeon_CalcPLLDividers( pll, crt_freq, fixed_post_div, dividers ); in Radeon_MatchCRTPLL()
H A Dset_mode.h218 void Radeon_CalcPLLDividers( const pll_info *pll, uint32 freq, uint fixed_post_div, pll_dividers *d…
223 uint32 max_frame_rate_drift, uint32 fixed_post_div,