MaxVoltageStepSoc 1716 drivers/gpu/drm/amd/include/atomfirmware.h   uint16_t     MaxVoltageStepSoc; // In mV(Q2) Max voltage step that SMU will request. Multiple steps are taken if voltage change exceeds this value.
MaxVoltageStepSoc 1806 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	pr_info("MaxVoltageStepSoc = 0x%x\n", pptable->MaxVoltageStepSoc);
MaxVoltageStepSoc  127 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_processpptables.c 	ppsmc_pptable->MaxVoltageStepSoc = smc_dpm_table.maxvoltagestepsoc;
MaxVoltageStepSoc  553 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_processpptables.c 	pr_info("MaxVoltageStepSoc = 0x%x\n", pptable->MaxVoltageStepSoc);
MaxVoltageStepSoc  728 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_processpptables.c 	ppsmc_pptable->MaxVoltageStepSoc = smc_dpm_table->maxvoltagestepsoc;
MaxVoltageStepSoc  540 drivers/gpu/drm/amd/powerplay/inc/smu11_driver_if.h   uint16_t     MaxVoltageStepSoc;
MaxVoltageStepSoc  620 drivers/gpu/drm/amd/powerplay/inc/smu11_driver_if_arcturus.h   uint16_t     MaxVoltageStepSoc; // In mV(Q2) Max voltage step that SMU will request. Multiple steps are taken if voltage change exceeds this value.
MaxVoltageStepSoc  732 drivers/gpu/drm/amd/powerplay/inc/smu11_driver_if_navi10.h   uint16_t     MaxVoltageStepSoc; // In mV(Q2) Max voltage step that SMU will request. Multiple steps are taken if voltage change exceeds this value.
MaxVoltageStepSoc  438 drivers/gpu/drm/amd/powerplay/inc/vega12/smu9_driver_if.h   uint16_t     MaxVoltageStepSoc;
MaxVoltageStepSoc  418 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	smc_pptable->MaxVoltageStepSoc = smc_dpm_table->MaxVoltageStepSoc;
MaxVoltageStepSoc  488 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	smc_pptable->MaxVoltageStepSoc = smc_dpm_table->maxvoltagestepsoc;