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.c585 uint32_t disp_output_cntl, dac_cntl, dac2_cntl, dac_macro_cntl; in radeon_legacy_primary_dac_mode_set() local
595 dac2_cntl = RREG32(RADEON_DAC_CNTL2) & ~(RADEON_DAC2_DAC_CLK_SEL); in radeon_legacy_primary_dac_mode_set()
596 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_primary_dac_mode_set()
605 dac2_cntl = RREG32(RADEON_DAC_CNTL2) | RADEON_DAC2_DAC_CLK_SEL; in radeon_legacy_primary_dac_mode_set()
606 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_primary_dac_mode_set()
1154 uint32_t tv_dac_cntl, gpiopad_a = 0, dac2_cntl, disp_output_cntl = 0; in radeon_legacy_tv_dac_mode_set() local
1227 dac2_cntl = RREG32(RADEON_DAC_CNTL2) & ~RADEON_DAC2_DAC2_CLK_SEL; in radeon_legacy_tv_dac_mode_set()
1250 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_tv_dac_mode_set()
1253 dac2_cntl = RREG32(RADEON_DAC_CNTL2) | RADEON_DAC2_DAC2_CLK_SEL; in radeon_legacy_tv_dac_mode_set()
1275 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_tv_dac_mode_set()
Dradeon_display.c200 uint32_t dac2_cntl; in legacy_crtc_load_lut() local
202 dac2_cntl = RREG32(RADEON_DAC_CNTL2); in legacy_crtc_load_lut()
204 dac2_cntl &= (uint32_t)~RADEON_DAC2_PALETTE_ACC_CTL; in legacy_crtc_load_lut()
206 dac2_cntl |= RADEON_DAC2_PALETTE_ACC_CTL; in legacy_crtc_load_lut()
207 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in legacy_crtc_load_lut()
Dr100.c2667 u32 dac2_cntl = RREG32(RADEON_DAC_CNTL2); in r100_set_common_regs() local
2674 dac2_cntl &= ~RADEON_DAC2_DAC_CLK_SEL; in r100_set_common_regs()
2675 dac2_cntl |= RADEON_DAC2_DAC2_CLK_SEL; in r100_set_common_regs()
2693 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in r100_set_common_regs()
/drivers/video/fbdev/aty/
Dradeonfb.h200 u32 dac2_cntl; member