OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vco_mode
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios.h
48
u32
vco_mode
;
member in struct:atom_clock_dividers
73
u32
vco_mode
;
member in struct:atom_mpll_param
amdgpu_atombios.c
1038
dividers->
vco_mode
= (args.v3.ucCntlFlag &
1058
dividers->
vco_mode
= (args.v5.ucCntlFlag &
1125
mpll_param->
vco_mode
=
amdgpu_si_dpm.c
5370
CLKFRAC(mpll_param.clkfrac) |
VCO_MODE
(mpll_param.
vco_mode
);
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppatomctrl.h
75
uint32_t
vco_mode
;
member in struct:pp_atomctrl_clock_dividers_rv730
144
uint32_t
vco_mode
;
member in struct:pp_atomctrl_memory_clock_param
amdgpu_ppatomctrl.c
276
mpll_param->
vco_mode
=
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv740_dpm.c
227
if (dividers.
vco_mode
)
228
mpll_ad_func_cntl_2 |=
VCO_MODE
;
230
mpll_ad_func_cntl_2 &= ~
VCO_MODE
;
244
if (dividers.
vco_mode
)
245
mpll_dq_func_cntl_2 |=
VCO_MODE
;
247
mpll_dq_func_cntl_2 &= ~
VCO_MODE
;
radeon_mode.h
599
u32
vco_mode
;
member in struct:atom_clock_dividers
624
u32
vco_mode
;
member in struct:atom_mpll_param
radeon_cypress_dpm.c
531
if (dividers.
vco_mode
)
532
mpll_ad_func_cntl_2 |=
VCO_MODE
;
534
mpll_ad_func_cntl_2 &= ~
VCO_MODE
;
553
if (dividers.
vco_mode
)
554
mpll_dq_func_cntl_2 |=
VCO_MODE
;
556
mpll_dq_func_cntl_2 &= ~
VCO_MODE
;
radeon_rv770_dpm.c
443
if (dividers.
vco_mode
)
444
mpll_ad_func_cntl_2 |=
VCO_MODE
;
446
mpll_ad_func_cntl_2 &= ~
VCO_MODE
;
471
if (dividers.
vco_mode
)
472
mpll_dq_func_cntl_2 |=
VCO_MODE
;
474
mpll_dq_func_cntl_2 &= ~
VCO_MODE
;
radeon_atombios.c
2876
dividers->
vco_mode
= (le32_to_cpu(args.v2.ulClock) & (1 << 25)) ? 1 : 0;
2893
dividers->
vco_mode
= (args.v3.ucCntlFlag &
2913
dividers->
vco_mode
= (args.v5.ucCntlFlag &
2981
mpll_param->
vco_mode
=
radeon_ni_dpm.c
2212
if (dividers.
vco_mode
)
2213
mpll_ad_func_cntl_2 |=
VCO_MODE
;
2215
mpll_ad_func_cntl_2 &= ~
VCO_MODE
;
2234
if (dividers.
vco_mode
)
2235
mpll_dq_func_cntl_2 |=
VCO_MODE
;
2237
mpll_dq_func_cntl_2 &= ~
VCO_MODE
;
radeon_ci_dpm.c
2822
CLKFRAC(mpll_param.clkfrac) |
VCO_MODE
(mpll_param.
vco_mode
);
radeon_si_dpm.c
4906
CLKFRAC(mpll_param.clkfrac) |
VCO_MODE
(mpll_param.
vco_mode
);
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_iceland_smumgr.c
1086
MPLL_FUNC_CNTL_1,
VCO_MODE
, mpll_param.
vco_mode
);
amdgpu_ci_smumgr.c
1060
MPLL_FUNC_CNTL_1,
VCO_MODE
, mpll_param.
vco_mode
);
amdgpu_tonga_smumgr.c
834
MPLL_FUNC_CNTL_1,
VCO_MODE
,
835
mpll_param.
vco_mode
);
Completed in 99 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025