ramp_coeff        103 drivers/thermal/st/stm_thermal.c 	int t0, fmt0, ramp_coeff;
ramp_coeff        248 drivers/thermal/st/stm_thermal.c 	sensor->ramp_coeff = readl_relaxed(sensor->base + DTS_RAMPVALR_OFFSET) &
ramp_coeff        251 drivers/thermal/st/stm_thermal.c 	if (!sensor->fmt0 || !sensor->ramp_coeff) {
ramp_coeff        257 drivers/thermal/st/stm_thermal.c 		__func__, sensor->t0, sensor->fmt0, sensor->ramp_coeff);
ramp_coeff        273 drivers/thermal/st/stm_thermal.c 	freqM = ((temp - sensor->t0) * sensor->ramp_coeff)
ramp_coeff        441 drivers/thermal/st/stm_thermal.c 			 sensor->ramp_coeff));