Home
last modified time | relevance | path

Searched refs:lvds_pll_cntl (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c58 uint32_t lvds_gen_cntl, lvds_pll_cntl, pixclks_cntl, disp_pwr_man; in radeon_legacy_lvds_update() local
95 lvds_pll_cntl = RREG32(RADEON_LVDS_PLL_CNTL); in radeon_legacy_lvds_update()
96 lvds_pll_cntl |= RADEON_LVDS_PLL_EN; in radeon_legacy_lvds_update()
97 WREG32(RADEON_LVDS_PLL_CNTL, lvds_pll_cntl); in radeon_legacy_lvds_update()
100 lvds_pll_cntl = RREG32(RADEON_LVDS_PLL_CNTL); in radeon_legacy_lvds_update()
101 lvds_pll_cntl &= ~RADEON_LVDS_PLL_RESET; in radeon_legacy_lvds_update()
102 WREG32(RADEON_LVDS_PLL_CNTL, lvds_pll_cntl); in radeon_legacy_lvds_update()
191 uint32_t lvds_pll_cntl, lvds_gen_cntl, lvds_ss_gen_cntl; in radeon_legacy_lvds_mode_set() local
195 lvds_pll_cntl = RREG32(RADEON_LVDS_PLL_CNTL); in radeon_legacy_lvds_mode_set()
196 lvds_pll_cntl &= ~RADEON_LVDS_PLL_EN; in radeon_legacy_lvds_mode_set()
[all …]
/Linux-v5.10/drivers/video/fbdev/aty/
Dradeonfb.h226 u32 lvds_pll_cntl; member
Dradeon_base.c1333 save->lvds_pll_cntl = INREG(LVDS_PLL_CNTL); in radeon_save_state()
1894 newmode->lvds_pll_cntl = rinfo->init_state.lvds_pll_cntl; in radeonfb_set_par()