OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ppll_val
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_combios.c
1114
uint32_t ppll_div_sel,
ppll_val
;
local in function:radeon_legacy_get_lvds_info_from_regs
1156
ppll_val
= RREG32_PLL(RADEON_PPLL_DIV_0 + ppll_div_sel);
1157
if ((
ppll_val
& 0x000707ff) == 0x1bb)
1162
lvds->panel_post_divider = (
ppll_val
>> 16) & 0x7;
1163
lvds->panel_fb_divider =
ppll_val
& 0x7ff;
radeon_combios.c
1114
uint32_t ppll_div_sel,
ppll_val
;
local in function:radeon_legacy_get_lvds_info_from_regs
1156
ppll_val
= RREG32_PLL(RADEON_PPLL_DIV_0 + ppll_div_sel);
1157
if ((
ppll_val
& 0x000707ff) == 0x1bb)
1162
lvds->panel_post_divider = (
ppll_val
>> 16) & 0x7;
1163
lvds->panel_fb_divider =
ppll_val
& 0x7ff;
Completed in 25 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025