Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/i2c/
Dlm75.c63 int sc_ratio; member
186 sc->sc_ratio = 500000; /* 0.5 degC for LSB */ in lmtemp_attach()
193 sc->sc_ratio = 62500; /* 0.0625 degC for LSB */ in lmtemp_attach()
256 sc->sc_sensor.value = val * sc->sc_ratio + 273150000; in lmtemp_refresh_sensor_data()