Symbol: phm_get_voltage_index
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.h
85
extern uint8_t phm_get_voltage_index(struct phm_ppt_v1_voltage_lookup_table *lookup_table, uint16_t voltage);
sys/dev/drm/amd/powerplay/smumgr/fiji_smumgr.c
773
index = phm_get_voltage_index(lookup_table,
sys/dev/drm/amd/powerplay/smumgr/polaris10_smumgr.c
713
index = phm_get_voltage_index(lookup_table,
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1327
phm_get_voltage_index(pptable_info->vddc_lookup_table,
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1331
phm_get_voltage_index(pptable_info->vddgfx_lookup_table,
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1387
phm_get_voltage_index(pptable_info->vddc_lookup_table,
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1391
phm_get_voltage_index(pptable_info->vddgfx_lookup_table,
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1432
phm_get_voltage_index(pptable_info->vddc_lookup_table,
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1436
phm_get_voltage_index(pptable_info->vddgfx_lookup_table,
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
261
voltage->VddGfx = phm_get_voltage_index(
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
264
voltage->Vddc = phm_get_voltage_index(
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
286
voltage->VddGfx = phm_get_voltage_index(pptable_info->vddgfx_lookup_table,
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
288
voltage->Vddc = phm_get_voltage_index(pptable_info->vddc_lookup_table,
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
411
index = phm_get_voltage_index(vddc_lookup_table,
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
424
index = phm_get_voltage_index(vddgfx_lookup_table,
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
431
index = phm_get_voltage_index(vddc_lookup_table,
sys/dev/drm/amd/powerplay/smumgr/vegam_smumgr.c
516
index = phm_get_voltage_index(lookup_table,