Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c615 uint32_t vclk_ecp_cntl, crtc_ext_cntl; in radeon_legacy_primary_dac_detect() local
629 vclk_ecp_cntl = RREG32_PLL(RADEON_VCLK_ECP_CNTL); in radeon_legacy_primary_dac_detect()
635 tmp = vclk_ecp_cntl & in radeon_legacy_primary_dac_detect()
678 WREG32_PLL(RADEON_VCLK_ECP_CNTL, vclk_ecp_cntl); in radeon_legacy_primary_dac_detect()
/drivers/video/aty/
Dradeon_pm.c829 u32 vclk_ecp_cntl; in radeon_pm_setup_for_suspend() local
891 vclk_ecp_cntl = INPLL( pllVCLK_ECP_CNTL); in radeon_pm_setup_for_suspend()
892 vclk_ecp_cntl &= ~(VCLK_ECP_CNTL__PIXCLK_ALWAYS_ONb in radeon_pm_setup_for_suspend()
894 vclk_ecp_cntl |= VCLK_ECP_CNTL__ECP_FORCE_ON; in radeon_pm_setup_for_suspend()
895 OUTPLL( pllVCLK_ECP_CNTL, vclk_ecp_cntl); in radeon_pm_setup_for_suspend()
Dradeonfb.h237 u32 vclk_ecp_cntl; member
Dradeon_base.c1233 save->vclk_ecp_cntl = INPLL(VCLK_ECP_CNTL); in radeon_save_state()
1409 OUTPLL(VCLK_ECP_CNTL, mode->vclk_ecp_cntl); in radeon_write_mode()
1732 newmode->vclk_ecp_cntl = rinfo->init_state.vclk_ecp_cntl; in radeonfb_set_par()