HomeSort by: relevance | last modified time | path
    Searched refs:htotal_cntl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_legacy_crtc.c 765 uint32_t htotal_cntl = 0; local in function:radeon_set_pll
821 htotal_cntl = 0;
861 htotal_cntl = mode->htotal & 0x7;
875 radeon_legacy_tv_adjust_pll2(encoder, &htotal_cntl,
907 WREG32_PLL(RADEON_HTOTAL2_CNTL, htotal_cntl);
918 (unsigned)htotal_cntl,
939 radeon_legacy_tv_adjust_pll1(encoder, &htotal_cntl, &pll_ref_div,
1012 WREG32_PLL(RADEON_HTOTAL_CNTL, htotal_cntl);
1024 (unsigned)htotal_cntl,
radeon_legacy_tv.c 877 uint32_t *htotal_cntl, uint32_t *ppll_ref_div,
887 *htotal_cntl = (const_ptr->hor_total & 0x7) | RADEON_HTOT_CNTL_VGA_EN;
radeon_mode.h 962 uint32_t *htotal_cntl, uint32_t *ppll_ref_div,

Completed in 44 milliseconds