Symbol: phm_get_voltage_index
sys/dev/pci/drm/amd/pm/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/pci/drm/amd/pm/powerplay/smumgr/fiji_smumgr.c
771
index = phm_get_voltage_index(lookup_table,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/polaris10_smumgr.c
757
index = phm_get_voltage_index(lookup_table,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
1327
phm_get_voltage_index(pptable_info->vddc_lookup_table,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
1331
phm_get_voltage_index(pptable_info->vddgfx_lookup_table,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
1387
phm_get_voltage_index(pptable_info->vddc_lookup_table,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
1391
phm_get_voltage_index(pptable_info->vddgfx_lookup_table,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
1432
phm_get_voltage_index(pptable_info->vddc_lookup_table,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
1436
phm_get_voltage_index(pptable_info->vddgfx_lookup_table,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
262
voltage->VddGfx = phm_get_voltage_index(
sys/dev/pci/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
265
voltage->Vddc = phm_get_voltage_index(
sys/dev/pci/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
287
voltage->VddGfx = phm_get_voltage_index(pptable_info->vddgfx_lookup_table,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
289
voltage->Vddc = phm_get_voltage_index(pptable_info->vddc_lookup_table,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
412
index = phm_get_voltage_index(vddc_lookup_table,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
425
index = phm_get_voltage_index(vddgfx_lookup_table,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
432
index = phm_get_voltage_index(vddc_lookup_table,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vegam_smumgr.c
516
index = phm_get_voltage_index(lookup_table,