Searched refs:n_meas (Results 1 – 1 of 1) sorted by relevance
140 unsigned int n_meas; in imx_get_temp() local179 n_meas = (val & TEMPSENSE0_TEMP_CNT_MASK) >> TEMPSENSE0_TEMP_CNT_SHIFT; in imx_get_temp()182 *temp = data->c2 - n_meas * data->c1; in imx_get_temp()