Home
last modified time | relevance | path

Searched refs:RADEON_CRTC_EXT_CNTL (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_encoders.c522 uint32_t crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_legacy_primary_dac_dpms()
549 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_legacy_primary_dac_dpms()
660 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_legacy_primary_dac_detect()
670 WREG32(RADEON_CRTC_EXT_CNTL, tmp); in radeon_legacy_primary_dac_detect()
709 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_legacy_primary_dac_detect()
1586 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_legacy_tv_dac_detect()
1606 WREG32(RADEON_CRTC_EXT_CNTL, tmp); in radeon_legacy_tv_dac_detect()
1665 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_legacy_tv_dac_detect()
H A Dradeon_legacy_crtc.c332 WREG32_P(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl, ~(mask | crtc_ext_cntl)); in radeon_crtc_dpms()
348 WREG32_P(RADEON_CRTC_EXT_CNTL, mask, ~(mask | crtc_ext_cntl)); in radeon_crtc_dpms()
709 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_set_crtc_timing()
720 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_set_crtc_timing()
H A Dradeon_bios.c555 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL);
592 WREG32(RADEON_CRTC_EXT_CNTL,
614 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl);
H A Dradeon_reg.h422 #define RADEON_CRTC_EXT_CNTL 0x0054 macro