Searched refs:tpm_waitfor_int (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/tpm/ |
H A D | tpm.c | 174 int tpm_waitfor_int(struct tpm_softc *, u_int8_t, int, void *, int); 564 tpm_waitfor_int(struct tpm_softc *sc, u_int8_t mask, int tmo, void *c, in tpm_waitfor_int() function 662 return tpm_waitfor_int(sc, b, tmo, c, in tpm_waitfor() 668 rv = tpm_waitfor_int(sc, b, tmo, c, TPM_STS_VALID_INT); in tpm_waitfor()
|