Searched refs:lvds_pll_cntl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/powerpc/powermac/ |
| D | atibl.c | 215 uint32_t lvds_pll_cntl; in atibl_setlevel() local 232 lvds_pll_cntl = bus_read_4(sc->sc_memr, RADEON_LVDS_PLL_CNTL); in atibl_setlevel() 233 lvds_pll_cntl |= RADEON_LVDS_PLL_EN; in atibl_setlevel() 234 bus_write_4(sc->sc_memr, RADEON_LVDS_PLL_CNTL, lvds_pll_cntl); in atibl_setlevel() 235 lvds_pll_cntl &= ~RADEON_LVDS_PLL_RESET; in atibl_setlevel() 236 bus_write_4(sc->sc_memr, RADEON_LVDS_PLL_CNTL, lvds_pll_cntl); in atibl_setlevel()
|
| /freebsd-12-stable/sys/dev/drm2/radeon/ |
| D | radeon_legacy_encoders.c | 52 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 …]
|