Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/thermal/
H A Dimx_thermal.c33 #define TEMPSENSE0_TEMP_CNT_SHIFT 8 macro
34 #define TEMPSENSE0_TEMP_CNT_MASK (0xfff << TEMPSENSE0_TEMP_CNT_SHIFT)
123 >> TEMPSENSE0_TEMP_CNT_SHIFT; in read_cpu_temperature()