HomeSort by: relevance | last modified time | path
    Searched refs:bah_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
smc90cx6var.h 50 struct bah_softc { struct
55 void (*sc_reset)(struct bah_softc *, int);
73 int bah_attach_subr(struct bah_softc *);
smc90cx6.c 123 void bah_init(struct bah_softc *);
124 void bah_reset(struct bah_softc *);
125 void bah_stop(struct bah_softc *);
131 static void bah_tint(struct bah_softc *, int);
142 bah_attach_subr(struct bah_softc *sc)
218 bah_init(struct bah_softc *sc)
241 bah_reset(struct bah_softc *sc)
319 bah_stop(struct bah_softc *sc)
346 struct bah_softc *sc = ifp->if_softc;
497 struct bah_softc *sc = (struct bah_softc *)vsc
    [all...]
  /src/sys/arch/amiga/dev/
if_bah_zbus.c 72 struct bah_softc sc_bah;
79 void bah_zbus_reset(struct bah_softc *, int);
99 struct bah_softc *sc = &bsc->sc_bah;
132 bah_zbus_reset(struct bah_softc *sc, int onoff)

Completed in 14 milliseconds