Searched refs:tpm_waitfor_int (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/tpm/
H A Dtpm.c220 int tpm_waitfor_int(struct tpm_softc *, u_int8_t, int, void *, int);
735 tpm_waitfor_int(struct tpm_softc *sc, u_int8_t mask, int tmo, void *c, function
769 printf("tpm_waitfor_int: sleeping for %d ticks on %p\n", to, c);
781 printf("tpm_waitfor_int: woke up with rv %d stat %b\n", rv,
833 return tpm_waitfor_int(sc, b, tmo, c,
839 rv = tpm_waitfor_int(sc, b, tmo, c, TPM_STS_VALID_INT);

Completed in 81 milliseconds