Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/marvell/secure_dfx_access/
Darmada_thermal.c126 static unsigned int hyst_levels_mc[] = {1900, 3800, 7600, 15200}; variable
137 for (i = ARRAY_SIZE(hyst_levels_mc) - 1; i > 0; i--) in armada_mc_to_reg_hyst()
138 if (hyst_mc >= hyst_levels_mc[i]) in armada_mc_to_reg_hyst()