Symbol: siop_common_softc
sys/arch/hppa/dev/siop_sgc.c
126
siop_sgc_reset(struct siop_common_softc *sc)
sys/arch/hppa/dev/siop_sgc.c
42
void siop_sgc_reset(struct siop_common_softc *);
sys/arch/hppa/gsc/siop_gsc.c
122
siop_gsc_reset(struct siop_common_softc *sc)
sys/arch/hppa/gsc/siop_gsc.c
42
void siop_gsc_reset(struct siop_common_softc *);
sys/dev/ic/siop.c
127
struct siop_common_softc *sc = siop_cmd->cmd_c.siop_sc;
sys/dev/ic/siop_common.c
142
siop_common_reset(struct siop_common_softc *sc)
sys/dev/ic/siop_common.c
230
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
324
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
403
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
516
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
56
siop_common_attach(struct siop_common_softc *sc)
sys/dev/ic/siop_common.c
688
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
753
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
812
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
844
struct siop_common_softc *sc = siop_cmd->siop_sc;
sys/dev/ic/siop_common.c
892
siop_clearfifo(struct siop_common_softc *sc)
sys/dev/ic/siop_common.c
916
siop_modechange(struct siop_common_softc *sc)
sys/dev/ic/siop_common.c
967
siop_resetbus(struct siop_common_softc *sc)
sys/dev/ic/siop_common.c
979
siop_update_xfer_mode(struct siop_common_softc *sc, int target)
sys/dev/ic/siopvar.h
120
struct siop_common_softc sc_c;
sys/dev/ic/siopvar_common.h
150
void (*sc_reset)(struct siop_common_softc*); /* reset callback */
sys/dev/ic/siopvar_common.h
185
int siop_common_attach(struct siop_common_softc *);
sys/dev/ic/siopvar_common.h
186
void siop_common_reset(struct siop_common_softc *);
sys/dev/ic/siopvar_common.h
188
int siop_modechange(struct siop_common_softc *);
sys/dev/ic/siopvar_common.h
196
void siop_update_xfer_mode(struct siop_common_softc *, int);
sys/dev/ic/siopvar_common.h
206
void siop_clearfifo(struct siop_common_softc *);
sys/dev/ic/siopvar_common.h
207
void siop_resetbus(struct siop_common_softc *);
sys/dev/ic/siopvar_common.h
78
struct siop_common_softc *siop_sc; /* points back to our adapter */
sys/dev/pci/siop_pci_common.c
202
struct siop_common_softc *siop_sc, struct pci_attach_args *pa,
sys/dev/pci/siop_pci_common.c
324
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 *);