Home
last modified time | relevance | path

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

/freebsd/sys/dev/amdtemp/
H A Damdtemp.c86 #define AMDTEMP_FLAG_ALT_OFFSET 0x04 /* CurTmp starts at -28C. */ macro
416 AMDTEMP_FLAG_ALT_OFFSET; in amdtemp_attach()
423 AMDTEMP_FLAG_ALT_OFFSET; in amdtemp_attach()
426 sc->sc_flags |= AMDTEMP_FLAG_ALT_OFFSET; in amdtemp_attach()
714 offset = (sc->sc_flags & AMDTEMP_FLAG_ALT_OFFSET) != 0 ? 28 : 49; in amdtemp_gettemp0f()