HomeSort by: relevance | last modified time | path
    Searched refs:stemp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc64/dev/
tda.c 259 u_int64_t ctemp, stemp; local in function:tda_adjust
267 stemp = sysmon_envsys_get_max_value(is_system_sensor, true);
270 if (ctemp == 0 || stemp == 0) {
278 ctemp, stemp);
288 if (stemp < SYS_TEMP_MIN)
290 else if (stemp < SYS_TEMP_MAX)
292 (stemp - SYS_TEMP_MIN) *
  /src/sys/external/gpl2/dts/dist/include/dt-bindings/usb/
pd.h 406 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \
407 (((mtemp) & 0xff) << 24 | ((stemp) & 0xff) << 16 | ((u3p) & 0x7) << 12 \
  /src/sys/dev/i2c/
sdtemp.c 552 int32_t stemp; local in function:sdtemp_decode_temp
566 stemp = (int16_t)temp;
569 val = (stemp * 62500) + 273150000;

Completed in 13 milliseconds