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

  /src/sys/dev/i2c/
lm75.c 59 int sc_tmax; member in struct:lmtemp_softc
266 sc->sc_tmax = sc->sc_smax;
453 sc->sc_tmax = (limit - 273150000) / 1000000;
622 node.sysctl_data = &sc->sc_tmax;
626 sc->sc_tmax = temp;
631 sc->sc_tmax - 5, 1);
633 sc->sc_tmax, 1);
643 node.sysctl_data = &sc->sc_tmax;

Completed in 12 milliseconds