Searched refs:AMDTEMP_FLAG_CT_10BIT (Results 1 – 1 of 1) sorted by relevance
85 #define AMDTEMP_FLAG_CT_10BIT 0x02 /* CurTmp is 10-bit wide. */ macro428 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()