Searched refs:htotal_cntl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_legacy_crtc.c725 uint32_t htotal_cntl = 0; local
781 htotal_cntl = 0;
821 htotal_cntl = mode->htotal & 0x7;
835 radeon_legacy_tv_adjust_pll2(encoder, &htotal_cntl,
867 WREG32_PLL(RADEON_HTOTAL2_CNTL, htotal_cntl);
878 (unsigned)htotal_cntl,
899 radeon_legacy_tv_adjust_pll1(encoder, &htotal_cntl, &pll_ref_div,
972 WREG32_PLL(RADEON_HTOTAL_CNTL, htotal_cntl);
984 (unsigned)htotal_cntl,
H A Dradeon_legacy_tv.c888 uint32_t *htotal_cntl, uint32_t *ppll_ref_div,
898 *htotal_cntl = (const_ptr->hor_total & 0x7) | RADEON_HTOT_CNTL_VGA_EN;
887 radeon_legacy_tv_adjust_pll1(struct drm_encoder *encoder, uint32_t *htotal_cntl, uint32_t *ppll_ref_div, uint32_t *ppll_div_3, uint32_t *pixclks_cntl) argument
H A Dradeon_mode.h717 uint32_t *htotal_cntl, uint32_t *ppll_ref_div,

Completed in 50 milliseconds