Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/thermal/
H A Dimx_thermal.c139 unsigned int raw_25c, te1; in read_cpu_temperature() local
153 raw_25c = fuse >> 21; in read_cpu_temperature()
154 if (raw_25c == 0) in read_cpu_temperature()
155 raw_25c = 25; in read_cpu_temperature()
204 temperature = tmp - (te1 - raw_25c); in read_cpu_temperature()