Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c639 uint32_t vclk_ecp_cntl, crtc_ext_cntl; in radeon_legacy_primary_dac_detect() local
653 vclk_ecp_cntl = RREG32_PLL(RADEON_VCLK_ECP_CNTL); in radeon_legacy_primary_dac_detect()
659 tmp = vclk_ecp_cntl & in radeon_legacy_primary_dac_detect()
704 WREG32_PLL(RADEON_VCLK_ECP_CNTL, vclk_ecp_cntl); in radeon_legacy_primary_dac_detect()
/linux/drivers/video/fbdev/aty/
H A Dradeonfb.h238 u32 vclk_ecp_cntl; member
H A 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()
H A Dradeon_base.c1337 save->vclk_ecp_cntl = INPLL(VCLK_ECP_CNTL); in radeon_save_state()
1513 OUTPLL(VCLK_ECP_CNTL, mode->vclk_ecp_cntl); in radeon_write_mode()
1830 newmode->vclk_ecp_cntl = rinfo->init_state.vclk_ecp_cntl; in radeonfb_set_par()