sq_power_throttle 2484 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	u32 sq_power_throttle, sq_power_throttle2;
sq_power_throttle 2513 drivers/gpu/drm/amd/amdgpu/si_dpm.c 		sq_power_throttle = 0;
sq_power_throttle 2518 drivers/gpu/drm/amd/amdgpu/si_dpm.c 			sq_power_throttle |= MAX_POWER(SISLANDS_DPM2_SQ_RAMP_MAX_POWER);
sq_power_throttle 2519 drivers/gpu/drm/amd/amdgpu/si_dpm.c 			sq_power_throttle |= MIN_POWER(SISLANDS_DPM2_SQ_RAMP_MIN_POWER);
sq_power_throttle 2524 drivers/gpu/drm/amd/amdgpu/si_dpm.c 			sq_power_throttle |= MAX_POWER_MASK | MIN_POWER_MASK;
sq_power_throttle 2528 drivers/gpu/drm/amd/amdgpu/si_dpm.c 		smc_state->levels[i].SQPowerThrottle = cpu_to_be32(sq_power_throttle);
sq_power_throttle 2542 drivers/gpu/drm/radeon/ni_dpm.c 	u32 sq_power_throttle;
sq_power_throttle 2572 drivers/gpu/drm/radeon/ni_dpm.c 		sq_power_throttle  = 0;
sq_power_throttle 2577 drivers/gpu/drm/radeon/ni_dpm.c 			sq_power_throttle |= MAX_POWER(NISLANDS_DPM2_SQ_RAMP_MAX_POWER);
sq_power_throttle 2578 drivers/gpu/drm/radeon/ni_dpm.c 			sq_power_throttle |= MIN_POWER(NISLANDS_DPM2_SQ_RAMP_MIN_POWER);
sq_power_throttle 2583 drivers/gpu/drm/radeon/ni_dpm.c 			sq_power_throttle |= MAX_POWER_MASK | MIN_POWER_MASK;
sq_power_throttle 2587 drivers/gpu/drm/radeon/ni_dpm.c 		smc_state->levels[i].SQPowerThrottle   = cpu_to_be32(sq_power_throttle);
sq_power_throttle 2388 drivers/gpu/drm/radeon/si_dpm.c 	u32 sq_power_throttle, sq_power_throttle2;
sq_power_throttle 2417 drivers/gpu/drm/radeon/si_dpm.c 		sq_power_throttle = 0;
sq_power_throttle 2422 drivers/gpu/drm/radeon/si_dpm.c 			sq_power_throttle |= MAX_POWER(SISLANDS_DPM2_SQ_RAMP_MAX_POWER);
sq_power_throttle 2423 drivers/gpu/drm/radeon/si_dpm.c 			sq_power_throttle |= MIN_POWER(SISLANDS_DPM2_SQ_RAMP_MIN_POWER);
sq_power_throttle 2428 drivers/gpu/drm/radeon/si_dpm.c 			sq_power_throttle |= MAX_POWER_MASK | MIN_POWER_MASK;
sq_power_throttle 2432 drivers/gpu/drm/radeon/si_dpm.c 		smc_state->levels[i].SQPowerThrottle = cpu_to_be32(sq_power_throttle);