Lines Matching refs:spc_softc
177 void spc_done(struct spc_softc *, struct spc_acb *);
178 void spc_dequeue(struct spc_softc *, struct spc_acb *);
181 int spc_poll(struct spc_softc *, struct scsipi_xfer *, int);
182 integrate void spc_sched_msgout(struct spc_softc *, uint8_t);
183 integrate void spc_setsync(struct spc_softc *, struct spc_tinfo *);
184 void spc_select(struct spc_softc *, struct spc_acb *);
186 void spc_scsi_reset(struct spc_softc *);
187 void spc_reset(struct spc_softc *);
188 void spc_free_acb(struct spc_softc *, struct spc_acb *, int);
189 struct spc_acb* spc_get_acb(struct spc_softc *);
190 int spc_reselect(struct spc_softc *, int);
191 void spc_msgin(struct spc_softc *);
192 void spc_abort(struct spc_softc *, struct spc_acb *);
193 void spc_msgout(struct spc_softc *);
194 int spc_dataout_pio(struct spc_softc *, uint8_t *, int);
195 int spc_datain_pio(struct spc_softc *, uint8_t *, int);
198 void spc_dump_driver(struct spc_softc *);
199 void spc_dump89352(struct spc_softc *);
253 spc_attach(struct spc_softc *sc)
315 struct spc_softc *sc = device_private(self);
336 * spc_isa_probe should have succeeded, i.e. the iobase address in spc_softc
340 spc_reset(struct spc_softc *sc)
371 spc_scsi_reset(struct spc_softc *sc)
389 spc_init(struct spc_softc *sc, int bus_reset)
455 spc_free_acb(struct spc_softc *sc, struct spc_acb *acb, int flags)
468 spc_get_acb(struct spc_softc *sc)
514 struct spc_softc *sc = device_private(chan->chan_adapter->adapt_dev);
607 spc_poll(struct spc_softc *sc, struct scsipi_xfer *xs, int count)
633 spc_sched_msgout(struct spc_softc *sc, uint8_t m)
648 spc_setsync(struct spc_softc *sc, struct spc_tinfo *ti)
667 spc_select(struct spc_softc *sc, struct spc_acb *acb)
707 spc_reselect(struct spc_softc *sc, int message)
786 spc_sched(struct spc_softc *sc)
823 spc_done(struct spc_softc *sc, struct spc_acb *acb)
885 spc_dequeue(struct spc_softc *sc, struct spc_acb *acb)
905 spc_msgin(struct spc_softc *sc)
1231 spc_msgout(struct spc_softc *sc)
1447 spc_dataout_pio(struct spc_softc *sc, uint8_t *p, int n)
1556 spc_datain_pio(struct spc_softc *sc, uint8_t *p, int n)
1640 struct spc_softc *sc = arg;
2046 spc_abort(struct spc_softc *sc, struct spc_acb *acb)
2074 struct spc_softc *sc;
2135 struct spc_softc *sc = device_lookup_private(&spc_cd, 0); /* XXX */
2149 spc_dump89352(struct spc_softc *sc)
2181 spc_dump_driver(struct spc_softc *sc)