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

  /src/sys/dev/i2c/
adm1021.c 116 int sc_ext11, sc_therm; member in struct:admtemp_softc
248 sc->sc_ext11 = 0;
259 sc->sc_ext11 = params->ext11;
291 sc->sc_ext11 = 1;
298 sc->sc_ext11 = 1;
310 sc->sc_ext11 = 1;
316 if (sc->sc_ext11 &&
322 if (!sc->sc_ext11 &&
447 } else if (sc->sc_ext11) {
487 if (edata->sensor == ADMTEMP_EXT && sc->sc_ext11) {
    [all...]
adm1021.c 116 int sc_ext11, sc_therm; member in struct:admtemp_softc
248 sc->sc_ext11 = 0;
259 sc->sc_ext11 = params->ext11;
291 sc->sc_ext11 = 1;
298 sc->sc_ext11 = 1;
310 sc->sc_ext11 = 1;
316 if (sc->sc_ext11 &&
322 if (!sc->sc_ext11 &&
447 } else if (sc->sc_ext11) {
487 if (edata->sensor == ADMTEMP_EXT && sc->sc_ext11) {
    [all...]

Completed in 21 milliseconds