Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Ddaicvar.h109 #define DAIC_TYPE_QUAD 3 macro
Ddaic.c192 num_ports = sc->sc_cardtype == DAIC_TYPE_QUAD ? 4 : 1;
369 if (sc->sc_cardtype == DAIC_TYPE_QUAD) {
391 if (sc->sc_cardtype != DAIC_TYPE_QUAD)
403 if (sc->sc_cardtype == DAIC_TYPE_QUAD)
699 if (sc->sc_cardtype == DAIC_TYPE_QUAD) in daic_register_port()
/mirbsd/src/sys/dev/isa/
Ddaic_isa.c115 if (card == DAIC_TYPE_QUAD)