Searched refs:spc_softc (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | mb89352.c | 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 *); [all …]
|
H A D | mb89352var.h | 119 struct spc_softc { struct 185 void (*sc_dma_start)(struct spc_softc *, void *, size_t, int); argument 186 void (*sc_dma_done)(struct spc_softc *); argument 231 void spc_attach(struct spc_softc *); 236 void spc_init(struct spc_softc *, int); 237 void spc_sched(struct spc_softc *);
|
/netbsd-src/sys/arch/hp300/dev/ |
H A D | spc.c | 65 static void spc_dio_dmastart(struct spc_softc *, void *, size_t, int); 66 static void spc_dio_dmadone(struct spc_softc *); 71 struct spc_softc sc_spc; /* MI spc softc */ 106 struct spc_softc *sc = &dsc->sc_spc; in spc_dio_attach() 162 spc_dio_dmastart(struct spc_softc *sc, void *addr, size_t size, int datain) in spc_dio_dmastart() 183 struct spc_softc *sc = &dsc->sc_spc; in spc_dio_dmago() 241 spc_dio_dmadone(struct spc_softc *sc) in spc_dio_dmadone() 290 struct spc_softc *sc = &dsc->sc_spc; in spc_dio_dmastop()
|
/netbsd-src/sys/arch/luna68k/dev/ |
H A D | spc.c | 60 CFATTACH_DECL_NEW(spc, sizeof(struct spc_softc), 87 struct spc_softc *sc = device_private(self); in spc_mainbus_attach()
|
/netbsd-src/sys/arch/x68k/dev/ |
H A D | spc.c | 59 CFATTACH_DECL_NEW(spc_intio, sizeof(struct spc_softc), 88 struct spc_softc *sc = device_private(self); in spc_intio_attach()
|
/netbsd-src/sys/dev/pcmcia/ |
H A D | spc_pcmcia.c | 54 struct spc_softc sc_spc; /* glue to MI code */ 106 struct spc_softc *spc = &sc->sc_spc; in spc_pcmcia_attach()
|