spc_softc
spc_msgout(struct spc_softc *sc)
spc_dataout_pio(struct spc_softc *sc, u_char *p, int n)
spc_datain_pio(struct spc_softc *sc, u_char *p, int n)
void spc_done (struct spc_softc *, struct spc_acb *);
void spc_dequeue (struct spc_softc *, struct spc_acb *);
int spc_poll (struct spc_softc *, struct scsi_xfer *, int);
integrate void spc_sched_msgout(struct spc_softc *, u_char);
integrate void spc_setsync(struct spc_softc *, struct spc_tinfo *);
void spc_select (struct spc_softc *, struct spc_acb *);
struct spc_softc *sc = arg;
void spc_scsi_reset (struct spc_softc *);
void spc_reset (struct spc_softc *);
int spc_reselect (struct spc_softc *, int);
void spc_sense (struct spc_softc *, struct spc_acb *);
void spc_msgin (struct spc_softc *);
void spc_abort (struct spc_softc *, struct spc_acb *);
void spc_msgout (struct spc_softc *);
int spc_dataout_pio (struct spc_softc *, u_char *, int);
int spc_datain_pio (struct spc_softc *, u_char *, int);
void spc_dump_driver (struct spc_softc *);
void spc_dump89352 (struct spc_softc *);
spc_attach(struct spc_softc *sc, const struct scsi_adapter *adapter)
spc_abort(struct spc_softc *sc, struct spc_acb *acb)
struct spc_softc *sc = sc_link->bus->sb_adapter_softc;
struct spc_softc *sc = spc_cd.cd_devs[0]; /* XXX */
spc_dump89352(struct spc_softc *sc)
spc_dump_driver(struct spc_softc *sc)
spc_reset(struct spc_softc *sc)
spc_scsi_reset(struct spc_softc *sc)
spc_init(struct spc_softc *sc)
struct spc_softc *sc = xsc;
struct spc_softc *sc = xsc;
struct spc_softc *sc = sc_link->bus->sb_adapter_softc;
spc_poll(struct spc_softc *sc, struct scsi_xfer *xs, int count)
spc_sched_msgout(struct spc_softc *sc, u_char m)
spc_setsync(struct spc_softc *sc, struct spc_tinfo *ti)
spc_select(struct spc_softc *sc, struct spc_acb *acb)
spc_reselect(struct spc_softc *sc, int message)
spc_sched(struct spc_softc *sc)
spc_sense(struct spc_softc *sc, struct spc_acb *acb)
spc_done(struct spc_softc *sc, struct spc_acb *acb)
spc_dequeue(struct spc_softc *sc, struct spc_acb *acb)
spc_msgin(struct spc_softc *sc)
void (*sc_dma_start)(struct spc_softc *, void *, size_t, int);
void (*sc_dma_done)(struct spc_softc *);
void spc_attach(struct spc_softc *, const struct scsi_adapter *);
void spc_init(struct spc_softc *);
void spc_sched(struct spc_softc *);
sizeof(struct spc_softc), spc_mainbus_match, spc_mainbus_attach
struct spc_softc *sc = (void *)self;