Home
last modified time | relevance | path

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

/dragonfly/sys/dev/crypto/tpm/
H A Dtpm.c175 int tpm_waitfor(struct tpm_softc *, u_int8_t, int, void *);
629 tpm_waitfor(struct tpm_softc *sc, u_int8_t b0, int tmo, void *c) in tpm_waitfor() function
727 rv = tpm_waitfor(sc, TPM_STS_DATA_AVAIL | TPM_STS_VALID, in tpm_tis12_start()
751 if ((rv = tpm_waitfor(sc, TPM_STS_CMD_READY, TPM_READY_TMO, in tpm_tis12_start()
779 if ((rv = tpm_waitfor(sc, TPM_STS_DATA_AVAIL | TPM_STS_VALID, in tpm_tis12_read()
826 if ((rv = tpm_waitfor(sc, TPM_STS_VALID, TPM_READ_TMO, sc))) { in tpm_tis12_write()
845 if ((rv = tpm_waitfor(sc, TPM_STS_VALID, TPM_READ_TMO, sc))) { in tpm_tis12_write()
873 if ((rv = tpm_waitfor(sc, TPM_STS_VALID, TPM_READ_TMO, in tpm_tis12_end()