Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/radeon/
H A Dpll.c113 …for( extra_post_div_idx = 0; pll->extra_post_divs[extra_post_div_idx].divider != 0; ++extra_post_d… in Radeon_CalcPLLDividers()
118 * pll->extra_post_divs[extra_post_div_idx].divider; in Radeon_CalcPLLDividers()
312 static pll_divider_map extra_post_divs[] = { variable
352 pll->extra_post_divs = internal_encoder ? extra_post_divs : external_extra_post_divs; in Radeon_GetTVPLLConfiguration()
377 pll->extra_post_divs = extra_post_divs; in Radeon_GetTVCRTPLLConfiguration()
413 pll.extra_post_divs = extra_post_divs; in Radeon_CalcCRTPLLDividers()
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h338 pll_divider_map *extra_post_divs; // list of possible extra post dividers member