Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c61 uint32_t lvds_gen_cntl, lvds_pll_cntl, pixclks_cntl, disp_pwr_man; in radeon_legacy_lvds_update() local
98 lvds_pll_cntl = RREG32(RADEON_LVDS_PLL_CNTL); in radeon_legacy_lvds_update()
99 lvds_pll_cntl |= RADEON_LVDS_PLL_EN; in radeon_legacy_lvds_update()
100 WREG32(RADEON_LVDS_PLL_CNTL, lvds_pll_cntl); in radeon_legacy_lvds_update()
103 lvds_pll_cntl = RREG32(RADEON_LVDS_PLL_CNTL); in radeon_legacy_lvds_update()
104 lvds_pll_cntl &= ~RADEON_LVDS_PLL_RESET; in radeon_legacy_lvds_update()
105 WREG32(RADEON_LVDS_PLL_CNTL, lvds_pll_cntl); in radeon_legacy_lvds_update()
194 uint32_t lvds_pll_cntl, lvds_gen_cntl, lvds_ss_gen_cntl; in radeon_legacy_lvds_mode_set() local
198 lvds_pll_cntl = RREG32(RADEON_LVDS_PLL_CNTL); in radeon_legacy_lvds_mode_set()
199 lvds_pll_cntl &= ~RADEON_LVDS_PLL_EN; in radeon_legacy_lvds_mode_set()
[all …]
/Linux-v6.6/drivers/video/fbdev/aty/
Dradeonfb.h226 u32 lvds_pll_cntl; member
Dradeon_base.c1334 save->lvds_pll_cntl = INREG(LVDS_PLL_CNTL); in radeon_save_state()
1895 newmode->lvds_pll_cntl = rinfo->init_state.lvds_pll_cntl; in radeonfb_set_par()