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

/freebsd-10.3-release/sys/dev/tpm/
H A Dtpm.c207 int tpm_tis12_write(struct tpm_softc *, void *, int);
284 sc->sc_write = tpm_tis12_write;
398 sc->sc_write = tpm_tis12_write;
980 tpm_tis12_write(struct tpm_softc *sc, void *buf, int len) function
987 printf("tpm_tis12_write: sc %p buf %p len %d\n", sc, buf, len);
1001 printf("tpm_tis12_write: failed burst rv %d\n", rv);
1008 printf("tpm_tis12_write: failed rv %d stat=%b\n", rv,
1020 printf("tpm_tis12_write: failed last byte rv %d\n", rv);
1026 printf("tpm_tis12_write: failed rv %d stat=%b\n", rv,
1033 printf("tpm_tis12_write
[all...]

Completed in 42 milliseconds