Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_crtc.c752 uint32_t htotal_cntl = 0; in radeon_set_pll() local
808 htotal_cntl = 0; in radeon_set_pll()
848 htotal_cntl = mode->htotal & 0x7; in radeon_set_pll()
862 radeon_legacy_tv_adjust_pll2(encoder, &htotal_cntl, in radeon_set_pll()
894 WREG32_PLL(RADEON_HTOTAL2_CNTL, htotal_cntl); in radeon_set_pll()
905 (unsigned)htotal_cntl, in radeon_set_pll()
926 radeon_legacy_tv_adjust_pll1(encoder, &htotal_cntl, &pll_ref_div, in radeon_set_pll()
999 WREG32_PLL(RADEON_HTOTAL_CNTL, htotal_cntl); in radeon_set_pll()
1011 (unsigned)htotal_cntl, in radeon_set_pll()
H A Dradeon_legacy_tv.c885 uint32_t *htotal_cntl, uint32_t *ppll_ref_div, in radeon_legacy_tv_adjust_pll1() argument
895 *htotal_cntl = (const_ptr->hor_total & 0x7) | RADEON_HTOT_CNTL_VGA_EN; in radeon_legacy_tv_adjust_pll1()
H A Dradeon_mode.h967 uint32_t *htotal_cntl, uint32_t *ppll_ref_div,