Home
last modified time | relevance | path

Searched refs:IRQUNK (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/tpm/
H A Dtpm.c49 #define IRQUNK -1 macro
221 irq = IRQUNK; in tpm_attach()
329 if ((irq == IRQUNK) || (tpm_devs[idx].flags & TPM_DEV_NOINTS)) { in tpm_tis12_irqinit()
330 sc->sc_vector = IRQUNK; in tpm_tis12_irqinit()
648 if (sc->sc_vector != IRQUNK) { in tpm_waitfor()