Home
last modified time | relevance | path

Searched refs:fp2_gen_cntl (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c897 fp2_gen_cntl &= ~RADEON_FP2_BLANK_EN; in radeon_legacy_tmds_ext_dpms()
903 fp2_gen_cntl |= RADEON_FP2_BLANK_EN; in radeon_legacy_tmds_ext_dpms()
908 WREG32(RADEON_FP2_GEN_CNTL, fp2_gen_cntl); in radeon_legacy_tmds_ext_dpms()
947 uint32_t fp2_gen_cntl; in radeon_legacy_tmds_ext_mode_set() local
963 fp2_gen_cntl &= ~(RADEON_FP2_ON | in radeon_legacy_tmds_ext_mode_set()
987 fp2_gen_cntl |= R200_FP2_SOURCE_SEL_RMX; in radeon_legacy_tmds_ext_mode_set()
997 fp2_gen_cntl |= RADEON_FP2_SRC_SEL_CRTC2; in radeon_legacy_tmds_ext_mode_set()
1000 WREG32(RADEON_FP2_GEN_CNTL, fp2_gen_cntl); in radeon_legacy_tmds_ext_mode_set()
1105 WREG32(RADEON_FP2_GEN_CNTL, fp2_gen_cntl); in radeon_legacy_tv_dac_dpms()
1284 WREG32(RADEON_FP2_GEN_CNTL, fp2_gen_cntl); in radeon_legacy_tv_dac_mode_set()
[all …]
H A Dradeon_bios.c518 uint32_t fp2_gen_cntl; in legacy_read_disabled_bios() local
530 fp2_gen_cntl = 0; in legacy_read_disabled_bios()
533 fp2_gen_cntl = RREG32(RADEON_FP2_GEN_CNTL); in legacy_read_disabled_bios()
570 WREG32(RADEON_FP2_GEN_CNTL, (fp2_gen_cntl & ~RADEON_FP2_ON)); in legacy_read_disabled_bios()
588 WREG32(RADEON_FP2_GEN_CNTL, fp2_gen_cntl); in legacy_read_disabled_bios()
/openbmc/u-boot/drivers/video/
H A Dati_radeon_fb.h208 u32 fp2_gen_cntl; member
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeonfb.h217 u32 fp2_gen_cntl; member
H A Dradeon_base.c1557 u32 fp2_gen_cntl = INREG(FP2_GEN_CNTL); in radeon_calc_pll_regs() local
1562 if ((fp2_gen_cntl & FP2_ON) == 0) in radeon_calc_pll_regs()
1568 source = (fp2_gen_cntl >> 10) & 0x3; in radeon_calc_pll_regs()
1577 source = (fp2_gen_cntl >> 13) & 0x1; in radeon_calc_pll_regs()
H A Dradeon_pm.c1250 fp_gen_cntl, fp2_gen_cntl; in radeon_pm_full_reset_sdram() local
1257 fp2_gen_cntl = INREG( FP2_GEN_CNTL); in radeon_pm_full_reset_sdram()
1426 OUTREG( FP2_GEN_CNTL, fp2_gen_cntl); in radeon_pm_full_reset_sdram()