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

  /src/sys/dev/i2c/
nxp75a.c 244 uint32_t otemp, hyst; local
252 hyst = sc->sc_hyst;
255 /* Make sure that hyst is less than overtemp */
256 hyst = otemp - (sc->sc_otemp - sc->sc_hyst);
261 nxp75a_write_temp(sc, reg, hyst);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_pm.c 716 int hyst = to_sensor_dev_attr(attr)->index; local
719 if (hyst)
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pm.c 1897 int hyst = to_sensor_dev_attr(attr)->index; local
1900 if (hyst)
1913 int hyst = to_sensor_dev_attr(attr)->index; local
1916 if (hyst)
1929 int hyst = to_sensor_dev_attr(attr)->index; local
1932 if (hyst)

Completed in 63 milliseconds