Home
last modified time | relevance | path

Searched refs:HI3660_TEMP_STEP (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/thermal/
H A Dhisi_thermal.c46 #define HI3660_TEMP_STEP (205) macro
122 return HI3660_TEMP_BASE + step * HI3660_TEMP_STEP; in hi3660_thermal_step_to_temp()
127 return DIV_ROUND_UP(temp - HI3660_TEMP_BASE, HI3660_TEMP_STEP); in hi3660_thermal_temp_to_step()
215 writel(DIV_ROUND_UP(value, HI3660_TEMP_STEP) & 0x7F, in hi3660_thermal_set_lag()