Searched refs:auxtemp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/amdtemp/
H A Damdtemp.c485 int32_t auxtemp[2], temp; local
490 auxtemp[0] = sc->sc_gettemp(dev, CORE0_SENSOR0);
491 auxtemp[1] = sc->sc_gettemp(dev, CORE0_SENSOR1);
492 temp = imax(auxtemp[0], auxtemp[1]);
495 auxtemp[0] = sc->sc_gettemp(dev, CORE1_SENSOR0);
496 auxtemp[1] = sc->sc_gettemp(dev, CORE1_SENSOR1);
497 temp = imax(auxtemp[0], auxtemp[1]);

Completed in 43 milliseconds