Searched refs:TPM_OPEN (Results 1 – 2 of 2) sorted by relevance
43 #define TPM_OPEN 0x0001 macro
1144 if (sc->sc_flags & TPM_OPEN) in tpmopen()1147 sc->sc_flags |= TPM_OPEN; in tpmopen()1160 if (!(sc->sc_flags & TPM_OPEN)) in tpmclose()1163 sc->sc_flags &= ~TPM_OPEN; in tpmclose()