Home
last modified time | relevance | path

Searched refs:ncr5380_softc (Results 1 – 9 of 9) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dncr5380var.h114 struct ncr5380_softc { struct
146 int (*sc_pio_out)(struct ncr5380_softc *, argument
148 int (*sc_pio_in)(struct ncr5380_softc *, argument
151 void (*sc_dma_free)(struct ncr5380_softc *); argument
155 void (*sc_dma_poll)(struct ncr5380_softc *); argument
156 void (*sc_dma_eop)(struct ncr5380_softc *); argument
157 void (*sc_dma_stop)(struct ncr5380_softc *); argument
159 void (*sc_intr_on)(struct ncr5380_softc *); argument
160 void (*sc_intr_off)(struct ncr5380_softc *); argument
229 void ncr5380_attach(struct ncr5380_softc *); argument
[all …]
H A Dncr5380sbc.c114 void ncr5380_abort(struct ncr5380_softc *);
138 struct ncr5380_softc *ncr5380_debug_sc;
192 ncr5380_wait_req(struct ncr5380_softc *sc) in ncr5380_wait_req()
353 ncr5380_init(struct ncr5380_softc *sc) in ncr5380_init()
422 struct ncr5380_softc *sc = arg; in ncr5380_intr()
483 ncr5380_abort(struct ncr5380_softc *sc) in ncr5380_abort()
524 struct ncr5380_softc *sc; in ncr5380_cmd_timeout()
599 struct ncr5380_softc *sc; in ncr5380_scsipi_request()
714 ncr5380_done(struct ncr5380_softc *sc) in ncr5380_done()
819 ncr5380_sched(struct ncr5380_softc *sc) in ncr5380_sched()
[all …]
H A Dncr5380.doc28 Your driver's softc structure must have an instance of struct ncr5380_softc
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/vme/
H A Dsi.c139 struct ncr5380_softc ncr_sc;
173 void si_dma_alloc(struct ncr5380_softc *);
174 void si_dma_free(struct ncr5380_softc *);
175 void si_dma_poll(struct ncr5380_softc *);
177 void si_dma_setup(struct ncr5380_softc *);
178 void si_dma_start(struct ncr5380_softc *);
179 void si_dma_eop(struct ncr5380_softc *);
180 void si_dma_stop(struct ncr5380_softc *);
182 void si_intr_on (struct ncr5380_softc *);
183 void si_intr_off(struct ncr5380_softc *);
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/podulebus/
H A Dhcsc.c91 static int hcsc_pdma_in(struct ncr5380_softc *, int, int, uint8_t *);
92 static int hcsc_pdma_out(struct ncr5380_softc *, int, int, uint8_t *);
103 struct ncr5380_softc sc_ncr5380;
145 struct ncr5380_softc *ncr_sc = &sc->sc_ncr5380; in hcsc_attach()
229 hcsc_ready(struct ncr5380_softc *sc) in hcsc_ready()
250 static inline void hcsc_wait_not_req(struct ncr5380_softc *sc) in hcsc_wait_not_req()
265 hcsc_pdma_in(struct ncr5380_softc *ncr_sc, int phase, int datalen, in hcsc_pdma_in()
300 hcsc_pdma_out(struct ncr5380_softc *ncr_sc, int phase, int datalen, in hcsc_pdma_out()
H A Doak.c88 static int oak_pdma_in(struct ncr5380_softc *, int, int, uint8_t *);
89 static int oak_pdma_out(struct ncr5380_softc *, int, int, uint8_t *);
100 struct ncr5380_softc sc_ncr5380;
140 struct ncr5380_softc *ncr_sc = &sc->sc_ncr5380; in oak_attach()
226 oak_ready(struct ncr5380_softc *sc)
266 static inline void oak_wait_not_req(struct ncr5380_softc *sc)
280 oak_pdma_in(struct ncr5380_softc *ncr_sc, int phase, int datalen,
317 oak_pdma_out(struct ncr5380_softc *ncr_sc, int phase, int datalen,
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dnca_pci.c59 CFATTACH_DECL_NEW(nca_pci, sizeof(struct ncr5380_softc),
75 struct ncr5380_softc *sc = device_private(self); in nca_pci_attach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pcmcia/
H A Dnca_pcmcia.c56 struct ncr5380_softc sc_ncr5380; /* glue to MI code */
114 struct ncr5380_softc *sc = &esc->sc_ncr5380; in nca_pcmcia_attach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/isa/
H A Dnca_isa.c82 struct ncr5380_softc sc_ncr5380; /* glue to MI code */
304 struct ncr5380_softc *sc = &esc->sc_ncr5380; in nca_isa_attach()