Searched refs:dc_off_percent (Results 1 – 3 of 3) sorted by relevance
89 uint32_t dc, dc_off_percent; in hdd_send_thermal_mitigation_val() local104 dc_off_percent = thermal_temp.throttle_dutycycle_level[5]; in hdd_send_thermal_mitigation_val()107 dc_off_percent = thermal_temp.throttle_dutycycle_level[4]; in hdd_send_thermal_mitigation_val()110 dc_off_percent = thermal_temp.throttle_dutycycle_level[3]; in hdd_send_thermal_mitigation_val()113 dc_off_percent = thermal_temp.throttle_dutycycle_level[2]; in hdd_send_thermal_mitigation_val()116 dc_off_percent = thermal_temp.throttle_dutycycle_level[1]; in hdd_send_thermal_mitigation_val()120 dc_off_percent = thermal_temp.throttle_dutycycle_level[0]; in hdd_send_thermal_mitigation_val()130 therm_cfg_params.levelconf[0].dcoffpercent = dc_off_percent; in hdd_send_thermal_mitigation_val()141 hdd_debug("dc %d dc_off_per %d", dc, dc_off_percent); in hdd_send_thermal_mitigation_val()155 hdd_ctx->dutycycle_off_percent = dc_off_percent; in hdd_send_thermal_mitigation_val()[all …]
9314 lvl_conf->dc_off_percent = param->levelconf[i].dcoffpercent; in send_thermal_mitigation_param_cmd_tlv()
36976 A_UINT32 dc_off_percent; member