Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c592 uint32_t disp_output_cntl, dac_cntl, dac2_cntl, dac_macro_cntl; in radeon_legacy_primary_dac_mode_set() local
602 dac2_cntl = RREG32(RADEON_DAC_CNTL2) & ~(RADEON_DAC2_DAC_CLK_SEL); in radeon_legacy_primary_dac_mode_set()
603 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_primary_dac_mode_set()
612 dac2_cntl = RREG32(RADEON_DAC_CNTL2) | RADEON_DAC2_DAC_CLK_SEL; in radeon_legacy_primary_dac_mode_set()
613 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_primary_dac_mode_set()
1161 uint32_t tv_dac_cntl, gpiopad_a = 0, dac2_cntl, disp_output_cntl = 0; in radeon_legacy_tv_dac_mode_set() local
1234 dac2_cntl = RREG32(RADEON_DAC_CNTL2) & ~RADEON_DAC2_DAC2_CLK_SEL; in radeon_legacy_tv_dac_mode_set()
1257 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_tv_dac_mode_set()
1260 dac2_cntl = RREG32(RADEON_DAC_CNTL2) | RADEON_DAC2_DAC2_CLK_SEL; in radeon_legacy_tv_dac_mode_set()
1282 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_tv_dac_mode_set()
Dradeon_display.c203 uint32_t dac2_cntl; in legacy_crtc_load_lut() local
205 dac2_cntl = RREG32(RADEON_DAC_CNTL2); in legacy_crtc_load_lut()
207 dac2_cntl &= (uint32_t)~RADEON_DAC2_PALETTE_ACC_CTL; in legacy_crtc_load_lut()
209 dac2_cntl |= RADEON_DAC2_PALETTE_ACC_CTL; in legacy_crtc_load_lut()
210 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in legacy_crtc_load_lut()
Dr100.c2660 u32 dac2_cntl = RREG32(RADEON_DAC_CNTL2); in r100_set_common_regs() local
2667 dac2_cntl &= ~RADEON_DAC2_DAC_CLK_SEL; in r100_set_common_regs()
2668 dac2_cntl |= RADEON_DAC2_DAC2_CLK_SEL; in r100_set_common_regs()
2686 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in r100_set_common_regs()
/drivers/video/fbdev/aty/
Dradeonfb.h200 u32 dac2_cntl; member