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

/freebsd-10.3-release/sys/dev/tpm/
H A Dtpm.c211 void tpm_intr(void *);
213 int tpm_intr(void *);
296 tpm_intr, sc, &sc->intr_cookie) != 0) {
418 IPL_TTY, tpm_intr, sc, sc->sc_dev.dv_xname)) == NULL) {
777 rv = tsleep(c, PRIBIO | PCATCH, "tpm_intr", to);
1089 tpm_intr(void *v) function
1100 printf("tpm_intr: int=%b (%d)\n", r, TPM_INTERRUPT_ENABLE_BITS,

Completed in 101 milliseconds