Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dimx_thermal.c44 #define TEMPSENSE0_TEMP_CNT_MASK (0xfff << TEMPSENSE0_TEMP_CNT_SHIFT) macro
176 n_meas = (val & TEMPSENSE0_TEMP_CNT_MASK) >> TEMPSENSE0_TEMP_CNT_SHIFT; in imx_get_temp()