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

/freebsd-10.3-release/sys/dev/tpm/
H A Dtpm.c70 #define IRQUNK -1 macro
269 irq = IRQUNK;
416 if (sc->sc_init == tpm_tis12_init && ia->ia_irq != IRQUNK &&
476 if ((irq == IRQUNK) || (tpm_devs[idx].flags & TPM_DEV_NOINTS)) {
477 sc->sc_vector = IRQUNK;
819 if (sc->sc_vector != IRQUNK) {

Completed in 46 milliseconds