Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Dzx2967-thermal.txt13 Please note: slope coefficient defined in thermal-zones section need to be
52 * slope need to be multiplied by 1000.
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Didle-states.yaml152 The graph curve with X-axis values = { x | 0 < x < 1ms } has a steep slope
156 shallower slope and essentially represents the energy consumption of the idle
201 However, the lower power consumption (i.e. shallower energy curve slope) of
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1413 uint32_t ma=0, mn=0, slope, sa=0, sn=0, pn; in CalcWredCurve() local
1465 slope = maxP*pres/(p_WredCurve->maxTh - p_WredCurve->minTh); in CalcWredCurve()
1467 gap = (int)slope; in CalcWredCurve()
1471 tmp = ABS((int)(slope - tmpA/(1UL<<(tmpN%32)))); in CalcWredCurve()