Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dtpmreg.h96 #define TPM_STS_DATA_EXPECT __BIT(3) macro
Dtpm.c935 if (!(sc->sc_status & TPM_STS_DATA_EXPECT)) { in tpm_tis12_write()
946 if ((sc->sc_status & TPM_STS_DATA_EXPECT) != 0) { in tpm_tis12_write()
978 if (!err && (sc->sc_status & TPM_STS_DATA_EXPECT)) { in tpm_tis12_end()