OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:post_div_min
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pll.c
133
unsigned
post_div_min
, post_div_max, post_div;
local in function:amdgpu_pll_compute
161
post_div_min
= pll->post_div;
179
post_div_min
= vco_min / target_clock;
180
if ((target_clock *
post_div_min
) < vco_min)
181
++
post_div_min
;
182
if (
post_div_min
< pll->min_post_div)
183
post_div_min
= pll->min_post_div;
197
amdgpu_pll_reduce_ratio(&nom, &den, fb_div_min,
post_div_min
);
201
post_div_best =
post_div_min
;
206
for (post_div =
post_div_min
; post_div <= post_div_max; ++post_div)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_display.c
965
unsigned
post_div_min
, post_div_max, post_div;
local in function:radeon_compute_pll_avivo
996
post_div_min
= pll->post_div;
1014
post_div_min
= vco_min / target_clock;
1015
if ((target_clock *
post_div_min
) < vco_min)
1016
++
post_div_min
;
1017
if (
post_div_min
< pll->min_post_div)
1018
post_div_min
= pll->min_post_div;
1032
avivo_reduce_ratio(&nom, &den, fb_div_min,
post_div_min
);
1036
post_div_best =
post_div_min
;
1041
for (post_div =
post_div_min
; post_div <= post_div_max; ++post_div)
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025