n_meas 262 drivers/thermal/imx_thermal.c unsigned int n_meas; n_meas 305 drivers/thermal/imx_thermal.c n_meas = (val & soc_data->temp_value_mask) n_meas 310 drivers/thermal/imx_thermal.c *temp = (n_meas - data->c1 + 25) * 1000; n_meas 312 drivers/thermal/imx_thermal.c *temp = data->c2 - n_meas * data->c1;