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

/freebsd-12-stable/sys/dev/tpm/
H A Dtpm.c223 int tpm_getburst(struct tpm_softc *);
585 tpm_getburst(struct tpm_softc *sc) function
602 printf("tpm_getburst: read %d\n", burst);
607 rv = tsleep(sc, PRIBIO | PCATCH, "tpm_getburst", 1);
952 bcnt = tpm_getburst(sc);
991 for (r = tpm_getburst(sc); r > 0 && cnt < len - 1; r--) {

Completed in 100 milliseconds