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

/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_legacy_crtc.c302 uint32_t crtc_ext_cntl = 0; local
323 crtc_ext_cntl = RADEON_CRTC_CRT_ON;
335 WREG32_P(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl, ~(mask | crtc_ext_cntl));
349 WREG32_P(RADEON_CRTC_EXT_CNTL, mask, ~(mask | crtc_ext_cntl));
661 uint32_t crtc_ext_cntl; local
682 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL);
683 crtc_ext_cntl |= (RADEON_XCRT_CNT_EN |
693 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl);
H A Dradeon_legacy_encoders.c518 uint32_t crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); local
526 crtc_ext_cntl |= RADEON_CRTC_CRT_ON;
535 crtc_ext_cntl &= ~RADEON_CRTC_CRT_ON;
545 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl);
641 uint32_t vclk_ecp_cntl, crtc_ext_cntl; local
656 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL);
665 tmp = crtc_ext_cntl | RADEON_CRTC_CRT_ON;
705 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl);
1533 uint32_t disp_output_cntl = 0, disp_hw_debug = 0, crtc_ext_cntl = 0; local
1581 crtc_ext_cntl
[all...]
H A Dradeon_bios.c538 uint32_t crtc_ext_cntl; local
552 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL);
590 ((crtc_ext_cntl & ~RADEON_CRTC_CRT_ON) |
611 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl);

Completed in 60 milliseconds