Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Darmada_thermal.c450 unsigned int temp_mc) in armada_mc_to_reg_temp() argument
458 sample = div_s64(((temp_mc * div) + b), m); in armada_mc_to_reg_temp()
460 sample = div_s64((b - (temp_mc * div)), m); in armada_mc_to_reg_temp()