Home
last modified time | relevance | path

Searched refs:ppll_div_sel (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/aty/
H A Dradeon_monitor.c662 int ppll_div_sel; in radeon_fixup_panel_info() local
664 ppll_div_sel = INREG8(CLOCK_CNTL_INDEX + 1) & 0x3; in radeon_fixup_panel_info()
666 ppll_divn = INPLL(PPLL_DIV_0 + ppll_div_sel); in radeon_fixup_panel_info()
676 ppll_div_sel); in radeon_fixup_panel_info()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_combios.c1090 uint32_t ppll_div_sel, ppll_val; in radeon_legacy_get_lvds_info_from_regs() local
1131 ppll_div_sel = RREG8(RADEON_CLOCK_CNTL_INDEX + 1) & 0x3; in radeon_legacy_get_lvds_info_from_regs()
1132 ppll_val = RREG32_PLL(RADEON_PPLL_DIV_0 + ppll_div_sel); in radeon_legacy_get_lvds_info_from_regs()