Home
last modified time | relevance | path

Searched refs:vclk_ecp_cntl (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c646 uint32_t vclk_ecp_cntl, crtc_ext_cntl; in radeon_legacy_primary_dac_detect() local
660 vclk_ecp_cntl = RREG32_PLL(RADEON_VCLK_ECP_CNTL); in radeon_legacy_primary_dac_detect()
666 tmp = vclk_ecp_cntl & in radeon_legacy_primary_dac_detect()
711 WREG32_PLL(RADEON_VCLK_ECP_CNTL, vclk_ecp_cntl); in radeon_legacy_primary_dac_detect()
/Linux-v5.4/drivers/video/fbdev/aty/
Dradeonfb.h238 u32 vclk_ecp_cntl; member
Dradeon_pm.c830 u32 vclk_ecp_cntl; in radeon_pm_setup_for_suspend() local
892 vclk_ecp_cntl = INPLL( pllVCLK_ECP_CNTL); in radeon_pm_setup_for_suspend()
893 vclk_ecp_cntl &= ~(VCLK_ECP_CNTL__PIXCLK_ALWAYS_ONb in radeon_pm_setup_for_suspend()
895 vclk_ecp_cntl |= VCLK_ECP_CNTL__ECP_FORCE_ON; in radeon_pm_setup_for_suspend()
896 OUTPLL( pllVCLK_ECP_CNTL, vclk_ecp_cntl); in radeon_pm_setup_for_suspend()
Dradeon_base.c1346 save->vclk_ecp_cntl = INPLL(VCLK_ECP_CNTL); in radeon_save_state()
1522 OUTPLL(VCLK_ECP_CNTL, mode->vclk_ecp_cntl); in radeon_write_mode()
1845 newmode->vclk_ecp_cntl = rinfo->init_state.vclk_ecp_cntl; in radeonfb_set_par()