Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/amdtemp/
H A Damdtemp.c83 #define AMDTEMP_FLAG_CS_SWAP 0x01 /* ThermSenseCoreSel is inverted. */ macro
384 sc->sc_flags |= AMDTEMP_FLAG_CS_SWAP; in amdtemp_attach()
671 if ((sc->sc_flags & AMDTEMP_FLAG_CS_SWAP) != 0) in amdtemp_gettemp0f()
679 if ((sc->sc_flags & AMDTEMP_FLAG_CS_SWAP) == 0) in amdtemp_gettemp0f()