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

/freebsd-current/sys/dev/tpm/
H A Dtpm.c168 int tpm_tis12_write(struct tpm_softc *, void *, int);
236 sc->sc_write = tpm_tis12_write;
809 tpm_tis12_write(struct tpm_softc *sc, void *buf, int len) function
816 printf("tpm_tis12_write: sc %p buf %p len %d\n", sc, buf, len);
830 printf("tpm_tis12_write: failed burst rv %d\n", rv);
837 printf("tpm_tis12_write: failed rv %d stat=%b\n", rv,
849 printf("tpm_tis12_write: failed last byte rv %d\n", rv);
855 printf("tpm_tis12_write: failed rv %d stat=%b\n", rv,
862 printf("tpm_tis12_write: wrote %d byte\n", cnt);

Completed in 54 milliseconds