Symbol: spc_softc
sys/arch/hp300/dev/spc.c
106
struct spc_softc *sc = &dsc->sc_spc;
sys/arch/hp300/dev/spc.c
162
spc_dio_dmastart(struct spc_softc *sc, void *addr, size_t size, int datain)
sys/arch/hp300/dev/spc.c
183
struct spc_softc *sc = &dsc->sc_spc;
sys/arch/hp300/dev/spc.c
241
spc_dio_dmadone(struct spc_softc *sc)
sys/arch/hp300/dev/spc.c
290
struct spc_softc *sc = &dsc->sc_spc;
sys/arch/hp300/dev/spc.c
65
static void spc_dio_dmastart(struct spc_softc *, void *, size_t, int);
sys/arch/hp300/dev/spc.c
66
static void spc_dio_dmadone(struct spc_softc *);
sys/arch/hp300/dev/spc.c
71
struct spc_softc sc_spc; /* MI spc softc */
sys/arch/luna68k/dev/spc.c
60
CFATTACH_DECL_NEW(spc, sizeof(struct spc_softc),
sys/arch/luna68k/dev/spc.c
87
struct spc_softc *sc = device_private(self);
sys/arch/x68k/dev/spc.c
59
CFATTACH_DECL_NEW(spc_intio, sizeof(struct spc_softc),
sys/arch/x68k/dev/spc.c
88
struct spc_softc *sc = device_private(self);
sys/dev/ic/mb89352.c
1231
spc_msgout(struct spc_softc *sc)
sys/dev/ic/mb89352.c
1447
spc_dataout_pio(struct spc_softc *sc, uint8_t *p, int n)
sys/dev/ic/mb89352.c
1556
spc_datain_pio(struct spc_softc *sc, uint8_t *p, int n)
sys/dev/ic/mb89352.c
1640
struct spc_softc *sc = arg;
sys/dev/ic/mb89352.c
177
void spc_done(struct spc_softc *, struct spc_acb *);
sys/dev/ic/mb89352.c
178
void spc_dequeue(struct spc_softc *, struct spc_acb *);
sys/dev/ic/mb89352.c
181
int spc_poll(struct spc_softc *, struct scsipi_xfer *, int);
sys/dev/ic/mb89352.c
182
integrate void spc_sched_msgout(struct spc_softc *, uint8_t);
sys/dev/ic/mb89352.c
183
integrate void spc_setsync(struct spc_softc *, struct spc_tinfo *);
sys/dev/ic/mb89352.c
184
void spc_select(struct spc_softc *, struct spc_acb *);
sys/dev/ic/mb89352.c
186
void spc_scsi_reset(struct spc_softc *);
sys/dev/ic/mb89352.c
187
void spc_reset(struct spc_softc *);
sys/dev/ic/mb89352.c
188
void spc_free_acb(struct spc_softc *, struct spc_acb *, int);
sys/dev/ic/mb89352.c
189
struct spc_acb* spc_get_acb(struct spc_softc *);
sys/dev/ic/mb89352.c
190
int spc_reselect(struct spc_softc *, int);
sys/dev/ic/mb89352.c
191
void spc_msgin(struct spc_softc *);
sys/dev/ic/mb89352.c
192
void spc_abort(struct spc_softc *, struct spc_acb *);
sys/dev/ic/mb89352.c
193
void spc_msgout(struct spc_softc *);
sys/dev/ic/mb89352.c
194
int spc_dataout_pio(struct spc_softc *, uint8_t *, int);
sys/dev/ic/mb89352.c
195
int spc_datain_pio(struct spc_softc *, uint8_t *, int);
sys/dev/ic/mb89352.c
198
void spc_dump_driver(struct spc_softc *);
sys/dev/ic/mb89352.c
199
void spc_dump89352(struct spc_softc *);
sys/dev/ic/mb89352.c
2046
spc_abort(struct spc_softc *sc, struct spc_acb *acb)
sys/dev/ic/mb89352.c
2074
struct spc_softc *sc;
sys/dev/ic/mb89352.c
2135
struct spc_softc *sc = device_lookup_private(&spc_cd, 0); /* XXX */
sys/dev/ic/mb89352.c
2149
spc_dump89352(struct spc_softc *sc)
sys/dev/ic/mb89352.c
2181
spc_dump_driver(struct spc_softc *sc)
sys/dev/ic/mb89352.c
253
spc_attach(struct spc_softc *sc)
sys/dev/ic/mb89352.c
315
struct spc_softc *sc = device_private(self);
sys/dev/ic/mb89352.c
340
spc_reset(struct spc_softc *sc)
sys/dev/ic/mb89352.c
371
spc_scsi_reset(struct spc_softc *sc)
sys/dev/ic/mb89352.c
389
spc_init(struct spc_softc *sc, int bus_reset)
sys/dev/ic/mb89352.c
455
spc_free_acb(struct spc_softc *sc, struct spc_acb *acb, int flags)
sys/dev/ic/mb89352.c
468
spc_get_acb(struct spc_softc *sc)
sys/dev/ic/mb89352.c
514
struct spc_softc *sc = device_private(chan->chan_adapter->adapt_dev);
sys/dev/ic/mb89352.c
607
spc_poll(struct spc_softc *sc, struct scsipi_xfer *xs, int count)
sys/dev/ic/mb89352.c
633
spc_sched_msgout(struct spc_softc *sc, uint8_t m)
sys/dev/ic/mb89352.c
648
spc_setsync(struct spc_softc *sc, struct spc_tinfo *ti)
sys/dev/ic/mb89352.c
667
spc_select(struct spc_softc *sc, struct spc_acb *acb)
sys/dev/ic/mb89352.c
707
spc_reselect(struct spc_softc *sc, int message)
sys/dev/ic/mb89352.c
786
spc_sched(struct spc_softc *sc)
sys/dev/ic/mb89352.c
823
spc_done(struct spc_softc *sc, struct spc_acb *acb)
sys/dev/ic/mb89352.c
885
spc_dequeue(struct spc_softc *sc, struct spc_acb *acb)
sys/dev/ic/mb89352.c
905
spc_msgin(struct spc_softc *sc)
sys/dev/ic/mb89352var.h
185
void (*sc_dma_start)(struct spc_softc *, void *, size_t, int);
sys/dev/ic/mb89352var.h
186
void (*sc_dma_done)(struct spc_softc *);
sys/dev/ic/mb89352var.h
231
void spc_attach(struct spc_softc *);
sys/dev/ic/mb89352var.h
236
void spc_init(struct spc_softc *, int);
sys/dev/ic/mb89352var.h
237
void spc_sched(struct spc_softc *);
sys/dev/pcmcia/spc_pcmcia.c
106
struct spc_softc *spc = &sc->sc_spc;
sys/dev/pcmcia/spc_pcmcia.c
54
struct spc_softc sc_spc; /* glue to MI code */