sq_power_throttle2 2484 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	u32 sq_power_throttle, sq_power_throttle2;
sq_power_throttle2 2514 drivers/gpu/drm/amd/amdgpu/si_dpm.c 		sq_power_throttle2 = 0;
sq_power_throttle2 2520 drivers/gpu/drm/amd/amdgpu/si_dpm.c 			sq_power_throttle2 |= MAX_POWER_DELTA(SISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA);
sq_power_throttle2 2521 drivers/gpu/drm/amd/amdgpu/si_dpm.c 			sq_power_throttle2 |= STI_SIZE(SISLANDS_DPM2_SQ_RAMP_STI_SIZE);
sq_power_throttle2 2522 drivers/gpu/drm/amd/amdgpu/si_dpm.c 			sq_power_throttle2 |= LTI_RATIO(SISLANDS_DPM2_SQ_RAMP_LTI_RATIO);
sq_power_throttle2 2525 drivers/gpu/drm/amd/amdgpu/si_dpm.c 			sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK;
sq_power_throttle2 2529 drivers/gpu/drm/amd/amdgpu/si_dpm.c 		smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2);
sq_power_throttle2 2543 drivers/gpu/drm/radeon/ni_dpm.c 	u32 sq_power_throttle2;
sq_power_throttle2 2573 drivers/gpu/drm/radeon/ni_dpm.c 		sq_power_throttle2 = 0;
sq_power_throttle2 2579 drivers/gpu/drm/radeon/ni_dpm.c 			sq_power_throttle2 |= MAX_POWER_DELTA(NISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA);
sq_power_throttle2 2580 drivers/gpu/drm/radeon/ni_dpm.c 			sq_power_throttle2 |= STI_SIZE(NISLANDS_DPM2_SQ_RAMP_STI_SIZE);
sq_power_throttle2 2581 drivers/gpu/drm/radeon/ni_dpm.c 			sq_power_throttle2 |= LTI_RATIO(NISLANDS_DPM2_SQ_RAMP_LTI_RATIO);
sq_power_throttle2 2584 drivers/gpu/drm/radeon/ni_dpm.c 			sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK;
sq_power_throttle2 2588 drivers/gpu/drm/radeon/ni_dpm.c 		smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2);
sq_power_throttle2 2388 drivers/gpu/drm/radeon/si_dpm.c 	u32 sq_power_throttle, sq_power_throttle2;
sq_power_throttle2 2418 drivers/gpu/drm/radeon/si_dpm.c 		sq_power_throttle2 = 0;
sq_power_throttle2 2424 drivers/gpu/drm/radeon/si_dpm.c 			sq_power_throttle2 |= MAX_POWER_DELTA(SISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA);
sq_power_throttle2 2425 drivers/gpu/drm/radeon/si_dpm.c 			sq_power_throttle2 |= STI_SIZE(SISLANDS_DPM2_SQ_RAMP_STI_SIZE);
sq_power_throttle2 2426 drivers/gpu/drm/radeon/si_dpm.c 			sq_power_throttle2 |= LTI_RATIO(SISLANDS_DPM2_SQ_RAMP_LTI_RATIO);
sq_power_throttle2 2429 drivers/gpu/drm/radeon/si_dpm.c 			sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK;
sq_power_throttle2 2433 drivers/gpu/drm/radeon/si_dpm.c 		smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2);