Searched refs:tpm_waitfor (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | tpm.c | 374 tpm_waitfor(struct tpm_softc *sc, uint8_t bits, int tmo, wchan_t chan) in tpm_waitfor() function 858 rv = tpm_waitfor(sc, TPM_STS_DATA_AVAIL | TPM_STS_VALID, in tpm_tis12_start() 873 rv = tpm_waitfor(sc, TPM_STS_CMD_READY, TPM_READY_TMO, sc->sc_intf->write); in tpm_tis12_start() 890 rv = tpm_waitfor(sc, TPM_STS_DATA_AVAIL | TPM_STS_VALID, in tpm_tis12_read() 931 if ((rv = tpm_waitfor(sc, TPM_STS_VALID, TPM_READ_TMO, sc))) { in tpm_tis12_write() 943 if ((rv = tpm_waitfor(sc, TPM_STS_VALID, TPM_READ_TMO, sc))) { in tpm_tis12_write() 959 rv = tpm_waitfor(sc, TPM_STS_VALID, TPM_READ_TMO, sc->sc_intf->read); in tpm_tis12_end()
|