Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c586 uint32_t disp_output_cntl, dac_cntl, dac2_cntl, dac_macro_cntl; in radeon_legacy_primary_dac_mode_set() local
596 dac2_cntl = RREG32(RADEON_DAC_CNTL2) & ~(RADEON_DAC2_DAC_CLK_SEL); in radeon_legacy_primary_dac_mode_set()
597 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_primary_dac_mode_set()
606 dac2_cntl = RREG32(RADEON_DAC_CNTL2) | RADEON_DAC2_DAC_CLK_SEL; in radeon_legacy_primary_dac_mode_set()
607 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_primary_dac_mode_set()
1155 uint32_t tv_dac_cntl, gpiopad_a = 0, dac2_cntl, disp_output_cntl = 0; in radeon_legacy_tv_dac_mode_set() local
1228 dac2_cntl = RREG32(RADEON_DAC_CNTL2) & ~RADEON_DAC2_DAC2_CLK_SEL; in radeon_legacy_tv_dac_mode_set()
1251 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_tv_dac_mode_set()
1254 dac2_cntl = RREG32(RADEON_DAC_CNTL2) | RADEON_DAC2_DAC2_CLK_SEL; in radeon_legacy_tv_dac_mode_set()
1276 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_tv_dac_mode_set()
Dradeon_display.c191 uint32_t dac2_cntl; in legacy_crtc_load_lut() local
193 dac2_cntl = RREG32(RADEON_DAC_CNTL2); in legacy_crtc_load_lut()
195 dac2_cntl &= (uint32_t)~RADEON_DAC2_PALETTE_ACC_CTL; in legacy_crtc_load_lut()
197 dac2_cntl |= RADEON_DAC2_PALETTE_ACC_CTL; in legacy_crtc_load_lut()
198 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in legacy_crtc_load_lut()
Dr100.c2654 u32 dac2_cntl = RREG32(RADEON_DAC_CNTL2); in r100_set_common_regs() local
2661 dac2_cntl &= ~RADEON_DAC2_DAC_CLK_SEL; in r100_set_common_regs()
2662 dac2_cntl |= RADEON_DAC2_DAC2_CLK_SEL; in r100_set_common_regs()
2680 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in r100_set_common_regs()
/Linux-v4.19/drivers/video/fbdev/aty/
Dradeonfb.h200 u32 dac2_cntl; member