Searched refs:dcpll (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_clocks.c185 struct radeon_pll *dcpll = &rdev->clock.dcpll; local
299 /* dcpll is DCE4 only */
300 dcpll->min_post_div = 2;
301 dcpll->max_post_div = 0x7f;
302 dcpll->min_frac_feedback_div = 0;
303 dcpll->max_frac_feedback_div = 9;
304 dcpll->min_ref_div = 2;
305 dcpll->max_ref_div = 0x3ff;
306 dcpll
[all...]
H A Dradeon_atombios.c1135 struct radeon_pll *dcpll = &rdev->clock.dcpll; local
1258 *dcpll = *p1pll;
H A Dradeon.h187 struct radeon_pll dcpll; member in struct:radeon_clock
H A Datombios_crtc.c738 /* if the default dcpll clock is specified,
746 /* if the default dcpll clock is specified,
1014 pll = &rdev->clock.dcpll;

Completed in 231 milliseconds