Searched refs:auxtemp (Results 1 – 1 of 1) sorted by relevance
674 int32_t auxtemp[2], temp; in amdtemp_sysctl() local679 auxtemp[0] = sc->sc_gettemp(dev, CORE0_SENSOR0); in amdtemp_sysctl()680 auxtemp[1] = sc->sc_gettemp(dev, CORE0_SENSOR1); in amdtemp_sysctl()681 temp = imax(auxtemp[0], auxtemp[1]); in amdtemp_sysctl()684 auxtemp[0] = sc->sc_gettemp(dev, CORE1_SENSOR0); in amdtemp_sysctl()685 auxtemp[1] = sc->sc_gettemp(dev, CORE1_SENSOR1); in amdtemp_sysctl()686 temp = imax(auxtemp[0], auxtemp[1]); in amdtemp_sysctl()