Home
last modified time | relevance | path

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

/freebsd/sys/dev/amdtemp/
H A Damdtemp.c89 int32_t (*sc_gettemp)(device_t, amdsensor_t); member
455 sc->sc_gettemp = amdtemp_gettemp0f; in amdtemp_attach()
493 sc->sc_gettemp = amdtemp_gettemp15hm60h; in amdtemp_attach()
496 sc->sc_gettemp = amdtemp_gettemp; in amdtemp_attach()
502 sc->sc_gettemp = amdtemp_gettemp17h; in amdtemp_attach()
679 auxtemp[0] = sc->sc_gettemp(dev, CORE0_SENSOR0); in amdtemp_sysctl()
680 auxtemp[1] = sc->sc_gettemp(dev, CORE0_SENSOR1); 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()
689 temp = sc->sc_gettemp(dev, sensor); in amdtemp_sysctl()