• Home
  • Raw
  • Download

Lines Matching refs:RADEON_DAC_CNTL2

603 			dac2_cntl = RREG32(RADEON_DAC_CNTL2)  & ~(RADEON_DAC2_DAC_CLK_SEL);  in radeon_legacy_primary_dac_mode_set()
604 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_primary_dac_mode_set()
613 dac2_cntl = RREG32(RADEON_DAC_CNTL2) | RADEON_DAC2_DAC_CLK_SEL; in radeon_legacy_primary_dac_mode_set()
614 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_primary_dac_mode_set()
1235 dac2_cntl = RREG32(RADEON_DAC_CNTL2) & ~RADEON_DAC2_DAC2_CLK_SEL; in radeon_legacy_tv_dac_mode_set()
1258 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_tv_dac_mode_set()
1261 dac2_cntl = RREG32(RADEON_DAC_CNTL2) | RADEON_DAC2_DAC2_CLK_SEL; in radeon_legacy_tv_dac_mode_set()
1283 WREG32(RADEON_DAC_CNTL2, dac2_cntl); in radeon_legacy_tv_dac_mode_set()
1318 dac_cntl2 = RREG32(RADEON_DAC_CNTL2); in r300_legacy_tv_detect()
1326 WREG32(RADEON_DAC_CNTL2, RADEON_DAC2_DAC2_CLK_SEL); in r300_legacy_tv_detect()
1373 WREG32(RADEON_DAC_CNTL2, dac_cntl2); in r300_legacy_tv_detect()
1390 dac_cntl2 = RREG32(RADEON_DAC_CNTL2); in radeon_legacy_tv_detect()
1397 WREG32(RADEON_DAC_CNTL2, tmp); in radeon_legacy_tv_detect()
1438 WREG32(RADEON_DAC_CNTL2, dac_cntl2); in radeon_legacy_tv_detect()
1599 dac_cntl2 = RREG32(RADEON_DAC_CNTL2); in radeon_legacy_tv_dac_detect()
1648 WREG32(RADEON_DAC_CNTL2, tmp); in radeon_legacy_tv_dac_detect()
1653 if (RREG32(RADEON_DAC_CNTL2) & RADEON_DAC2_CMP_OUT_B) in radeon_legacy_tv_dac_detect()
1656 if (RREG32(RADEON_DAC_CNTL2) & RADEON_DAC2_CMP_OUTPUT) in radeon_legacy_tv_dac_detect()
1661 WREG32(RADEON_DAC_CNTL2, dac_cntl2); in radeon_legacy_tv_dac_detect()