Searched refs:RADEON_FP2_GEN_CNTL (Results 1 – 3 of 3) sorted by relevance
892 uint32_t fp2_gen_cntl = RREG32(RADEON_FP2_GEN_CNTL); in radeon_legacy_tmds_ext_dpms()908 WREG32(RADEON_FP2_GEN_CNTL, fp2_gen_cntl); in radeon_legacy_tmds_ext_dpms()954 fp2_gen_cntl = RREG32(RADEON_FP2_GEN_CNTL); in radeon_legacy_tmds_ext_mode_set()956 fp2_gen_cntl = RREG32(RADEON_FP2_GEN_CNTL); in radeon_legacy_tmds_ext_mode_set()1000 WREG32(RADEON_FP2_GEN_CNTL, fp2_gen_cntl); in radeon_legacy_tmds_ext_mode_set()1044 fp2_gen_cntl = RREG32(RADEON_FP2_GEN_CNTL); in radeon_legacy_tv_dac_dpms()1105 WREG32(RADEON_FP2_GEN_CNTL, fp2_gen_cntl); in radeon_legacy_tv_dac_dpms()1212 fp2_gen_cntl = RREG32(RADEON_FP2_GEN_CNTL); in radeon_legacy_tv_dac_mode_set()1284 WREG32(RADEON_FP2_GEN_CNTL, fp2_gen_cntl); in radeon_legacy_tv_dac_mode_set()1449 fp2_gen_cntl = RREG32(RADEON_FP2_GEN_CNTL); in radeon_legacy_ext_dac_detect()[all …]
551 if (RREG32(RADEON_FP2_GEN_CNTL) & RADEON_FP2_DETECT_SENSE) in r100_hpd_sense()584 tmp = RREG32(RADEON_FP2_GEN_CNTL); in r100_hpd_set_polarity()589 WREG32(RADEON_FP2_GEN_CNTL, tmp); in r100_hpd_set_polarity()
930 #define RADEON_FP2_GEN_CNTL 0x0288 macro