Searched refs:throttle_temp (Results 1 – 3 of 3) sorted by relevance
54 return sprintf(buf, "%u\n", phy->throttle_temp[i - 1] * 1000); in mt7915_thermal_temp_show()78 phy->throttle_temp[i - 1] = val; in mt7915_thermal_temp_store()126 if (phy->throttle_temp[0] > phy->throttle_temp[1]) in mt7915_thermal_set_cur_throttle_state()186 phy->throttle_temp[0] = 110; in mt7915_thermal_init()187 phy->throttle_temp[1] = 120; in mt7915_thermal_init()
209 u32 throttle_temp[2]; /* 0: critical high, 1: maximum */ member
3828 req.restore_temp = cpu_to_le32(phy->throttle_temp[0] - 10); in mt7915_mcu_set_thermal_throttling()3829 req.trigger_temp = cpu_to_le32(phy->throttle_temp[1]); in mt7915_mcu_set_thermal_throttling()
Completed in 18 milliseconds