Searched refs:HI6220_TEMP_STEP (Results 1 – 1 of 1) sorted by relevance
51 #define HI6220_TEMP_STEP (785) macro113 return HI6220_TEMP_BASE + (step * HI6220_TEMP_STEP); in hi6220_thermal_step_to_temp()118 return DIV_ROUND_UP(temp - HI6220_TEMP_BASE, HI6220_TEMP_STEP); in hi6220_thermal_temp_to_step()172 writel(DIV_ROUND_UP(value, HI6220_TEMP_STEP) & 0x1F, in hi6220_thermal_set_lag()