Home
last modified time | relevance | path

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

/freebsd/sys/dev/amdtemp/
H A Damdtemp.c85 #define AMDTEMP_FLAG_CT_10BIT 0x02 /* CurTmp is 10-bit wide. */ macro
428 sc->sc_flags |= AMDTEMP_FLAG_CT_10BIT; in amdtemp_attach()
713 mask = (sc->sc_flags & AMDTEMP_FLAG_CT_10BIT) != 0 ? 0x3ff : 0x3fc; in amdtemp_gettemp0f()