Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Darmada_thermal.c471 static unsigned int hyst_levels_mc[] = {1900, 3800, 7600, 15200}; variable
483 for (i = ARRAY_SIZE(hyst_levels_mc) - 1; i > 0; i--) in armada_mc_to_reg_hyst()
484 if (hyst_mc >= hyst_levels_mc[i]) in armada_mc_to_reg_hyst()