Home
last modified time | relevance | path

Searched refs:RADEON_FP_GEN_CNTL (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_encoders.c734 uint32_t fp_gen_cntl = RREG32(RADEON_FP_GEN_CNTL); in radeon_legacy_tmds_int_dpms()
748 WREG32(RADEON_FP_GEN_CNTL, fp_gen_cntl); in radeon_legacy_tmds_int_dpms()
834 fp_gen_cntl = (RREG32(RADEON_FP_GEN_CNTL) | in radeon_legacy_tmds_int_mode_set()
872 WREG32(RADEON_FP_GEN_CNTL, fp_gen_cntl); in radeon_legacy_tmds_int_mode_set()
H A Dr100.c530 if (RREG32(RADEON_FP_GEN_CNTL) & RADEON_FP_DETECT_SENSE) in r100_hpd_sense()
559 tmp = RREG32(RADEON_FP_GEN_CNTL); in r100_hpd_set_polarity()
564 WREG32(RADEON_FP_GEN_CNTL, tmp); in r100_hpd_set_polarity()
H A Dradeon_reg.h904 #define RADEON_FP_GEN_CNTL 0x0284 macro