LOW_THRESHOLD     124 drivers/thermal/st/stm_thermal.c 	if ((value & LOW_THRESHOLD) == LOW_THRESHOLD)
LOW_THRESHOLD     125 drivers/thermal/st/stm_thermal.c 		writel_relaxed(LOW_THRESHOLD, sensor->base + DTS_CIFR_OFFSET);
LOW_THRESHOLD     331 drivers/thermal/st/stm_thermal.c 	writel_relaxed(value & ~(LOW_THRESHOLD | HIGH_THRESHOLD),
LOW_THRESHOLD     350 drivers/thermal/st/stm_thermal.c 	writel_relaxed(LOW_THRESHOLD, sensor->base + DTS_CIFR_OFFSET);
LOW_THRESHOLD     354 drivers/thermal/st/stm_thermal.c 	value |= LOW_THRESHOLD;