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

/freebsd-10.3-release/sys/dev/tpm/
H A Dtpm.c206 int tpm_tis12_read(struct tpm_softc *, void *, int, size_t *, int);
283 sc->sc_read = tpm_tis12_read;
397 sc->sc_read = tpm_tis12_read;
940 tpm_tis12_read(struct tpm_softc *sc, void *buf, int len, size_t *count, function
948 printf("tpm_tis12_read: len %d\n", len);
959 printf("tpm_tis12_read: fetching %d, burst is %d\n", n, bcnt);
970 printf("tpm_tis12_read: read %zd bytes, len %d\n", cnt, len);

Completed in 53 milliseconds