Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c52 uint32_t lvds_gen_cntl, lvds_pll_cntl, pixclks_cntl, disp_pwr_man; in radeon_legacy_lvds_update() local
89 lvds_pll_cntl = RREG32(RADEON_LVDS_PLL_CNTL); in radeon_legacy_lvds_update()
90 lvds_pll_cntl |= RADEON_LVDS_PLL_EN; in radeon_legacy_lvds_update()
91 WREG32(RADEON_LVDS_PLL_CNTL, lvds_pll_cntl); in radeon_legacy_lvds_update()
94 lvds_pll_cntl = RREG32(RADEON_LVDS_PLL_CNTL); in radeon_legacy_lvds_update()
95 lvds_pll_cntl &= ~RADEON_LVDS_PLL_RESET; in radeon_legacy_lvds_update()
96 WREG32(RADEON_LVDS_PLL_CNTL, lvds_pll_cntl); in radeon_legacy_lvds_update()
185 uint32_t lvds_pll_cntl, lvds_gen_cntl, lvds_ss_gen_cntl; in radeon_legacy_lvds_mode_set() local
189 lvds_pll_cntl = RREG32(RADEON_LVDS_PLL_CNTL); in radeon_legacy_lvds_mode_set()
190 lvds_pll_cntl &= ~RADEON_LVDS_PLL_EN; in radeon_legacy_lvds_mode_set()
[all …]
/Linux-v4.19/drivers/video/fbdev/aty/
Dradeonfb.h226 u32 lvds_pll_cntl; member
Dradeon_base.c1343 save->lvds_pll_cntl = INREG(LVDS_PLL_CNTL); in radeon_save_state()
1910 newmode->lvds_pll_cntl = rinfo->init_state.lvds_pll_cntl; in radeonfb_set_par()