Searched refs:RADEON_DAC2_DAC2_CLK_SEL (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_reg.h608 # define RADEON_DAC2_DAC2_CLK_SEL (1 << 1) macro
H A Dr100.c2676 dac2_cntl |= RADEON_DAC2_DAC2_CLK_SEL;
H A Dradeon_legacy_encoders.c1227 dac2_cntl = RREG32(RADEON_DAC_CNTL2) & ~RADEON_DAC2_DAC2_CLK_SEL;
1253 dac2_cntl = RREG32(RADEON_DAC_CNTL2) | RADEON_DAC2_DAC2_CLK_SEL;
1318 WREG32(RADEON_DAC_CNTL2, RADEON_DAC2_DAC2_CLK_SEL);
1388 tmp = dac_cntl2 & ~RADEON_DAC2_DAC2_CLK_SEL;
1639 tmp = dac_cntl2 | RADEON_DAC2_DAC2_CLK_SEL | RADEON_DAC2_CMP_EN;

Completed in 391 milliseconds