sys/arch/acorn32/podulebus/csa.c
135
struct ncr5380_softc *ncr_sc = &sc->sc_ncr5380;
sys/arch/acorn32/podulebus/csa.c
85
struct ncr5380_softc sc_ncr5380;
sys/arch/mac68k/dev/sbc.c
113
sbc_wait_busy(struct ncr5380_softc *sc)
sys/arch/mac68k/dev/sbc.c
129
sbc_ready(struct ncr5380_softc *sc)
sys/arch/mac68k/dev/sbc.c
152
sbc_wait_dreq(struct ncr5380_softc *sc)
sys/arch/mac68k/dev/sbc.c
172
struct ncr5380_softc *ncr_sc = p;
sys/arch/mac68k/dev/sbc.c
204
decode_5380_intr(struct ncr5380_softc *ncr_sc)
sys/arch/mac68k/dev/sbc.c
242
sbc_pdma_in(struct ncr5380_softc *ncr_sc, int phase, int datalen, u_char *data)
sys/arch/mac68k/dev/sbc.c
318
sbc_pdma_out(struct ncr5380_softc *ncr_sc, int phase, int datalen, u_char *data)
sys/arch/mac68k/dev/sbc.c
447
struct ncr5380_softc *ncr_sc = (struct ncr5380_softc *)p;
sys/arch/mac68k/dev/sbc.c
646
sbc_dma_alloc(struct ncr5380_softc *ncr_sc)
sys/arch/mac68k/dev/sbc.c
693
sbc_dma_free(struct ncr5380_softc *ncr_sc)
sys/arch/mac68k/dev/sbc.c
715
sbc_dma_poll(struct ncr5380_softc *ncr_sc)
sys/arch/mac68k/dev/sbc.c
734
sbc_dma_setup(struct ncr5380_softc *ncr_sc)
sys/arch/mac68k/dev/sbc.c
740
sbc_dma_start(struct ncr5380_softc *ncr_sc)
sys/arch/mac68k/dev/sbc.c
777
sbc_dma_eop(struct ncr5380_softc *ncr_sc)
sys/arch/mac68k/dev/sbc.c
783
sbc_dma_stop(struct ncr5380_softc *ncr_sc)
sys/arch/mac68k/dev/sbc.c
97
static int sbc_wait_busy(struct ncr5380_softc *);
sys/arch/mac68k/dev/sbc.c
98
static int sbc_ready(struct ncr5380_softc *);
sys/arch/mac68k/dev/sbc.c
99
static int sbc_wait_dreq(struct ncr5380_softc *);
sys/arch/mac68k/dev/sbcvar.h
100
void sbc_dma_start(struct ncr5380_softc *);
sys/arch/mac68k/dev/sbcvar.h
101
void sbc_dma_eop(struct ncr5380_softc *);
sys/arch/mac68k/dev/sbcvar.h
102
void sbc_dma_stop(struct ncr5380_softc *);
sys/arch/mac68k/dev/sbcvar.h
104
void decode_5380_intr(struct ncr5380_softc *);
sys/arch/mac68k/dev/sbcvar.h
58
struct ncr5380_softc ncr_sc;
sys/arch/mac68k/dev/sbcvar.h
62
void (*sc_clrintr)(struct ncr5380_softc *);
sys/arch/mac68k/dev/sbcvar.h
92
int sbc_pdma_in(struct ncr5380_softc *, int, int, u_char *);
sys/arch/mac68k/dev/sbcvar.h
93
int sbc_pdma_out(struct ncr5380_softc *, int, int, u_char *);
sys/arch/mac68k/dev/sbcvar.h
96
void sbc_dma_alloc(struct ncr5380_softc *);
sys/arch/mac68k/dev/sbcvar.h
97
void sbc_dma_free(struct ncr5380_softc *);
sys/arch/mac68k/dev/sbcvar.h
98
void sbc_dma_poll(struct ncr5380_softc *);
sys/arch/mac68k/dev/sbcvar.h
99
void sbc_dma_setup(struct ncr5380_softc *);
sys/arch/mac68k/obio/sbc_obio.c
117
struct ncr5380_softc *ncr_sc = &sc->ncr_sc;
sys/arch/mac68k/obio/sbc_obio.c
265
sbc_intr_enable(struct ncr5380_softc *ncr_sc)
sys/arch/mac68k/obio/sbc_obio.c
283
sbc_intr_disable(struct ncr5380_softc *ncr_sc)
sys/arch/mac68k/obio/sbc_obio.c
301
sbc_obio_clrintr(struct ncr5380_softc *ncr_sc)
sys/arch/mac68k/obio/sbc_obio.c
79
void sbc_intr_enable(struct ncr5380_softc *);
sys/arch/mac68k/obio/sbc_obio.c
80
void sbc_intr_disable(struct ncr5380_softc *);
sys/arch/mac68k/obio/sbc_obio.c
81
void sbc_obio_clrintr(struct ncr5380_softc *);
sys/arch/news68k/dev/si.c
163
struct ncr5380_softc *ncr_sc = &sc->ncr_sc;
sys/arch/news68k/dev/si.c
244
si_dma_alloc(struct ncr5380_softc *ncr_sc)
sys/arch/news68k/dev/si.c
261
si_dma_free(struct ncr5380_softc *ncr_sc)
sys/arch/news68k/dev/si.c
275
si_dma_start(struct ncr5380_softc *ncr_sc)
sys/arch/news68k/dev/si.c
347
si_dma_poll(struct ncr5380_softc *ncr_sc)
sys/arch/news68k/dev/si.c
371
si_dma_eop(struct ncr5380_softc *ncr_sc)
sys/arch/news68k/dev/si.c
378
si_dma_stop(struct ncr5380_softc *ncr_sc)
sys/arch/news68k/dev/si.c
67
struct ncr5380_softc ncr_sc;
sys/arch/news68k/dev/si.c
78
static void si_dma_alloc(struct ncr5380_softc *);
sys/arch/news68k/dev/si.c
79
static void si_dma_free(struct ncr5380_softc *);
sys/arch/news68k/dev/si.c
80
static void si_dma_start(struct ncr5380_softc *);
sys/arch/news68k/dev/si.c
81
static void si_dma_poll(struct ncr5380_softc *);
sys/arch/news68k/dev/si.c
82
static void si_dma_eop(struct ncr5380_softc *);
sys/arch/news68k/dev/si.c
83
static void si_dma_stop(struct ncr5380_softc *);
sys/arch/sparc/dev/sw.c
162
struct ncr5380_softc ncr_sc;
sys/arch/sparc/dev/sw.c
195
static void sw_reset_adapter(struct ncr5380_softc *);
sys/arch/sparc/dev/sw.c
198
void sw_dma_alloc(struct ncr5380_softc *);
sys/arch/sparc/dev/sw.c
199
void sw_dma_free(struct ncr5380_softc *);
sys/arch/sparc/dev/sw.c
200
void sw_dma_poll(struct ncr5380_softc *);
sys/arch/sparc/dev/sw.c
202
void sw_dma_setup(struct ncr5380_softc *);
sys/arch/sparc/dev/sw.c
203
void sw_dma_start(struct ncr5380_softc *);
sys/arch/sparc/dev/sw.c
204
void sw_dma_eop(struct ncr5380_softc *);
sys/arch/sparc/dev/sw.c
205
void sw_dma_stop(struct ncr5380_softc *);
sys/arch/sparc/dev/sw.c
207
void sw_intr_on(struct ncr5380_softc *);
sys/arch/sparc/dev/sw.c
208
void sw_intr_off(struct ncr5380_softc *);
sys/arch/sparc/dev/sw.c
247
struct ncr5380_softc *ncr_sc = &sc->ncr_sc;
sys/arch/sparc/dev/sw.c
396
struct ncr5380_softc *ncr_sc = &sc->ncr_sc;
sys/arch/sparc/dev/sw.c
440
sw_reset_adapter(struct ncr5380_softc *ncr_sc)
sys/arch/sparc/dev/sw.c
475
sw_dma_alloc(struct ncr5380_softc *ncr_sc)
sys/arch/sparc/dev/sw.c
551
sw_dma_free(struct ncr5380_softc *ncr_sc)
sys/arch/sparc/dev/sw.c
586
sw_dma_poll(struct ncr5380_softc *ncr_sc)
sys/arch/sparc/dev/sw.c
631
sw_intr_on(struct ncr5380_softc *ncr_sc)
sys/arch/sparc/dev/sw.c
648
sw_intr_off(struct ncr5380_softc *ncr_sc)
sys/arch/sparc/dev/sw.c
668
sw_dma_setup(struct ncr5380_softc *ncr_sc)
sys/arch/sparc/dev/sw.c
685
sw_dma_start(struct ncr5380_softc *ncr_sc)
sys/arch/sparc/dev/sw.c
799
sw_dma_eop(struct ncr5380_softc *ncr_sc)
sys/arch/sparc/dev/sw.c
820
sw_dma_stop(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si.c
124
struct ncr5380_softc *ncr_sc = &sc->ncr_sc;
sys/arch/sun3/dev/si.c
257
si_dma_alloc(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si.c
342
si_dma_free(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si.c
379
si_dma_poll(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_obio.c
109
void si_obio_dma_setup(struct ncr5380_softc *);
sys/arch/sun3/dev/si_obio.c
110
void si_obio_dma_start(struct ncr5380_softc *);
sys/arch/sun3/dev/si_obio.c
111
void si_obio_dma_eop(struct ncr5380_softc *);
sys/arch/sun3/dev/si_obio.c
112
void si_obio_dma_stop(struct ncr5380_softc *);
sys/arch/sun3/dev/si_obio.c
114
static void si_obio_reset(struct ncr5380_softc *);
sys/arch/sun3/dev/si_obio.c
158
struct ncr5380_softc *ncr_sc = &sc->ncr_sc;
sys/arch/sun3/dev/si_obio.c
218
si_obio_reset(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_obio.c
276
si_obio_dma_setup(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_obio.c
375
si_obio_dma_start(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_obio.c
426
si_obio_dma_eop(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_obio.c
434
si_obio_dma_stop(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_sebuf.c
114
void se_dma_alloc(struct ncr5380_softc *);
sys/arch/sun3/dev/si_sebuf.c
115
void se_dma_free(struct ncr5380_softc *);
sys/arch/sun3/dev/si_sebuf.c
116
void se_dma_poll(struct ncr5380_softc *);
sys/arch/sun3/dev/si_sebuf.c
118
void se_dma_setup(struct ncr5380_softc *);
sys/arch/sun3/dev/si_sebuf.c
119
void se_dma_start(struct ncr5380_softc *);
sys/arch/sun3/dev/si_sebuf.c
120
void se_dma_eop(struct ncr5380_softc *);
sys/arch/sun3/dev/si_sebuf.c
121
void se_dma_stop(struct ncr5380_softc *);
sys/arch/sun3/dev/si_sebuf.c
123
void se_intr_on (struct ncr5380_softc *);
sys/arch/sun3/dev/si_sebuf.c
124
void se_intr_off(struct ncr5380_softc *);
sys/arch/sun3/dev/si_sebuf.c
127
static void se_reset(struct ncr5380_softc *);
sys/arch/sun3/dev/si_sebuf.c
167
struct ncr5380_softc *ncr_sc = &sc->ncr_sc;
sys/arch/sun3/dev/si_sebuf.c
267
se_reset(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_sebuf.c
298
se_intr_on(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_sebuf.c
321
se_intr_off(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_sebuf.c
341
se_dma_setup(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_sebuf.c
387
se_dma_start(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_sebuf.c
436
se_dma_eop(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_sebuf.c
444
se_dma_stop(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_sebuf.c
561
se_dma_alloc(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_sebuf.c
633
se_dma_free(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_sebuf.c
667
se_dma_poll(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_sebuf.c
97
struct ncr5380_softc ncr_sc;
sys/arch/sun3/dev/si_vme.c
103
void si_vme_dma_setup(struct ncr5380_softc *);
sys/arch/sun3/dev/si_vme.c
104
void si_vme_dma_start(struct ncr5380_softc *);
sys/arch/sun3/dev/si_vme.c
105
void si_vme_dma_eop(struct ncr5380_softc *);
sys/arch/sun3/dev/si_vme.c
106
void si_vme_dma_stop(struct ncr5380_softc *);
sys/arch/sun3/dev/si_vme.c
108
void si_vme_intr_on (struct ncr5380_softc *);
sys/arch/sun3/dev/si_vme.c
109
void si_vme_intr_off(struct ncr5380_softc *);
sys/arch/sun3/dev/si_vme.c
111
static void si_vme_reset(struct ncr5380_softc *);
sys/arch/sun3/dev/si_vme.c
174
struct ncr5380_softc *ncr_sc = &sc->ncr_sc;
sys/arch/sun3/dev/si_vme.c
232
si_vme_reset(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_vme.c
272
si_vme_intr_on(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_vme.c
297
si_vme_intr_off(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_vme.c
317
si_vme_dma_setup(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_vme.c
380
si_vme_dma_start(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_vme.c
434
si_vme_dma_eop(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/si_vme.c
442
si_vme_dma_stop(struct ncr5380_softc *ncr_sc)
sys/arch/sun3/dev/sivar.h
67
struct ncr5380_softc ncr_sc;
sys/arch/sun3/dev/sivar.h
94
void si_dma_alloc(struct ncr5380_softc *);
sys/arch/sun3/dev/sivar.h
95
void si_dma_free(struct ncr5380_softc *);
sys/arch/sun3/dev/sivar.h
96
void si_dma_poll(struct ncr5380_softc *);
sys/arch/vax/vsa/ncr.c
103
static void si_dma_alloc(struct ncr5380_softc *);
sys/arch/vax/vsa/ncr.c
104
static void si_dma_free(struct ncr5380_softc *);
sys/arch/vax/vsa/ncr.c
105
static void si_dma_setup(struct ncr5380_softc *);
sys/arch/vax/vsa/ncr.c
106
static void si_dma_start(struct ncr5380_softc *);
sys/arch/vax/vsa/ncr.c
107
static void si_dma_poll(struct ncr5380_softc *);
sys/arch/vax/vsa/ncr.c
108
static void si_dma_eop(struct ncr5380_softc *);
sys/arch/vax/vsa/ncr.c
109
static void si_dma_stop(struct ncr5380_softc *);
sys/arch/vax/vsa/ncr.c
138
struct ncr5380_softc * const ncr_sc = &sc->ncr_sc;
sys/arch/vax/vsa/ncr.c
250
si_dma_alloc(struct ncr5380_softc *ncr_sc)
sys/arch/vax/vsa/ncr.c
302
si_dma_free(struct ncr5380_softc *ncr_sc)
sys/arch/vax/vsa/ncr.c
316
si_dma_setup(struct ncr5380_softc *ncr_sc)
sys/arch/vax/vsa/ncr.c
322
si_dma_start(struct ncr5380_softc *ncr_sc)
sys/arch/vax/vsa/ncr.c
339
struct ncr5380_softc *ncr_sc = arg;
sys/arch/vax/vsa/ncr.c
384
si_dma_poll(struct ncr5380_softc *ncr_sc)
sys/arch/vax/vsa/ncr.c
393
si_dma_eop(struct ncr5380_softc *ncr_sc)
sys/arch/vax/vsa/ncr.c
399
si_dma_stop(struct ncr5380_softc *ncr_sc)
sys/arch/vax/vsa/ncr.c
85
struct ncr5380_softc ncr_sc;
sys/dev/ic/ncr5380sbc.c
100
static void ncr5380_reset_scsibus(struct ncr5380_softc *);
sys/dev/ic/ncr5380sbc.c
101
static void ncr5380_sched(struct ncr5380_softc *);
sys/dev/ic/ncr5380sbc.c
102
static void ncr5380_done(struct ncr5380_softc *);
sys/dev/ic/ncr5380sbc.c
104
static int ncr5380_select(struct ncr5380_softc *, struct sci_req *);
sys/dev/ic/ncr5380sbc.c
105
static void ncr5380_reselect(struct ncr5380_softc *);
sys/dev/ic/ncr5380sbc.c
107
static int ncr5380_msg_in(struct ncr5380_softc *);
sys/dev/ic/ncr5380sbc.c
1070
ncr5380_reselect(struct ncr5380_softc *sc)
sys/dev/ic/ncr5380sbc.c
108
static int ncr5380_msg_out(struct ncr5380_softc *);
sys/dev/ic/ncr5380sbc.c
109
static int ncr5380_data_xfer(struct ncr5380_softc *, int);
sys/dev/ic/ncr5380sbc.c
110
static int ncr5380_command(struct ncr5380_softc *);
sys/dev/ic/ncr5380sbc.c
111
static int ncr5380_status(struct ncr5380_softc *);
sys/dev/ic/ncr5380sbc.c
112
static void ncr5380_machine(struct ncr5380_softc *);
sys/dev/ic/ncr5380sbc.c
114
void ncr5380_abort(struct ncr5380_softc *);
sys/dev/ic/ncr5380sbc.c
1308
ncr5380_select(struct ncr5380_softc *sc, struct sci_req *sr)
sys/dev/ic/ncr5380sbc.c
138
struct ncr5380_softc *ncr5380_debug_sc;
sys/dev/ic/ncr5380sbc.c
1554
ncr5380_msg_in(struct ncr5380_softc *sc)
sys/dev/ic/ncr5380sbc.c
1795
ncr5380_msg_out(struct ncr5380_softc *sc)
sys/dev/ic/ncr5380sbc.c
186
static inline int ncr5380_wait_req(struct ncr5380_softc *);
sys/dev/ic/ncr5380sbc.c
187
static inline int ncr5380_wait_not_req(struct ncr5380_softc *);
sys/dev/ic/ncr5380sbc.c
188
static inline void ncr_sched_msgout(struct ncr5380_softc *, int);
sys/dev/ic/ncr5380sbc.c
192
ncr5380_wait_req(struct ncr5380_softc *sc)
sys/dev/ic/ncr5380sbc.c
2017
ncr5380_command(struct ncr5380_softc *sc)
sys/dev/ic/ncr5380sbc.c
2054
ncr5380_data_xfer(struct ncr5380_softc *sc, int phase)
sys/dev/ic/ncr5380sbc.c
210
ncr5380_wait_not_req(struct ncr5380_softc *sc)
sys/dev/ic/ncr5380sbc.c
2141
ncr5380_status(struct ncr5380_softc *sc)
sys/dev/ic/ncr5380sbc.c
2171
ncr5380_machine(struct ncr5380_softc *sc)
sys/dev/ic/ncr5380sbc.c
228
ncr_sched_msgout(struct ncr5380_softc *sc, int msg_code)
sys/dev/ic/ncr5380sbc.c
243
ncr5380_pio_out(struct ncr5380_softc *sc, int phase, int count, uint8_t *data)
sys/dev/ic/ncr5380sbc.c
2516
struct ncr5380_softc *sc;
sys/dev/ic/ncr5380sbc.c
2562
ncr5380_attach(struct ncr5380_softc *sc)
sys/dev/ic/ncr5380sbc.c
2609
ncr5380_detach(struct ncr5380_softc *sc, int flags)
sys/dev/ic/ncr5380sbc.c
301
ncr5380_pio_in(struct ncr5380_softc *sc, int phase, int count, uint8_t *data)
sys/dev/ic/ncr5380sbc.c
353
ncr5380_init(struct ncr5380_softc *sc)
sys/dev/ic/ncr5380sbc.c
394
ncr5380_reset_scsibus(struct ncr5380_softc *sc)
sys/dev/ic/ncr5380sbc.c
426
struct ncr5380_softc *sc = arg;
sys/dev/ic/ncr5380sbc.c
487
ncr5380_abort(struct ncr5380_softc *sc)
sys/dev/ic/ncr5380sbc.c
528
struct ncr5380_softc *sc;
sys/dev/ic/ncr5380sbc.c
603
struct ncr5380_softc *sc;
sys/dev/ic/ncr5380sbc.c
720
ncr5380_done(struct ncr5380_softc *sc)
sys/dev/ic/ncr5380sbc.c
832
ncr5380_sched(struct ncr5380_softc *sc)
sys/dev/ic/ncr5380var.h
146
int (*sc_pio_out)(struct ncr5380_softc *,
sys/dev/ic/ncr5380var.h
148
int (*sc_pio_in)(struct ncr5380_softc *,
sys/dev/ic/ncr5380var.h
150
void (*sc_dma_alloc)(struct ncr5380_softc *);
sys/dev/ic/ncr5380var.h
151
void (*sc_dma_free)(struct ncr5380_softc *);
sys/dev/ic/ncr5380var.h
153
void (*sc_dma_setup)(struct ncr5380_softc *);
sys/dev/ic/ncr5380var.h
154
void (*sc_dma_start)(struct ncr5380_softc *);
sys/dev/ic/ncr5380var.h
155
void (*sc_dma_poll)(struct ncr5380_softc *);
sys/dev/ic/ncr5380var.h
156
void (*sc_dma_eop)(struct ncr5380_softc *);
sys/dev/ic/ncr5380var.h
157
void (*sc_dma_stop)(struct ncr5380_softc *);
sys/dev/ic/ncr5380var.h
159
void (*sc_intr_on)(struct ncr5380_softc *);
sys/dev/ic/ncr5380var.h
160
void (*sc_intr_off)(struct ncr5380_softc *);
sys/dev/ic/ncr5380var.h
229
void ncr5380_attach(struct ncr5380_softc *);
sys/dev/ic/ncr5380var.h
230
int ncr5380_detach(struct ncr5380_softc *, int);
sys/dev/ic/ncr5380var.h
234
int ncr5380_pio_in(struct ncr5380_softc *, int, int, uint8_t *);
sys/dev/ic/ncr5380var.h
235
int ncr5380_pio_out(struct ncr5380_softc *, int, int, uint8_t *);
sys/dev/ic/ncr5380var.h
236
void ncr5380_init(struct ncr5380_softc *);
sys/dev/ic/ncr5380var.h
239
extern struct ncr5380_softc *ncr5380_debug_sc;
sys/dev/isa/nca_isa.c
304
struct ncr5380_softc *sc = &esc->sc_ncr5380;
sys/dev/isa/nca_isa.c
82
struct ncr5380_softc sc_ncr5380; /* glue to MI code */
sys/dev/pci/nca_pci.c
59
CFATTACH_DECL_NEW(nca_pci, sizeof(struct ncr5380_softc),
sys/dev/pci/nca_pci.c
75
struct ncr5380_softc *sc = device_private(self);
sys/dev/pcmcia/nca_pcmcia.c
114
struct ncr5380_softc *sc = &esc->sc_ncr5380;
sys/dev/pcmcia/nca_pcmcia.c
56
struct ncr5380_softc sc_ncr5380; /* glue to MI code */
sys/dev/podulebus/hcsc.c
103
struct ncr5380_softc sc_ncr5380;
sys/dev/podulebus/hcsc.c
145
struct ncr5380_softc *ncr_sc = &sc->sc_ncr5380;
sys/dev/podulebus/hcsc.c
229
hcsc_ready(struct ncr5380_softc *sc)
sys/dev/podulebus/hcsc.c
250
static inline void hcsc_wait_not_req(struct ncr5380_softc *sc)
sys/dev/podulebus/hcsc.c
265
hcsc_pdma_in(struct ncr5380_softc *ncr_sc, int phase, int datalen,
sys/dev/podulebus/hcsc.c
300
hcsc_pdma_out(struct ncr5380_softc *ncr_sc, int phase, int datalen,
sys/dev/podulebus/hcsc.c
91
static int hcsc_pdma_in(struct ncr5380_softc *, int, int, uint8_t *);
sys/dev/podulebus/hcsc.c
92
static int hcsc_pdma_out(struct ncr5380_softc *, int, int, uint8_t *);
sys/dev/podulebus/oak.c
100
struct ncr5380_softc sc_ncr5380;
sys/dev/podulebus/oak.c
140
struct ncr5380_softc *ncr_sc = &sc->sc_ncr5380;
sys/dev/podulebus/oak.c
226
oak_ready(struct ncr5380_softc *sc)
sys/dev/podulebus/oak.c
266
static inline void oak_wait_not_req(struct ncr5380_softc *sc)
sys/dev/podulebus/oak.c
280
oak_pdma_in(struct ncr5380_softc *ncr_sc, int phase, int datalen,
sys/dev/podulebus/oak.c
317
oak_pdma_out(struct ncr5380_softc *ncr_sc, int phase, int datalen,
sys/dev/podulebus/oak.c
88
static int oak_pdma_in(struct ncr5380_softc *, int, int, uint8_t *);
sys/dev/podulebus/oak.c
89
static int oak_pdma_out(struct ncr5380_softc *, int, int, uint8_t *);
sys/dev/vme/si.c
139
struct ncr5380_softc ncr_sc;
sys/dev/vme/si.c
171
static void si_reset_adapter(struct ncr5380_softc *);
sys/dev/vme/si.c
173
void si_dma_alloc(struct ncr5380_softc *);
sys/dev/vme/si.c
174
void si_dma_free(struct ncr5380_softc *);
sys/dev/vme/si.c
175
void si_dma_poll(struct ncr5380_softc *);
sys/dev/vme/si.c
177
void si_dma_setup(struct ncr5380_softc *);
sys/dev/vme/si.c
178
void si_dma_start(struct ncr5380_softc *);
sys/dev/vme/si.c
179
void si_dma_eop(struct ncr5380_softc *);
sys/dev/vme/si.c
180
void si_dma_stop(struct ncr5380_softc *);
sys/dev/vme/si.c
182
void si_intr_on (struct ncr5380_softc *);
sys/dev/vme/si.c
183
void si_intr_off(struct ncr5380_softc *);
sys/dev/vme/si.c
227
struct ncr5380_softc *ncr_sc = &sc->ncr_sc;
sys/dev/vme/si.c
362
struct ncr5380_softc *ncr_sc = &sc->ncr_sc;
sys/dev/vme/si.c
406
si_reset_adapter(struct ncr5380_softc *ncr_sc)
sys/dev/vme/si.c
448
si_dma_alloc(struct ncr5380_softc *ncr_sc)
sys/dev/vme/si.c
523
si_dma_free(struct ncr5380_softc *ncr_sc)
sys/dev/vme/si.c
558
si_dma_poll(struct ncr5380_softc *ncr_sc)
sys/dev/vme/si.c
606
si_intr_on(struct ncr5380_softc *ncr_sc)
sys/dev/vme/si.c
628
si_intr_off(struct ncr5380_softc *ncr_sc)
sys/dev/vme/si.c
650
si_dma_setup(struct ncr5380_softc *ncr_sc)
sys/dev/vme/si.c
722
si_dma_start(struct ncr5380_softc *ncr_sc)
sys/dev/vme/si.c
782
si_dma_eop(struct ncr5380_softc *ncr_sc)
sys/dev/vme/si.c
790
si_dma_stop(struct ncr5380_softc *ncr_sc)