Home
last modified time | relevance | path

Searched refs:siop_softc (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Dsiopvar.h118 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 *);
H A Ddrsc.c85 int drsc_dmaintr(struct siop_softc *);
93 CFATTACH_DECL_NEW(drsc, sizeof(struct siop_softc),
96 static struct siop_softc *drsc_softc;
117 struct siop_softc *sc = device_private(self); in drscattach()
187 struct siop_softc *sc = drsc_softc; in drsc_handler()
235 struct siop_softc *sc; in drsc_dump()
H A Dafsc.c91 CFATTACH_DECL_NEW(afsc, sizeof(struct siop_softc),
94 CFATTACH_DECL_NEW(aftsc, sizeof(struct siop_softc),
133 struct siop_softc *sc = device_private(self); in afscattach()
195 struct siop_softc *sc = arg; in afsc_dmaintr()
221 struct siop_softc *sc; in afsc_dump()
H A Dcbiiisc.c94 CFATTACH_DECL_NEW(cbiiisc, sizeof(struct siop_softc),
116 struct siop_softc *sc = device_private(self); in cbiiiscattach()
175 struct siop_softc *sc = arg; in cbiiisc_dmaintr()
203 struct siop_softc *sc; in cbiiisc_dump()
H A Dsiop.c106 void siop_select(struct siop_softc *);
107 void siopabort(struct siop_softc *, siop_regmap_p, const char *);
108 void sioperror(struct siop_softc *, siop_regmap_p, u_char);
109 void siopstart(struct siop_softc *);
110 int siop_checkintr(struct siop_softc *, u_char, u_char, u_char, int *);
111 void siopreset(struct siop_softc *);
115 void siop_sched(struct siop_softc *);
116 void siop_poll(struct siop_softc *, struct siop_acb *);
117 void siopintr(struct siop_softc *);
118 void scsi_period_to_siop(struct siop_softc *, int);
[all …]
H A Dbppcsc.c94 CFATTACH_DECL_NEW(bppcsc, sizeof(struct siop_softc),
116 struct siop_softc *sc; in bppcscattach()
178 struct siop_softc *sc; in bppcsc_dmaintr()
207 struct siop_softc *sc; in bppcsc_dump()
H A Dwesc.c90 CFATTACH_DECL_NEW(wesc, sizeof(struct siop_softc),
110 struct siop_softc *sc = device_private(self); in wescattach()
169 struct siop_softc *sc = arg; in wesc_dmaintr()
195 struct siop_softc *sc; in wesc_dump()
H A Dmgnsc.c90 CFATTACH_DECL_NEW(mgnsc, sizeof(struct siop_softc),
110 struct siop_softc *sc = device_private(self); in mgnscattach()
178 struct siop_softc *sc = arg; in mgnsc_dmaintr()
211 struct siop_softc *sc; in mgnsc_dump()
H A Dzssc.c86 CFATTACH_DECL_NEW(zssc, sizeof(struct siop_softc),
106 struct siop_softc *sc = device_private(self); in zsscattach()
166 struct siop_softc *sc = arg; in zssc_dmaintr()
199 struct siop_softc *sc; in zssc_dump()
H A Dsiop2.c110 void siopng_select(struct siop_softc *);
111 void siopngabort(struct siop_softc *, siop_regmap_p, const char *);
112 void siopngerror(struct siop_softc *, siop_regmap_p, u_char);
113 int siopng_checkintr(struct siop_softc *, u_char, u_char, u_short, int *);
114 void siopngreset(struct siop_softc *);
118 void siopng_sched(struct siop_softc *);
119 void siopng_poll(struct siop_softc *, struct siop_acb *);
120 void siopngintr(struct siop_softc *);
121 void scsi_period_to_siopng(struct siop_softc *, int);
122 void siopng_start(struct siop_softc *, int, int, u_char *, int, u_char *, int);
[all …]
/netbsd-src/sys/dev/ic/
H A Dsiopvar.h116 struct siop_softc { struct
131 void siop_attach(struct siop_softc *); argument
133 void siop_add_dev(struct siop_softc *, int, int);
134 void siop_del_dev(struct siop_softc *, int, int);
H A Dsiop.c77 void siop_reset(struct siop_softc *);
78 void siop_handle_reset(struct siop_softc *);
81 void siop_unqueue(struct siop_softc *, int, int);
82 static void siop_start(struct siop_softc *, struct siop_cmd *);
87 void siop_dump_script(struct siop_softc *);
88 void siop_morecbd(struct siop_softc *);
89 struct siop_lunsw *siop_get_lunsw(struct siop_softc *);
90 void siop_add_reselsw(struct siop_softc *, int);
91 void siop_update_scntl3(struct siop_softc *,
109 static inline void siop_script_sync(struct siop_softc *, int);
[all …]
/netbsd-src/sys/arch/hppa/gsc/
H A Dsiop_gsc.c59 struct siop_softc sc_siop;
84 struct siop_softc *sc = &gsc->sc_siop; in siop_gsc_attach()
/netbsd-src/sys/arch/hppa/dev/
H A Dsiop_sgc.c59 struct siop_softc sc_siop;
84 struct siop_softc *sc = &sgc->sc_siop; in siop_sgc_attach()
/netbsd-src/sys/dev/pci/
H A Dsiop_pci.c48 struct siop_softc siop;