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

  /src/sys/arch/acorn32/podulebus/
sbicvar.h 85 struct sbic_softc { struct
130 void (*sc_enintr) (struct sbic_softc *);
216 int sbicinit (struct sbic_softc *dev);
217 int sbicintr (struct sbic_softc *);
218 void sbic_dump (struct sbic_softc *dev);
  /src/sys/arch/mvme68k/dev/
sbicvar.h 88 struct sbic_softc { struct
127 int (*sc_dmago)(struct sbic_softc *, char *, int, int);
128 int (*sc_dmanext)(struct sbic_softc *);
129 void (*sc_enintr)(struct sbic_softc *);
130 void (*sc_dmastop)(struct sbic_softc *);
203 void sbicinit(struct sbic_softc *);
204 int sbicintr(struct sbic_softc *);
  /src/sys/arch/amiga/dev/
sbicvar.h 100 struct sbic_softc { struct
137 int (*sc_dmago)(struct sbic_softc *, char *, int, int);
138 int (*sc_dmanext)(struct sbic_softc *);
139 void (*sc_enintr)(struct sbic_softc *);
140 void (*sc_dmastop)(struct sbic_softc *);
225 void sbicinit(struct sbic_softc *);
226 int sbicintr(struct sbic_softc *);
228 void sbic_dump(struct sbic_softc *dev);

Completed in 54 milliseconds