Searched refs:dac_macro_cntl (Results 1 – 1 of 1) sorted by relevance
526 uint32_t dac_macro_cntl = RREG32(RADEON_DAC_MACRO_CNTL); in radeon_legacy_primary_dac_dpms() local534 dac_macro_cntl &= ~(RADEON_DAC_PDWN_R | in radeon_legacy_primary_dac_dpms()543 dac_macro_cntl |= (RADEON_DAC_PDWN_R | in radeon_legacy_primary_dac_dpms()553 WREG32(RADEON_DAC_MACRO_CNTL, dac_macro_cntl); in radeon_legacy_primary_dac_dpms()593 uint32_t disp_output_cntl, dac_cntl, dac2_cntl, dac_macro_cntl; in radeon_legacy_primary_dac_mode_set() local630 dac_macro_cntl = p_dac->ps2_pdac_adj; in radeon_legacy_primary_dac_mode_set()632 dac_macro_cntl = RREG32(RADEON_DAC_MACRO_CNTL); in radeon_legacy_primary_dac_mode_set()633 dac_macro_cntl |= RADEON_DAC_PDWN_R | RADEON_DAC_PDWN_G | RADEON_DAC_PDWN_B; in radeon_legacy_primary_dac_mode_set()634 WREG32(RADEON_DAC_MACRO_CNTL, dac_macro_cntl); in radeon_legacy_primary_dac_mode_set()648 uint32_t dac_ext_cntl, dac_cntl, dac_macro_cntl, tmp; in radeon_legacy_primary_dac_detect() local[all …]