OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_post_div
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pll.c
188
if (post_div_max > pll->
max_post_div
)
189
post_div_max = pll->
max_post_div
;
amdgpu_atomfirmware.c
392
spll->
max_post_div
= 1;
415
mpll->
max_post_div
= 1;
amdgpu_mode.h
213
uint32_t
max_post_div
;
member in struct:amdgpu_pll
amdgpu_atombios.c
610
ppll->
max_post_div
= 0x7f;
642
spll->
max_post_div
= 1;
674
mpll->
max_post_div
= 1;
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_clocks.c
286
p1pll->
max_post_div
= 0x7f;
290
p2pll->
max_post_div
= 0x7f;
295
p1pll->
max_post_div
= 16;
299
p2pll->
max_post_div
= 12;
306
dcpll->
max_post_div
= 0x7f;
329
spll->
max_post_div
= 1;
338
mpll->
max_post_div
= 1;
radeon_display.c
1023
if (post_div_max > pll->
max_post_div
)
1024
post_div_max = pll->
max_post_div
;
1117
uint32_t
max_post_div
= pll->
max_post_div
;
local in function:radeon_compute_pll_legacy
1161
min_post_div =
max_post_div
= pll->post_div;
1168
for (post_div =
max_post_div
; post_div >= min_post_div; --post_div) {
radeon_mode.h
188
uint32_t
max_post_div
;
member in struct:radeon_pll
Completed in 18 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025