Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/armv7/imx/
Dimxtemp.c76 uint32_t sc_hot_temp; member
142 sc->sc_hot_temp = (calibration >> OCOTP_ANA1_HOT_TEMP_SHIFT) & in imxtemp_calibration()
174 value = ((sc->sc_hot_temp - 25) * 1000000) / in imxtemp_calc_temp()
177 return ((sc->sc_hot_temp * 1000000) - value); in imxtemp_calc_temp()