Home
last modified time | relevance | path

Searched refs:siop_common_softc (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/dev/ic/
H A Dsiopvar_common.h77 struct siop_common_softc *siop_sc; /* points back to our adapter */
126 struct siop_common_softc { struct
147 void (*sc_reset)(struct siop_common_softc*); /* reset callback */ argument
183 int siop_common_attach(struct siop_common_softc *);
184 void siop_common_reset(struct siop_common_softc *);
186 int siop_modechange(struct siop_common_softc *);
194 void siop_update_xfer_mode(struct siop_common_softc *, int);
207 void siop_clearfifo(struct siop_common_softc *);
208 void siop_resetbus(struct siop_common_softc *);
H A Dsiop_common.c59 siop_common_attach(struct siop_common_softc *sc) in siop_common_attach()
159 siop_common_reset(struct siop_common_softc *sc) in siop_common_reset()
254 struct siop_common_softc *sc = siop_cmd->siop_sc; in siop_setuptables()
337 struct siop_common_softc *sc = siop_cmd->siop_sc; in siop_wdtr_neg()
417 struct siop_common_softc *sc = siop_cmd->siop_sc; in siop_ppr_neg()
524 struct siop_common_softc *sc = siop_cmd->siop_sc; in siop_sdtr_neg()
704 struct siop_common_softc *sc; in siop_ioctl()
727 struct siop_common_softc *sc = siop_cmd->siop_sc; in siop_ma()
935 siop_clearfifo(struct siop_common_softc *sc) in siop_clearfifo()
959 siop_modechange(struct siop_common_softc *sc) in siop_modechange()
[all …]
H A Dsiopvar.h100 struct siop_common_softc *sc = siop_cmd->cmd_c.siop_sc; in siop_table_sync()
117 struct siop_common_softc sc_c;
H A Desiopvar.h123 struct siop_common_softc *sc = esiop_cmd->cmd_c.siop_sc; in esiop_table_sync()
136 struct siop_common_softc sc_c;
/netbsd/sys/dev/pci/
H A Dsiop_pci_common.h53 struct siop_common_softc *, struct pci_attach_args *,
55 void siop_pci_reset(struct siop_common_softc *);
H A Dsiop_pci_common.c233 struct siop_common_softc *siop_sc, struct pci_attach_args *pa, in siop_pci_attach_common()
358 siop_pci_reset(struct siop_common_softc *sc) in siop_pci_reset()
/netbsd/sys/arch/hppa/gsc/
H A Dsiop_gsc.c51 void siop_gsc_reset(struct siop_common_softc *);
133 siop_gsc_reset(struct siop_common_softc *sc) in siop_gsc_reset()
/netbsd/sys/arch/hppa/dev/
H A Dsiop_sgc.c51 void siop_sgc_reset(struct siop_common_softc *);
144 siop_sgc_reset(struct siop_common_softc *sc) in siop_sgc_reset()