Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_encoders.c531 dac_cntl &= ~RADEON_DAC_PDWN; in radeon_legacy_primary_dac_dpms()
540 dac_cntl |= RADEON_DAC_PDWN; in radeon_legacy_primary_dac_dpms()
550 WREG32(RADEON_DAC_CNTL, dac_cntl); in radeon_legacy_primary_dac_dpms()
616 dac_cntl = (RADEON_DAC_MASK_ALL | in radeon_legacy_primary_dac_mode_set()
622 dac_cntl, in radeon_legacy_primary_dac_mode_set()
662 dac_cntl = RREG32(RADEON_DAC_CNTL); in radeon_legacy_primary_dac_detect()
706 WREG32(RADEON_DAC_CNTL, dac_cntl); in radeon_legacy_primary_dac_detect()
1224 uint32_t dac_cntl; in radeon_legacy_tv_dac_mode_set() local
1226 dac_cntl = RREG32(RADEON_DAC_CNTL); in radeon_legacy_tv_dac_mode_set()
1227 dac_cntl &= ~RADEON_DAC_TVO_EN; in radeon_legacy_tv_dac_mode_set()
[all …]