max_voltage_steps 4383 drivers/gpu/drm/amd/amdgpu/si_dpm.c 					      u32 max_voltage_steps,
max_voltage_steps 4388 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	if (voltage_table->count <= max_voltage_steps)
max_voltage_steps 4391 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	diff = voltage_table->count - max_voltage_steps;
max_voltage_steps 4393 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	for (i= 0; i < max_voltage_steps; i++)
max_voltage_steps 4396 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	voltage_table->count = max_voltage_steps;
max_voltage_steps  173 drivers/gpu/drm/radeon/ci_dpm.c 						     u32 max_voltage_steps,
max_voltage_steps 3921 drivers/gpu/drm/radeon/si_dpm.c 					      u32 max_voltage_steps,
max_voltage_steps 3926 drivers/gpu/drm/radeon/si_dpm.c 	if (voltage_table->count <= max_voltage_steps)
max_voltage_steps 3929 drivers/gpu/drm/radeon/si_dpm.c 	diff = voltage_table->count - max_voltage_steps;
max_voltage_steps 3931 drivers/gpu/drm/radeon/si_dpm.c 	for (i= 0; i < max_voltage_steps; i++)
max_voltage_steps 3934 drivers/gpu/drm/radeon/si_dpm.c 	voltage_table->count = max_voltage_steps;