Home
last modified time | relevance | path

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

/freebsd/sys/dev/intel/
H A Dpchtherm.c78 int ctten; member
180 sc->ctten = bus_read_1(sc->tbar, PCHTHERM_REG_TSC); in pchtherm_attach()
182 FLAG_PRINT(dev, "Catastrophic Power Down", sc->ctten); in pchtherm_attach()
289 if (!(sc->ctten& PCHTHERM_GEN_LOCKDOWN) || in pchtherm_attach()
290 sc->ctten& PCHTHERM_GEN_ENABLE) { in pchtherm_attach()