Home
last modified time | relevance | path

Searched refs:SAMPLING_TIME (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/thermal/st/
H A Dstm_thermal.c85 #define SAMPLING_TIME 15 macro
280 *th = clk_get_rate(sensor->clk) * SAMPLING_TIME / freqM; in stm_thermal_calculate_threshold()
367 freqM = (clk_get_rate(sensor->clk) * SAMPLING_TIME) / periods; in stm_thermal_get_temp()