Searched refs:tv_master_cntl (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_tv.c | 536 uint32_t tv_master_cntl, tv_rgb_cntl, tv_dac_cntl; in radeon_legacy_tv_mode_set() local 551 tv_master_cntl = (RADEON_VIN_ASYNC_RST | in radeon_legacy_tv_mode_set() 557 tv_master_cntl |= RADEON_TVCLK_ALWAYS_ONb; in radeon_legacy_tv_mode_set() 561 tv_master_cntl |= RADEON_RESTART_PHASE_FIX; in radeon_legacy_tv_mode_set() 746 WREG32(RADEON_TV_MASTER_CNTL, (tv_master_cntl | RADEON_TV_ASYNC_RST | in radeon_legacy_tv_mode_set() 791 WREG32(RADEON_TV_MASTER_CNTL, (tv_master_cntl | RADEON_TV_ASYNC_RST | in radeon_legacy_tv_mode_set() 800 WREG32(RADEON_TV_MASTER_CNTL, (tv_master_cntl | RADEON_TV_ASYNC_RST)); in radeon_legacy_tv_mode_set() 814 WREG32(RADEON_TV_MASTER_CNTL, tv_master_cntl); in radeon_legacy_tv_mode_set()
|
H A D | radeon_legacy_encoders.c | 1037 uint32_t tv_master_cntl = 0; in radeon_legacy_tv_dac_dpms() local 1047 tv_master_cntl = RREG32(RADEON_TV_MASTER_CNTL); in radeon_legacy_tv_dac_dpms() 1059 tv_master_cntl |= RADEON_TV_ON; in radeon_legacy_tv_dac_dpms() 1084 tv_master_cntl &= ~RADEON_TV_ON; in radeon_legacy_tv_dac_dpms() 1108 WREG32(RADEON_TV_MASTER_CNTL, tv_master_cntl); in radeon_legacy_tv_dac_dpms() 1376 uint32_t config_cntl, tv_pre_dac_mux_cntl, tv_master_cntl, tmp; in radeon_legacy_tv_detect() local 1383 tv_master_cntl = RREG32(RADEON_TV_MASTER_CNTL); in radeon_legacy_tv_detect() 1391 tmp = tv_master_cntl | RADEON_TV_ON; in radeon_legacy_tv_detect() 1429 WREG32(RADEON_TV_MASTER_CNTL, tv_master_cntl); in radeon_legacy_tv_detect()
|