Searched refs:dac_macro_cntl (Results 1 – 1 of 1) sorted by relevance
520 uint32_t dac_macro_cntl = RREG32(RADEON_DAC_MACRO_CNTL); in radeon_legacy_primary_dac_dpms() local528 dac_macro_cntl &= ~(RADEON_DAC_PDWN_R | in radeon_legacy_primary_dac_dpms()537 dac_macro_cntl |= (RADEON_DAC_PDWN_R | in radeon_legacy_primary_dac_dpms()547 WREG32(RADEON_DAC_MACRO_CNTL, dac_macro_cntl); in radeon_legacy_primary_dac_dpms()587 uint32_t disp_output_cntl, dac_cntl, dac2_cntl, dac_macro_cntl; in radeon_legacy_primary_dac_mode_set() local624 dac_macro_cntl = p_dac->ps2_pdac_adj; in radeon_legacy_primary_dac_mode_set()626 dac_macro_cntl = RREG32(RADEON_DAC_MACRO_CNTL); in radeon_legacy_primary_dac_mode_set()627 dac_macro_cntl |= RADEON_DAC_PDWN_R | RADEON_DAC_PDWN_G | RADEON_DAC_PDWN_B; in radeon_legacy_primary_dac_mode_set()628 WREG32(RADEON_DAC_MACRO_CNTL, dac_macro_cntl); in radeon_legacy_primary_dac_mode_set()642 uint32_t dac_ext_cntl, dac_cntl, dac_macro_cntl, tmp; in radeon_legacy_primary_dac_detect() local[all …]