OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VddcLevelCount
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu71_discrete.h
256
uint32_t
VddcLevelCount
;
smu7_discrete.h
304
uint32_t
VddcLevelCount
;
smu72_discrete.h
233
uint32_t
VddcLevelCount
;
/src/sys/external/bsd/drm2/dist/drm/radeon/
smu7_discrete.h
304
uint32_t
VddcLevelCount
;
radeon_ci_dpm.c
2230
table->
VddcLevelCount
= pi->vddc_voltage_table.count;
2231
for (count = 0; count < table->
VddcLevelCount
; count++) {
2242
table->
VddcLevelCount
= cpu_to_be32(table->
VddcLevelCount
);
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_iceland_smumgr.c
629
table->
VddcLevelCount
= data->vddc_voltage_table.count;
630
for (count = 0; count < table->
VddcLevelCount
; count++) {
643
CONVERT_FROM_HOST_TO_SMC_UL(table->
VddcLevelCount
);
amdgpu_tonga_smumgr.c
314
table->
VddcLevelCount
= data->vddc_voltage_table.count;
315
for (count = 0; count < table->
VddcLevelCount
; count++) {
319
CONVERT_FROM_HOST_TO_SMC_UL(table->
VddcLevelCount
);
412
uint32_t vddc_level_count = PP_SMC_TO_HOST_UL(table->
VddcLevelCount
);
amdgpu_ci_smumgr.c
851
table->
VddcLevelCount
= data->vddc_voltage_table.count;
852
for (count = 0; count < table->
VddcLevelCount
; count++) {
868
CONVERT_FROM_HOST_TO_SMC_UL(table->
VddcLevelCount
);
Completed in 28 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025