Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/amdtemp/
H A Damdtemp.c90 int32_t (*sc_gettemp)(device_t, amdsensor_t); member
435 sc->sc_gettemp = amdtemp_gettemp0f; in amdtemp_attach()
473 sc->sc_gettemp = amdtemp_gettemp15hm60h; in amdtemp_attach()
476 sc->sc_gettemp = amdtemp_gettemp; in amdtemp_attach()
481 sc->sc_gettemp = amdtemp_gettemp17h; in amdtemp_attach()
656 auxtemp[0] = sc->sc_gettemp(dev, CORE0_SENSOR0); in amdtemp_sysctl()
657 auxtemp[1] = sc->sc_gettemp(dev, CORE0_SENSOR1); in amdtemp_sysctl()
661 auxtemp[0] = sc->sc_gettemp(dev, CORE1_SENSOR0); in amdtemp_sysctl()
662 auxtemp[1] = sc->sc_gettemp(dev, CORE1_SENSOR1); in amdtemp_sysctl()
666 temp = sc->sc_gettemp(dev, sensor); in amdtemp_sysctl()