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

/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dp5bus.c59 uint8_t sc_cardtype; member in struct:p5bus_softc
120 sc->sc_cardtype = P5_CARDTYPE_CS;
135 sc->sc_cardtype = P5_CARDTYPE_BPPC;
140 p5baa.p5baa_cardtype = sc->sc_cardtype;
172 p5baa.p5baa_cardtype = sc->sc_cardtype;
/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dif_ex_cardbus.c95 uint8_t sc_cardtype; member in struct:ex_cardbus_softc
236 csc->sc_cardtype = ecp->ecp_cardtype;
244 if (csc->sc_cardtype == EX_CB_CYCLONE) {
284 if (csc->sc_cardtype == EX_CB_CYCLONE)
322 if (csc->sc_cardtype == EX_CB_CYCLONE) {
375 if (csc->sc_cardtype == EX_CB_CYCLONE) {
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Ddaicvar.h97 int sc_cardtype; /* variant of card */ member in struct:daic_softc
H A Ddaic.c166 sc->sc_cardtype = -1;
169 sc->sc_cardtype = daic_reset(sc->sc_iot, sc->sc_ioh, 0, &memsize);
170 if (sc->sc_cardtype == 0) {
177 cardtypename(sc->sc_cardtype));
179 num_ports = sc->sc_cardtype == DAIC_TYPE_QUAD ? 4 : 1;
353 if (sc->sc_cardtype == DAIC_TYPE_QUAD) {
372 if (sc->sc_cardtype != DAIC_TYPE_QUAD)
384 if (sc->sc_cardtype == DAIC_TYPE_QUAD)
461 bus_space_write_1(sc->sc_iot, sc->sc_ioh, DAIC_SET_CARD+off, sc->sc_cardtype);
673 if (sc->sc_cardtype
[all...]

Completed in 120 milliseconds