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

  /src/sys/dev/ic/
siopvar.h 116 struct siop_softc { struct
131 void siop_attach(struct siop_softc *);
133 void siop_add_dev(struct siop_softc *, int, int);
134 void siop_del_dev(struct siop_softc *, int, int);
  /src/sys/arch/amiga/dev/
siopvar.h 118 struct siop_softc { struct
217 void siopnginitialize(struct siop_softc *);
218 void siopngintr(struct siop_softc *);
219 void siopng_dump_registers(struct siop_softc *);
221 void siopng_dump(struct siop_softc *);
229 void siopinitialize(struct siop_softc *);
230 void siopintr(struct siop_softc *);
231 void siop_dump_registers(struct siop_softc *);
233 void siop_dump(struct siop_softc *);

Completed in 12 milliseconds