Symbol: siop_common_softc
sys/arch/hppa/dev/siop_sgc.c
144
siop_sgc_reset(struct siop_common_softc *sc)
sys/arch/hppa/dev/siop_sgc.c
51
void siop_sgc_reset(struct siop_common_softc *);
sys/arch/hppa/gsc/siop_gsc.c
133
siop_gsc_reset(struct siop_common_softc *sc)
sys/arch/hppa/gsc/siop_gsc.c
51
void siop_gsc_reset(struct siop_common_softc *);
sys/dev/ic/esiopvar.h
123
struct siop_common_softc *sc = esiop_cmd->cmd_c.siop_sc;
sys/dev/ic/esiopvar.h
136
struct siop_common_softc sc_c;
sys/dev/ic/siop_common.c
1011
siop_resetbus(struct siop_common_softc *sc)
sys/dev/ic/siop_common.c
1024
siop_update_xfer_mode(struct siop_common_softc *sc, int target)
sys/dev/ic/siop_common.c
159
siop_common_reset(struct siop_common_softc *sc)
sys/dev/ic/siop_common.c
254
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
337
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
417
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
524
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
59
siop_common_attach(struct siop_common_softc *sc)
sys/dev/ic/siop_common.c
704
struct siop_common_softc *sc;
sys/dev/ic/siop_common.c
727
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
794
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
854
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
886
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
935
siop_clearfifo(struct siop_common_softc *sc)
sys/dev/ic/siop_common.c
959
siop_modechange(struct siop_common_softc *sc)
sys/dev/ic/siopvar.h
100
struct siop_common_softc *sc = siop_cmd->cmd_c.siop_sc;
sys/dev/ic/siopvar.h
117
struct siop_common_softc sc_c;
sys/dev/ic/siopvar_common.h
147
void (*sc_reset)(struct siop_common_softc*); /* reset callback */
sys/dev/ic/siopvar_common.h
183
int siop_common_attach(struct siop_common_softc *);
sys/dev/ic/siopvar_common.h
184
void siop_common_reset(struct siop_common_softc *);
sys/dev/ic/siopvar_common.h
186
int siop_modechange(struct siop_common_softc *);
sys/dev/ic/siopvar_common.h
194
void siop_update_xfer_mode(struct siop_common_softc *, int);
sys/dev/ic/siopvar_common.h
207
void siop_clearfifo(struct siop_common_softc *);
sys/dev/ic/siopvar_common.h
208
void siop_resetbus(struct siop_common_softc *);
sys/dev/ic/siopvar_common.h
77
struct siop_common_softc *siop_sc; /* points back to our adapter */
sys/dev/pci/siop_pci_common.c
233
struct siop_common_softc *siop_sc, struct pci_attach_args *pa,
sys/dev/pci/siop_pci_common.c
355
siop_pci_reset(struct siop_common_softc *sc)
sys/dev/pci/siop_pci_common.h
53
struct siop_common_softc *, struct pci_attach_args *,
sys/dev/pci/siop_pci_common.h
55
void siop_pci_reset(struct siop_common_softc *);