freqM             265 drivers/thermal/st/stm_thermal.c 	int freqM;
freqM             273 drivers/thermal/st/stm_thermal.c 	freqM = ((temp - sensor->t0) * sensor->ramp_coeff)
freqM             277 drivers/thermal/st/stm_thermal.c 		__func__, freqM);
freqM             284 drivers/thermal/st/stm_thermal.c 	*th = *th / freqM;
freqM             409 drivers/thermal/st/stm_thermal.c 	int freqM, ret;
freqM             415 drivers/thermal/st/stm_thermal.c 	ret = readl_poll_timeout(sensor->base + DTS_DR_OFFSET, freqM,
freqM             416 drivers/thermal/st/stm_thermal.c 				 (freqM & TS1_MFREQ_MASK), STARTUP_TIME,
freqM             422 drivers/thermal/st/stm_thermal.c 	if (!freqM)
freqM             430 drivers/thermal/st/stm_thermal.c 	freqM /= sampling_time;
freqM             433 drivers/thermal/st/stm_thermal.c 	freqM = clk_get_rate(sensor->clk) / freqM;
freqM             434 drivers/thermal/st/stm_thermal.c 	if (!freqM)
freqM             437 drivers/thermal/st/stm_thermal.c 	dev_dbg(sensor->dev, "%s: freqM=%d\n", __func__, freqM);
freqM             440 drivers/thermal/st/stm_thermal.c 	*temp = mcelsius(sensor->t0 + ((freqM - sensor->fmt0) /