Home
last modified time | relevance | path

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

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