Searched refs:AMDTEMP_FLAG_ALT_OFFSET (Results 1 – 1 of 1) sorted by relevance
86 #define AMDTEMP_FLAG_ALT_OFFSET 0x04 /* CurTmp starts at -28C. */ macro416 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()