Home
last modified time | relevance | path

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

/dragonfly/sys/dev/powermng/amdtemp/
H A Damdtemp.c815 int32_t auxtemp[2], temp; in amdtemp_sysctl() local
820 auxtemp[0] = sc->sc_gettemp(dev, CORE0_SENSOR0); in amdtemp_sysctl()
821 auxtemp[1] = sc->sc_gettemp(dev, CORE0_SENSOR1); in amdtemp_sysctl()
822 temp = imax(auxtemp[0], auxtemp[1]); in amdtemp_sysctl()
825 auxtemp[0] = sc->sc_gettemp(dev, CORE1_SENSOR0); in amdtemp_sysctl()
826 auxtemp[1] = sc->sc_gettemp(dev, CORE1_SENSOR1); in amdtemp_sysctl()
827 temp = imax(auxtemp[0], auxtemp[1]); in amdtemp_sysctl()