Symbol: ncr53c9x_softc
sys/arch/amiga/dev/bzivsc.c
159
struct ncr53c9x_softc *sc = &bsc->sc_ncr53c9x;
sys/arch/amiga/dev/bzivsc.c
247
bzivsc_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/amiga/dev/bzivsc.c
255
bzivsc_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/amiga/dev/bzivsc.c
271
bzivsc_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bzivsc.c
290
bzivsc_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bzivsc.c
298
bzivsc_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bzivsc.c
332
bzivsc_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/amiga/dev/bzivsc.c
417
bzivsc_dma_go(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bzivsc.c
422
bzivsc_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bzivsc.c
427
bzivsc_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bzivsc.c
80
uint8_t bzivsc_read_reg(struct ncr53c9x_softc *, int);
sys/arch/amiga/dev/bzivsc.c
81
void bzivsc_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/amiga/dev/bzivsc.c
82
int bzivsc_dma_isintr(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bzivsc.c
83
void bzivsc_dma_reset(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bzivsc.c
84
int bzivsc_dma_intr(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bzivsc.c
85
int bzivsc_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/arch/amiga/dev/bzivsc.c
87
void bzivsc_dma_go(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bzivsc.c
88
void bzivsc_dma_stop(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bzivsc.c
89
int bzivsc_dma_isactive(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bzivscvar.h
29
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/arch/amiga/dev/bzsc.c
167
struct ncr53c9x_softc *sc = &bsc->sc_ncr53c9x;
sys/arch/amiga/dev/bzsc.c
255
bzsc_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/amiga/dev/bzsc.c
263
bzsc_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/amiga/dev/bzsc.c
279
bzsc_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bzsc.c
298
bzsc_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bzsc.c
306
bzsc_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bzsc.c
340
bzsc_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/amiga/dev/bzsc.c
424
bzsc_dma_go(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bzsc.c
429
bzsc_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bzsc.c
434
bzsc_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bzsc.c
90
uint8_t bzsc_read_reg(struct ncr53c9x_softc *, int);
sys/arch/amiga/dev/bzsc.c
91
void bzsc_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/amiga/dev/bzsc.c
92
int bzsc_dma_isintr(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bzsc.c
93
void bzsc_dma_reset(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bzsc.c
94
int bzsc_dma_intr(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bzsc.c
95
int bzsc_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/arch/amiga/dev/bzsc.c
97
void bzsc_dma_go(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bzsc.c
98
void bzsc_dma_stop(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bzsc.c
99
int bzsc_dma_isactive(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bzscvar.h
29
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/arch/amiga/dev/bztzsc.c
161
struct ncr53c9x_softc *sc = &bsc->sc_ncr53c9x;
sys/arch/amiga/dev/bztzsc.c
251
bztzsc_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/amiga/dev/bztzsc.c
259
bztzsc_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/amiga/dev/bztzsc.c
275
bztzsc_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bztzsc.c
299
bztzsc_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bztzsc.c
307
bztzsc_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bztzsc.c
341
bztzsc_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/amiga/dev/bztzsc.c
425
bztzsc_dma_go(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bztzsc.c
430
bztzsc_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bztzsc.c
435
bztzsc_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/bztzsc.c
86
uint8_t bztzsc_read_reg(struct ncr53c9x_softc *, int);
sys/arch/amiga/dev/bztzsc.c
87
void bztzsc_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/amiga/dev/bztzsc.c
88
int bztzsc_dma_isintr(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bztzsc.c
89
void bztzsc_dma_reset(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bztzsc.c
90
int bztzsc_dma_intr(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bztzsc.c
91
int bztzsc_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/arch/amiga/dev/bztzsc.c
93
void bztzsc_dma_go(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bztzsc.c
94
void bztzsc_dma_stop(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bztzsc.c
95
int bztzsc_dma_isactive(struct ncr53c9x_softc *);
sys/arch/amiga/dev/bztzscvar.h
29
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/arch/amiga/dev/cbiisc.c
155
struct ncr53c9x_softc *sc = &csc->sc_ncr53c9x;
sys/arch/amiga/dev/cbiisc.c
243
cbiisc_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/amiga/dev/cbiisc.c
251
cbiisc_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/amiga/dev/cbiisc.c
267
cbiisc_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/cbiisc.c
291
cbiisc_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/cbiisc.c
299
cbiisc_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/cbiisc.c
333
cbiisc_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/amiga/dev/cbiisc.c
418
cbiisc_dma_go(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/cbiisc.c
423
cbiisc_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/cbiisc.c
428
cbiisc_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/cbiisc.c
80
uint8_t cbiisc_read_reg(struct ncr53c9x_softc *, int);
sys/arch/amiga/dev/cbiisc.c
81
void cbiisc_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/amiga/dev/cbiisc.c
82
int cbiisc_dma_isintr(struct ncr53c9x_softc *);
sys/arch/amiga/dev/cbiisc.c
83
void cbiisc_dma_reset(struct ncr53c9x_softc *);
sys/arch/amiga/dev/cbiisc.c
84
int cbiisc_dma_intr(struct ncr53c9x_softc *);
sys/arch/amiga/dev/cbiisc.c
85
int cbiisc_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/arch/amiga/dev/cbiisc.c
87
void cbiisc_dma_go(struct ncr53c9x_softc *);
sys/arch/amiga/dev/cbiisc.c
88
void cbiisc_dma_stop(struct ncr53c9x_softc *);
sys/arch/amiga/dev/cbiisc.c
89
int cbiisc_dma_isactive(struct ncr53c9x_softc *);
sys/arch/amiga/dev/cbiiscvar.h
29
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/arch/amiga/dev/cbsc.c
159
struct ncr53c9x_softc *sc = &csc->sc_ncr53c9x;
sys/arch/amiga/dev/cbsc.c
247
cbsc_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/amiga/dev/cbsc.c
255
cbsc_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/amiga/dev/cbsc.c
271
cbsc_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/cbsc.c
298
cbsc_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/cbsc.c
306
cbsc_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/cbsc.c
340
cbsc_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/amiga/dev/cbsc.c
430
cbsc_dma_go(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/cbsc.c
435
cbsc_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/cbsc.c
440
cbsc_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/cbsc.c
80
uint8_t cbsc_read_reg(struct ncr53c9x_softc *, int);
sys/arch/amiga/dev/cbsc.c
81
void cbsc_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/amiga/dev/cbsc.c
82
int cbsc_dma_isintr(struct ncr53c9x_softc *);
sys/arch/amiga/dev/cbsc.c
83
void cbsc_dma_reset(struct ncr53c9x_softc *);
sys/arch/amiga/dev/cbsc.c
84
int cbsc_dma_intr(struct ncr53c9x_softc *);
sys/arch/amiga/dev/cbsc.c
85
int cbsc_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/arch/amiga/dev/cbsc.c
87
void cbsc_dma_go(struct ncr53c9x_softc *);
sys/arch/amiga/dev/cbsc.c
88
void cbsc_dma_stop(struct ncr53c9x_softc *);
sys/arch/amiga/dev/cbsc.c
89
int cbsc_dma_isactive(struct ncr53c9x_softc *);
sys/arch/amiga/dev/cbscvar.h
29
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/arch/amiga/dev/flsc.c
146
struct ncr53c9x_softc *sc = &fsc->sc_ncr53c9x;
sys/arch/amiga/dev/flsc.c
229
flsc_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/amiga/dev/flsc.c
237
flsc_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/amiga/dev/flsc.c
286
flsc_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/flsc.c
315
flsc_clear_latched_intr(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/flsc.c
324
flsc_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/flsc.c
353
flsc_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/flsc.c
482
flsc_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/amiga/dev/flsc.c
626
flsc_dma_go(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/flsc.c
644
flsc_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/flsc.c
657
flsc_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/amiga/dev/flsc.c
87
uint8_t flsc_read_reg(struct ncr53c9x_softc *, int);
sys/arch/amiga/dev/flsc.c
88
void flsc_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/amiga/dev/flsc.c
89
int flsc_dma_isintr(struct ncr53c9x_softc *);
sys/arch/amiga/dev/flsc.c
90
void flsc_dma_reset(struct ncr53c9x_softc *);
sys/arch/amiga/dev/flsc.c
91
int flsc_dma_intr(struct ncr53c9x_softc *);
sys/arch/amiga/dev/flsc.c
92
int flsc_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/arch/amiga/dev/flsc.c
94
void flsc_dma_go(struct ncr53c9x_softc *);
sys/arch/amiga/dev/flsc.c
95
void flsc_dma_stop(struct ncr53c9x_softc *);
sys/arch/amiga/dev/flsc.c
96
int flsc_dma_isactive(struct ncr53c9x_softc *);
sys/arch/amiga/dev/flsc.c
97
void flsc_clear_latched_intr(struct ncr53c9x_softc *);
sys/arch/amiga/dev/flscvar.h
29
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/arch/arc/jazz/asc.c
126
struct ncr53c9x_softc *sc = &asc->sc_ncr53c9x;
sys/arch/arc/jazz/asc.c
251
asc_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/arc/jazz/asc.c
259
asc_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/arc/jazz/asc.c
267
asc_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/arc/jazz/asc.c
274
asc_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/arc/jazz/asc.c
284
asc_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/arc/jazz/asc.c
378
asc_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/arc/jazz/asc.c
423
asc_dma_go(struct ncr53c9x_softc *sc)
sys/arch/arc/jazz/asc.c
435
asc_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/arc/jazz/asc.c
449
asc_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/arc/jazz/asc.c
56
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/arch/arc/jazz/asc.c
86
uint8_t asc_read_reg(struct ncr53c9x_softc *, int);
sys/arch/arc/jazz/asc.c
87
void asc_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/arc/jazz/asc.c
88
int asc_dma_isintr(struct ncr53c9x_softc *);
sys/arch/arc/jazz/asc.c
89
void asc_dma_reset(struct ncr53c9x_softc *);
sys/arch/arc/jazz/asc.c
90
int asc_dma_intr(struct ncr53c9x_softc *);
sys/arch/arc/jazz/asc.c
91
int asc_dma_setup(struct ncr53c9x_softc *, uint8_t **, size_t *, int, size_t *);
sys/arch/arc/jazz/asc.c
92
void asc_dma_go(struct ncr53c9x_softc *);
sys/arch/arc/jazz/asc.c
93
void asc_dma_stop(struct ncr53c9x_softc *);
sys/arch/arc/jazz/asc.c
94
int asc_dma_isactive(struct ncr53c9x_softc *);
sys/arch/mac68k/obio/esp.c
1002
esp_av_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/mac68k/obio/esp.c
1082
esp_av_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/mac68k/obio/esp.c
113
static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
sys/arch/mac68k/obio/esp.c
114
static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/mac68k/obio/esp.c
115
static int esp_dma_isintr(struct ncr53c9x_softc *);
sys/arch/mac68k/obio/esp.c
116
static void esp_dma_reset(struct ncr53c9x_softc *);
sys/arch/mac68k/obio/esp.c
117
static int esp_dma_intr(struct ncr53c9x_softc *);
sys/arch/mac68k/obio/esp.c
1175
esp_av_dma_go(struct ncr53c9x_softc *sc)
sys/arch/mac68k/obio/esp.c
118
static int esp_dma_setup(struct ncr53c9x_softc *, uint8_t **, size_t *,
sys/arch/mac68k/obio/esp.c
1190
esp_av_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/mac68k/obio/esp.c
120
static void esp_dma_go(struct ncr53c9x_softc *);
sys/arch/mac68k/obio/esp.c
121
static void esp_dma_stop(struct ncr53c9x_softc *);
sys/arch/mac68k/obio/esp.c
122
static int esp_dma_isactive(struct ncr53c9x_softc *);
sys/arch/mac68k/obio/esp.c
123
static void esp_dma_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/mac68k/obio/esp.c
124
static int esp_quick_dma_intr(struct ncr53c9x_softc *);
sys/arch/mac68k/obio/esp.c
125
static int esp_quick_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/arch/mac68k/obio/esp.c
127
static void esp_quick_dma_go(struct ncr53c9x_softc *);
sys/arch/mac68k/obio/esp.c
129
static void esp_av_dma_reset(struct ncr53c9x_softc *);
sys/arch/mac68k/obio/esp.c
130
static int esp_av_dma_intr(struct ncr53c9x_softc *);
sys/arch/mac68k/obio/esp.c
131
static int esp_av_dma_setup(struct ncr53c9x_softc *, uint8_t **, size_t *,
sys/arch/mac68k/obio/esp.c
133
static void esp_av_dma_go(struct ncr53c9x_softc *);
sys/arch/mac68k/obio/esp.c
134
static void esp_av_dma_stop(struct ncr53c9x_softc *);
sys/arch/mac68k/obio/esp.c
177
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/arch/mac68k/obio/esp.c
421
esp_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/mac68k/obio/esp.c
429
esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/mac68k/obio/esp.c
441
esp_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/mac68k/obio/esp.c
446
esp_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/mac68k/obio/esp.c
454
esp_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/mac68k/obio/esp.c
462
esp_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/mac68k/obio/esp.c
471
esp_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/mac68k/obio/esp.c
547
esp_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/mac68k/obio/esp.c
562
esp_dma_go(struct ncr53c9x_softc *sc)
sys/arch/mac68k/obio/esp.c
575
esp_dma_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/mac68k/obio/esp.c
587
esp_quick_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/mac68k/obio/esp.c
648
esp_quick_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/mac68k/obio/esp.c
730
esp_quick_dma_go(struct ncr53c9x_softc *sc)
sys/arch/mac68k/obio/esp.c
972
ncr53c9x_intr((struct ncr53c9x_softc *)esp0);
sys/arch/mac68k/obio/esp.c
980
ncr53c9x_intr((struct ncr53c9x_softc *)esp0);
sys/arch/mac68k/obio/esp.c
984
ncr53c9x_intr((struct ncr53c9x_softc *)esp1);
sys/arch/mac68k/obio/esp.c
989
esp_av_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/mac68k/obio/espvar.h
34
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/arch/macppc/dev/esp.c
110
static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
sys/arch/macppc/dev/esp.c
111
static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/macppc/dev/esp.c
112
static int esp_dma_isintr(struct ncr53c9x_softc *);
sys/arch/macppc/dev/esp.c
113
static void esp_dma_reset(struct ncr53c9x_softc *);
sys/arch/macppc/dev/esp.c
114
static int esp_dma_intr(struct ncr53c9x_softc *);
sys/arch/macppc/dev/esp.c
115
static int esp_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/arch/macppc/dev/esp.c
117
static void esp_dma_go(struct ncr53c9x_softc *);
sys/arch/macppc/dev/esp.c
118
static void esp_dma_stop(struct ncr53c9x_softc *);
sys/arch/macppc/dev/esp.c
119
static int esp_dma_isactive(struct ncr53c9x_softc *);
sys/arch/macppc/dev/esp.c
160
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/arch/macppc/dev/esp.c
252
esp_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/macppc/dev/esp.c
261
esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/macppc/dev/esp.c
271
esp_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/macppc/dev/esp.c
278
esp_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/macppc/dev/esp.c
287
esp_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/macppc/dev/esp.c
295
esp_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/macppc/dev/esp.c
357
esp_dma_go(struct ncr53c9x_softc *sc)
sys/arch/macppc/dev/esp.c
366
esp_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/macppc/dev/esp.c
375
esp_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/macppc/dev/esp.c
393
struct ncr53c9x_softc *nsc = (struct ncr53c9x_softc *)sc;
sys/arch/macppc/dev/esp.c
501
struct ncr53c9x_softc *sc;
sys/arch/macppc/dev/espvar.h
34
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/arch/mipsco/obio/asc.c
129
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/arch/mipsco/obio/asc.c
205
asc_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/mipsco/obio/asc.c
213
asc_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/mipsco/obio/asc.c
221
dma_status(struct ncr53c9x_softc *sc)
sys/arch/mipsco/obio/asc.c
259
asc_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/mipsco/obio/asc.c
266
asc_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/mipsco/obio/asc.c
287
asc_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/mipsco/obio/asc.c
374
asc_dma_go(struct ncr53c9x_softc *sc)
sys/arch/mipsco/obio/asc.c
385
asc_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/mipsco/obio/asc.c
474
asc_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/mipsco/obio/asc.c
485
asc_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/mipsco/obio/asc.c
533
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/arch/mipsco/obio/asc.c
60
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/arch/mipsco/obio/asc.c
88
static uint8_t asc_read_reg(struct ncr53c9x_softc *, int);
sys/arch/mipsco/obio/asc.c
89
static void asc_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/mipsco/obio/asc.c
90
static int asc_dma_isintr(struct ncr53c9x_softc *);
sys/arch/mipsco/obio/asc.c
91
static void asc_dma_reset(struct ncr53c9x_softc *);
sys/arch/mipsco/obio/asc.c
92
static int asc_dma_intr(struct ncr53c9x_softc *);
sys/arch/mipsco/obio/asc.c
93
static int asc_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/arch/mipsco/obio/asc.c
95
static void asc_dma_go(struct ncr53c9x_softc *);
sys/arch/mipsco/obio/asc.c
96
static void asc_dma_stop(struct ncr53c9x_softc *);
sys/arch/mipsco/obio/asc.c
97
static int asc_dma_isactive(struct ncr53c9x_softc *);
sys/arch/next68k/dev/esp.c
1169
esp_dma_store(struct ncr53c9x_softc *sc)
sys/arch/next68k/dev/esp.c
1270
esp_dma_print(struct ncr53c9x_softc *sc)
sys/arch/next68k/dev/esp.c
1279
esp_dma_go(struct ncr53c9x_softc *sc)
sys/arch/next68k/dev/esp.c
138
struct ncr53c9x_softc *esp_debug_sc = 0;
sys/arch/next68k/dev/esp.c
139
void esp_dma_store(struct ncr53c9x_softc *);
sys/arch/next68k/dev/esp.c
140
void esp_dma_print(struct ncr53c9x_softc *);
sys/arch/next68k/dev/esp.c
1420
esp_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/next68k/dev/esp.c
1434
esp_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/next68k/dev/esp.c
1457
struct ncr53c9x_softc *sc = (struct ncr53c9x_softc *)arg;
sys/arch/next68k/dev/esp.c
155
static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
sys/arch/next68k/dev/esp.c
156
static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/next68k/dev/esp.c
157
static int esp_dma_isintr(struct ncr53c9x_softc *);
sys/arch/next68k/dev/esp.c
158
static void esp_dma_reset(struct ncr53c9x_softc *);
sys/arch/next68k/dev/esp.c
159
static int esp_dma_intr(struct ncr53c9x_softc *);
sys/arch/next68k/dev/esp.c
160
static int esp_dma_setup(struct ncr53c9x_softc *, uint8_t **, size_t *, int,
sys/arch/next68k/dev/esp.c
162
static void esp_dma_go(struct ncr53c9x_softc *);
sys/arch/next68k/dev/esp.c
163
static void esp_dma_stop(struct ncr53c9x_softc *);
sys/arch/next68k/dev/esp.c
164
static int esp_dma_isactive(struct ncr53c9x_softc *);
sys/arch/next68k/dev/esp.c
1706
struct ncr53c9x_softc *sc = arg;
sys/arch/next68k/dev/esp.c
1756
struct ncr53c9x_softc *sc = (struct ncr53c9x_softc *)arg;
sys/arch/next68k/dev/esp.c
1866
struct ncr53c9x_softc *sc = (struct ncr53c9x_softc *)arg;
sys/arch/next68k/dev/esp.c
234
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/arch/next68k/dev/esp.c
292
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/arch/next68k/dev/esp.c
420
esp_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/next68k/dev/esp.c
428
esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/next68k/dev/esp.c
466
esp_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/next68k/dev/esp.c
482
esp_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/next68k/dev/esp.c
748
esp_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/next68k/dev/esp.c
810
esp_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/next68k/dev/espvar.h
34
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/arch/pmax/tc/asc_ioasic.c
123
struct ncr53c9x_softc *sc = &asc->sc_ncr53c9x;
sys/arch/pmax/tc/asc_ioasic.c
195
asc_ioasic_reset(struct ncr53c9x_softc *sc)
sys/arch/pmax/tc/asc_ioasic.c
213
asc_ioasic_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/pmax/tc/asc_ioasic.c
289
asc_ioasic_go(struct ncr53c9x_softc *sc)
sys/arch/pmax/tc/asc_ioasic.c
309
asc_ioasic_intr(struct ncr53c9x_softc *sc)
sys/arch/pmax/tc/asc_ioasic.c
403
asc_ioasic_stop(struct ncr53c9x_softc *sc)
sys/arch/pmax/tc/asc_ioasic.c
419
asc_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/pmax/tc/asc_ioasic.c
427
asc_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/pmax/tc/asc_ioasic.c
435
asc_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/pmax/tc/asc_ioasic.c
443
asc_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/pmax/tc/asc_ioasic.c
56
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/arch/pmax/tc/asc_ioasic.c
84
static uint8_t asc_read_reg(struct ncr53c9x_softc *, int);
sys/arch/pmax/tc/asc_ioasic.c
85
static void asc_write_reg(struct ncr53c9x_softc *, int, u_char);
sys/arch/pmax/tc/asc_ioasic.c
86
static int asc_dma_isintr(struct ncr53c9x_softc *sc);
sys/arch/pmax/tc/asc_ioasic.c
87
static void asc_ioasic_reset(struct ncr53c9x_softc *);
sys/arch/pmax/tc/asc_ioasic.c
88
static int asc_ioasic_intr(struct ncr53c9x_softc *);
sys/arch/pmax/tc/asc_ioasic.c
89
static int asc_ioasic_setup(struct ncr53c9x_softc *,
sys/arch/pmax/tc/asc_ioasic.c
91
static void asc_ioasic_go(struct ncr53c9x_softc *);
sys/arch/pmax/tc/asc_ioasic.c
92
static void asc_ioasic_stop(struct ncr53c9x_softc *);
sys/arch/pmax/tc/asc_ioasic.c
93
static int asc_dma_isactive(struct ncr53c9x_softc *);
sys/arch/sparc/dev/esp_obio.c
125
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/arch/sparc/dev/esp_obio.c
262
esp_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/sparc/dev/esp_obio.c
270
esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t v)
sys/arch/sparc/dev/esp_obio.c
278
esp_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/sparc/dev/esp_obio.c
286
esp_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/sparc/dev/esp_obio.c
294
esp_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/sparc/dev/esp_obio.c
302
esp_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/sparc/dev/esp_obio.c
311
esp_dma_go(struct ncr53c9x_softc *sc)
sys/arch/sparc/dev/esp_obio.c
319
esp_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/sparc/dev/esp_obio.c
330
esp_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/sparc/dev/esp_obio.c
62
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/arch/sparc/dev/esp_obio.c
80
static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
sys/arch/sparc/dev/esp_obio.c
81
static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/sparc/dev/esp_obio.c
82
static int esp_dma_isintr(struct ncr53c9x_softc *);
sys/arch/sparc/dev/esp_obio.c
83
static void esp_dma_reset(struct ncr53c9x_softc *);
sys/arch/sparc/dev/esp_obio.c
84
static int esp_dma_intr(struct ncr53c9x_softc *);
sys/arch/sparc/dev/esp_obio.c
85
static int esp_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/arch/sparc/dev/esp_obio.c
87
static void esp_dma_go(struct ncr53c9x_softc *);
sys/arch/sparc/dev/esp_obio.c
88
static void esp_dma_stop(struct ncr53c9x_softc *);
sys/arch/sparc/dev/esp_obio.c
89
static int esp_dma_isactive(struct ncr53c9x_softc *);
sys/arch/sun3/dev/dma.c
308
struct ncr53c9x_softc *nsc = sc->sc_client;
sys/arch/sun3/dev/esp.c
127
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/arch/sun3/dev/esp.c
254
esp_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/sun3/dev/esp.c
262
esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/sun3/dev/esp.c
270
esp_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/sun3/dev/esp.c
278
esp_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/sun3/dev/esp.c
286
esp_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/sun3/dev/esp.c
294
esp_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/sun3/dev/esp.c
303
esp_dma_go(struct ncr53c9x_softc *sc)
sys/arch/sun3/dev/esp.c
311
esp_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/sun3/dev/esp.c
319
esp_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/sun3/dev/esp.c
65
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/arch/sun3/dev/esp.c
80
static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
sys/arch/sun3/dev/esp.c
81
static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/sun3/dev/esp.c
82
static int esp_dma_isintr(struct ncr53c9x_softc *);
sys/arch/sun3/dev/esp.c
83
static void esp_dma_reset(struct ncr53c9x_softc *);
sys/arch/sun3/dev/esp.c
84
static int esp_dma_intr(struct ncr53c9x_softc *);
sys/arch/sun3/dev/esp.c
85
static int esp_dma_setup(struct ncr53c9x_softc *, uint8_t **, size_t *,
sys/arch/sun3/dev/esp.c
87
static void esp_dma_go(struct ncr53c9x_softc *);
sys/arch/sun3/dev/esp.c
88
static void esp_dma_stop(struct ncr53c9x_softc *);
sys/arch/sun3/dev/esp.c
89
static int esp_dma_isactive(struct ncr53c9x_softc *);
sys/arch/vax/vsa/asc_vsbus.c
102
static uint8_t asc_vsbus_read_reg(struct ncr53c9x_softc *, int);
sys/arch/vax/vsa/asc_vsbus.c
103
static void asc_vsbus_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/arch/vax/vsa/asc_vsbus.c
104
static int asc_vsbus_dma_isintr(struct ncr53c9x_softc *);
sys/arch/vax/vsa/asc_vsbus.c
105
static void asc_vsbus_dma_reset(struct ncr53c9x_softc *);
sys/arch/vax/vsa/asc_vsbus.c
106
static int asc_vsbus_dma_intr(struct ncr53c9x_softc *);
sys/arch/vax/vsa/asc_vsbus.c
107
static int asc_vsbus_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/arch/vax/vsa/asc_vsbus.c
109
static void asc_vsbus_dma_go(struct ncr53c9x_softc *);
sys/arch/vax/vsa/asc_vsbus.c
110
static void asc_vsbus_dma_stop(struct ncr53c9x_softc *);
sys/arch/vax/vsa/asc_vsbus.c
111
static int asc_vsbus_dma_isactive(struct ncr53c9x_softc *);
sys/arch/vax/vsa/asc_vsbus.c
178
struct ncr53c9x_softc * const sc = &asc->sc_ncr53c9x;
sys/arch/vax/vsa/asc_vsbus.c
305
asc_vsbus_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/arch/vax/vsa/asc_vsbus.c
314
asc_vsbus_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/arch/vax/vsa/asc_vsbus.c
323
asc_vsbus_dma_isintr(struct ncr53c9x_softc *sc)
sys/arch/vax/vsa/asc_vsbus.c
332
asc_vsbus_dma_reset(struct ncr53c9x_softc *sc)
sys/arch/vax/vsa/asc_vsbus.c
342
asc_vsbus_dma_intr(struct ncr53c9x_softc *sc)
sys/arch/vax/vsa/asc_vsbus.c
397
asc_vsbus_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/arch/vax/vsa/asc_vsbus.c
445
asc_vsbus_dma_go(struct ncr53c9x_softc *sc)
sys/arch/vax/vsa/asc_vsbus.c
453
asc_vsbus_dma_stop(struct ncr53c9x_softc *sc)
sys/arch/vax/vsa/asc_vsbus.c
470
asc_vsbus_dma_isactive(struct ncr53c9x_softc *sc)
sys/arch/vax/vsa/asc_vsbus.c
64
struct ncr53c9x_softc sc_ncr53c9x; /* Must be first */
sys/dev/ic/lsi64854.c
374
struct ncr53c9x_softc *nsc = sc->sc_client;
sys/dev/ic/ncr53c9x.c
1009
ncr53c9x_poll(struct ncr53c9x_softc *sc, struct scsipi_xfer *xs, int count)
sys/dev/ic/ncr53c9x.c
103
static void ncr53c9x_readregs(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9x.c
1039
struct ncr53c9x_softc *sc;
sys/dev/ic/ncr53c9x.c
104
static void ncr53c9x_select(struct ncr53c9x_softc *, struct ncr53c9x_ecb *);
sys/dev/ic/ncr53c9x.c
105
static int ncr53c9x_reselect(struct ncr53c9x_softc *, int, int, int);
sys/dev/ic/ncr53c9x.c
1068
ncr53c9x_sched(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
107
static void ncr53c9x_scsi_reset(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9x.c
109
static void ncr53c9x_clear(struct ncr53c9x_softc *, scsipi_xfer_result_t);
sys/dev/ic/ncr53c9x.c
110
static int ncr53c9x_poll(struct ncr53c9x_softc *,
sys/dev/ic/ncr53c9x.c
112
static void ncr53c9x_sched(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9x.c
113
static void ncr53c9x_done(struct ncr53c9x_softc *, struct ncr53c9x_ecb *);
sys/dev/ic/ncr53c9x.c
114
static void ncr53c9x_msgin(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9x.c
115
static void ncr53c9x_msgout(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9x.c
1165
ncr53c9x_sense(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
118
static void ncr53c9x_dequeue(struct ncr53c9x_softc *,
sys/dev/ic/ncr53c9x.c
1206
ncr53c9x_done(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
123
void ncr53c9x_sense(struct ncr53c9x_softc *, struct ncr53c9x_ecb *);
sys/dev/ic/ncr53c9x.c
124
void ncr53c9x_free_ecb(struct ncr53c9x_softc *, struct ncr53c9x_ecb *);
sys/dev/ic/ncr53c9x.c
125
struct ncr53c9x_ecb *ncr53c9x_get_ecb(struct ncr53c9x_softc *, int);
sys/dev/ic/ncr53c9x.c
127
static inline int ncr53c9x_stp2cpb(struct ncr53c9x_softc *, int);
sys/dev/ic/ncr53c9x.c
128
static inline void ncr53c9x_setsync(struct ncr53c9x_softc *,
sys/dev/ic/ncr53c9x.c
1287
ncr53c9x_dequeue(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
130
void ncr53c9x_update_xfer_mode (struct ncr53c9x_softc *, int);
sys/dev/ic/ncr53c9x.c
134
static void ncr53c9x_wrfifo(struct ncr53c9x_softc *, uint8_t *, int);
sys/dev/ic/ncr53c9x.c
1341
ncr53c9x_flushfifo(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
1354
ncr53c9x_rdfifo(struct ncr53c9x_softc *sc, int how)
sys/dev/ic/ncr53c9x.c
136
static int ncr53c9x_rdfifo(struct ncr53c9x_softc *, int);
sys/dev/ic/ncr53c9x.c
1420
ncr53c9x_wrfifo(struct ncr53c9x_softc *sc, uint8_t *p, int len)
sys/dev/ic/ncr53c9x.c
1442
ncr53c9x_reselect(struct ncr53c9x_softc *sc, int message, int tagtype,
sys/dev/ic/ncr53c9x.c
1550
ncr53c9x_msgin(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
1909
ncr53c9x_msgout(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
192
ncr53c9x_attach(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
2084
struct ncr53c9x_softc *sc = arg;
sys/dev/ic/ncr53c9x.c
2867
ncr53c9x_abort(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
2904
struct ncr53c9x_softc *sc;
sys/dev/ic/ncr53c9x.c
2957
struct ncr53c9x_softc *sc = arg;
sys/dev/ic/ncr53c9x.c
306
ncr53c9x_detach(struct ncr53c9x_softc *sc, int flags)
sys/dev/ic/ncr53c9x.c
353
ncr53c9x_reset(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
431
ncr53c9x_scsi_reset(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
445
ncr53c9x_clear(struct ncr53c9x_softc *sc, scsipi_xfer_result_t result)
sys/dev/ic/ncr53c9x.c
492
ncr53c9x_init(struct ncr53c9x_softc *sc, int doreset)
sys/dev/ic/ncr53c9x.c
576
ncr53c9x_readregs(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
607
ncr53c9x_stp2cpb(struct ncr53c9x_softc *sc, int period)
sys/dev/ic/ncr53c9x.c
619
ncr53c9x_setsync(struct ncr53c9x_softc *sc, struct ncr53c9x_tinfo *ti)
sys/dev/ic/ncr53c9x.c
670
ncr53c9x_select(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
821
ncr53c9x_free_ecb(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
833
ncr53c9x_get_ecb(struct ncr53c9x_softc *sc, int flags)
sys/dev/ic/ncr53c9x.c
862
struct ncr53c9x_softc *sc;
sys/dev/ic/ncr53c9x.c
981
ncr53c9x_update_xfer_mode(struct ncr53c9x_softc *sc, int target)
sys/dev/ic/ncr53c9xvar.h
240
struct ncr53c9x_softc;
sys/dev/ic/ncr53c9xvar.h
247
uint8_t (*gl_read_reg)(struct ncr53c9x_softc *, int);
sys/dev/ic/ncr53c9xvar.h
248
void (*gl_write_reg)(struct ncr53c9x_softc *, int, uint8_t);
sys/dev/ic/ncr53c9xvar.h
249
int (*gl_dma_isintr)(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
250
void (*gl_dma_reset)(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
251
int (*gl_dma_intr)(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
252
int (*gl_dma_setup)(struct ncr53c9x_softc *,
sys/dev/ic/ncr53c9xvar.h
254
void (*gl_dma_go)(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
255
void (*gl_dma_stop)(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
256
int (*gl_dma_isactive)(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
259
void (*gl_clear_latched_intr)(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
437
void ncr53c9x_attach(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
438
int ncr53c9x_detach(struct ncr53c9x_softc *, int);
sys/dev/ic/ncr53c9xvar.h
441
void ncr53c9x_reset(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
443
void ncr53c9x_init(struct ncr53c9x_softc *, int);
sys/dev/ic/ncr53c9xvar.h
444
void ncr53c9x_abort(struct ncr53c9x_softc *, struct ncr53c9x_ecb *);
sys/dev/isa/esp_isa.c
139
uint8_t esp_isa_read_reg(struct ncr53c9x_softc *, int);
sys/dev/isa/esp_isa.c
140
void esp_isa_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/dev/isa/esp_isa.c
141
int esp_isa_dma_isintr(struct ncr53c9x_softc *);
sys/dev/isa/esp_isa.c
142
void esp_isa_dma_reset(struct ncr53c9x_softc *);
sys/dev/isa/esp_isa.c
143
int esp_isa_dma_intr(struct ncr53c9x_softc *);
sys/dev/isa/esp_isa.c
144
int esp_isa_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/dev/isa/esp_isa.c
146
void esp_isa_dma_go(struct ncr53c9x_softc *);
sys/dev/isa/esp_isa.c
147
void esp_isa_dma_stop(struct ncr53c9x_softc *);
sys/dev/isa/esp_isa.c
148
int esp_isa_dma_isactive(struct ncr53c9x_softc *);
sys/dev/isa/esp_isa.c
248
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/dev/isa/esp_isa.c
360
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/dev/isa/esp_isa.c
417
esp_isa_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/dev/isa/esp_isa.c
432
esp_isa_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/dev/isa/esp_isa.c
449
esp_isa_dma_isintr(struct ncr53c9x_softc *sc)
sys/dev/isa/esp_isa.c
458
esp_isa_dma_reset(struct ncr53c9x_softc *sc)
sys/dev/isa/esp_isa.c
469
esp_isa_dma_intr(struct ncr53c9x_softc *sc)
sys/dev/isa/esp_isa.c
543
esp_isa_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/dev/isa/esp_isa.c
560
esp_isa_dma_go(struct ncr53c9x_softc *sc)
sys/dev/isa/esp_isa.c
570
esp_isa_dma_stop(struct ncr53c9x_softc *sc)
sys/dev/isa/esp_isa.c
576
esp_isa_dma_isactive(struct ncr53c9x_softc *sc)
sys/dev/isa/esp_isavar.h
64
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/dev/mca/esp_mca.c
100
static void esp_dma_reset(struct ncr53c9x_softc *);
sys/dev/mca/esp_mca.c
101
static int esp_dma_intr(struct ncr53c9x_softc *);
sys/dev/mca/esp_mca.c
102
static int esp_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/dev/mca/esp_mca.c
104
static void esp_dma_go(struct ncr53c9x_softc *);
sys/dev/mca/esp_mca.c
105
static void esp_dma_stop(struct ncr53c9x_softc *);
sys/dev/mca/esp_mca.c
106
static int esp_dma_isactive(struct ncr53c9x_softc *);
sys/dev/mca/esp_mca.c
138
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/dev/mca/esp_mca.c
264
esp_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/dev/mca/esp_mca.c
272
esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/dev/mca/esp_mca.c
280
esp_dma_isintr(struct ncr53c9x_softc *sc)
sys/dev/mca/esp_mca.c
290
esp_dma_reset(struct ncr53c9x_softc *sc)
sys/dev/mca/esp_mca.c
308
esp_dma_intr(struct ncr53c9x_softc *sc)
sys/dev/mca/esp_mca.c
353
esp_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/dev/mca/esp_mca.c
390
esp_dma_go(struct ncr53c9x_softc *sc)
sys/dev/mca/esp_mca.c
400
esp_dma_stop(struct ncr53c9x_softc *sc)
sys/dev/mca/esp_mca.c
409
esp_dma_isactive(struct ncr53c9x_softc *sc)
sys/dev/mca/esp_mca.c
97
static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
sys/dev/mca/esp_mca.c
98
static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/dev/mca/esp_mca.c
99
static int esp_dma_isintr(struct ncr53c9x_softc *);
sys/dev/mca/espvar.h
34
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/dev/pci/pcscp.c
109
static uint8_t pcscp_read_reg(struct ncr53c9x_softc *, int);
sys/dev/pci/pcscp.c
110
static void pcscp_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/dev/pci/pcscp.c
111
static int pcscp_dma_isintr(struct ncr53c9x_softc *);
sys/dev/pci/pcscp.c
112
static void pcscp_dma_reset(struct ncr53c9x_softc *);
sys/dev/pci/pcscp.c
113
static int pcscp_dma_intr(struct ncr53c9x_softc *);
sys/dev/pci/pcscp.c
114
static int pcscp_dma_setup(struct ncr53c9x_softc *, uint8_t **, size_t *,
sys/dev/pci/pcscp.c
116
static void pcscp_dma_go(struct ncr53c9x_softc *);
sys/dev/pci/pcscp.c
117
static void pcscp_dma_stop(struct ncr53c9x_softc *);
sys/dev/pci/pcscp.c
118
static int pcscp_dma_isactive(struct ncr53c9x_softc *);
sys/dev/pci/pcscp.c
155
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/dev/pci/pcscp.c
329
pcscp_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/dev/pci/pcscp.c
337
pcscp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t v)
sys/dev/pci/pcscp.c
345
pcscp_dma_isintr(struct ncr53c9x_softc *sc)
sys/dev/pci/pcscp.c
353
pcscp_dma_reset(struct ncr53c9x_softc *sc)
sys/dev/pci/pcscp.c
363
pcscp_dma_intr(struct ncr53c9x_softc *sc)
sys/dev/pci/pcscp.c
515
pcscp_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/dev/pci/pcscp.c
579
pcscp_dma_go(struct ncr53c9x_softc *sc)
sys/dev/pci/pcscp.c
615
pcscp_dma_stop(struct ncr53c9x_softc *sc)
sys/dev/pci/pcscp.c
629
pcscp_dma_isactive(struct ncr53c9x_softc *sc)
sys/dev/pci/pcscp.c
68
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/dev/pcmcia/esp_pcmcia.c
101
void esp_pcmcia_dma_go(struct ncr53c9x_softc *);
sys/dev/pcmcia/esp_pcmcia.c
102
void esp_pcmcia_dma_stop(struct ncr53c9x_softc *);
sys/dev/pcmcia/esp_pcmcia.c
103
int esp_pcmcia_dma_isactive(struct ncr53c9x_softc *);
sys/dev/pcmcia/esp_pcmcia.c
153
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/dev/pcmcia/esp_pcmcia.c
187
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/dev/pcmcia/esp_pcmcia.c
286
esp_pcmcia_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/dev/pcmcia/esp_pcmcia.c
294
esp_pcmcia_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/dev/pcmcia/esp_pcmcia.c
305
esp_pcmcia_dma_isintr(struct ncr53c9x_softc *sc)
sys/dev/pcmcia/esp_pcmcia.c
312
esp_pcmcia_dma_reset(struct ncr53c9x_softc *sc)
sys/dev/pcmcia/esp_pcmcia.c
321
esp_pcmcia_dma_intr(struct ncr53c9x_softc *sc)
sys/dev/pcmcia/esp_pcmcia.c
390
esp_pcmcia_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/dev/pcmcia/esp_pcmcia.c
405
esp_pcmcia_dma_go(struct ncr53c9x_softc *sc)
sys/dev/pcmcia/esp_pcmcia.c
413
esp_pcmcia_dma_stop(struct ncr53c9x_softc *sc)
sys/dev/pcmcia/esp_pcmcia.c
418
esp_pcmcia_dma_isactive(struct ncr53c9x_softc *sc)
sys/dev/pcmcia/esp_pcmcia.c
55
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/dev/pcmcia/esp_pcmcia.c
94
uint8_t esp_pcmcia_read_reg(struct ncr53c9x_softc *, int);
sys/dev/pcmcia/esp_pcmcia.c
95
void esp_pcmcia_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/dev/pcmcia/esp_pcmcia.c
96
int esp_pcmcia_dma_isintr(struct ncr53c9x_softc *);
sys/dev/pcmcia/esp_pcmcia.c
97
void esp_pcmcia_dma_reset(struct ncr53c9x_softc *);
sys/dev/pcmcia/esp_pcmcia.c
98
int esp_pcmcia_dma_intr(struct ncr53c9x_softc *);
sys/dev/pcmcia/esp_pcmcia.c
99
int esp_pcmcia_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/dev/podulebus/esp_podule.c
100
void (*write_reg)(struct ncr53c9x_softc *, int, uint8_t);
sys/dev/podulebus/esp_podule.c
124
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/dev/podulebus/esp_podule.c
171
esp_podule_dma_isintr(struct ncr53c9x_softc *sc)
sys/dev/podulebus/esp_podule.c
178
esp_podule_dma_reset(struct ncr53c9x_softc *sc)
sys/dev/podulebus/esp_podule.c
187
esp_podule_dma_intr(struct ncr53c9x_softc *sc)
sys/dev/podulebus/esp_podule.c
257
esp_podule_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/dev/podulebus/esp_podule.c
272
esp_podule_dma_go(struct ncr53c9x_softc *sc)
sys/dev/podulebus/esp_podule.c
286
esp_podule_dma_stop(struct ncr53c9x_softc *sc)
sys/dev/podulebus/esp_podule.c
292
esp_podule_dma_isactive(struct ncr53c9x_softc *sc)
sys/dev/podulebus/esp_podule.c
310
castle_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/dev/podulebus/esp_podule.c
320
castle_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/dev/podulebus/esp_podule.c
46
struct ncr53c9x_softc sc_ncr53c9x;
sys/dev/podulebus/esp_podule.c
65
static int esp_podule_dma_isintr(struct ncr53c9x_softc *);
sys/dev/podulebus/esp_podule.c
66
static void esp_podule_dma_reset(struct ncr53c9x_softc *);
sys/dev/podulebus/esp_podule.c
67
static int esp_podule_dma_intr(struct ncr53c9x_softc *);
sys/dev/podulebus/esp_podule.c
68
static int esp_podule_dma_setup(struct ncr53c9x_softc *, uint8_t **, size_t *,
sys/dev/podulebus/esp_podule.c
70
static void esp_podule_dma_go(struct ncr53c9x_softc *);
sys/dev/podulebus/esp_podule.c
71
static void esp_podule_dma_stop(struct ncr53c9x_softc *);
sys/dev/podulebus/esp_podule.c
72
static int esp_podule_dma_isactive(struct ncr53c9x_softc *);
sys/dev/podulebus/esp_podule.c
74
static uint8_t castle_read_reg(struct ncr53c9x_softc *, int);
sys/dev/podulebus/esp_podule.c
75
static void castle_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/dev/podulebus/esp_podule.c
99
uint8_t (*read_reg)(struct ncr53c9x_softc *, int);
sys/dev/sbus/esp_sbus.c
100
static void esp_dma_go(struct ncr53c9x_softc *);
sys/dev/sbus/esp_sbus.c
101
static void esp_dma_stop(struct ncr53c9x_softc *);
sys/dev/sbus/esp_sbus.c
102
static int esp_dma_isactive(struct ncr53c9x_softc *);
sys/dev/sbus/esp_sbus.c
152
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/dev/sbus/esp_sbus.c
346
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/dev/sbus/esp_sbus.c
401
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/dev/sbus/esp_sbus.c
575
esp_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/dev/sbus/esp_sbus.c
591
esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t v)
sys/dev/sbus/esp_sbus.c
605
esp_rdreg1(struct ncr53c9x_softc *sc, int reg)
sys/dev/sbus/esp_sbus.c
613
esp_wrreg1(struct ncr53c9x_softc *sc, int reg, uint8_t v)
sys/dev/sbus/esp_sbus.c
621
esp_dma_isintr(struct ncr53c9x_softc *sc)
sys/dev/sbus/esp_sbus.c
629
esp_dma_reset(struct ncr53c9x_softc *sc)
sys/dev/sbus/esp_sbus.c
637
esp_dma_intr(struct ncr53c9x_softc *sc)
sys/dev/sbus/esp_sbus.c
645
esp_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/dev/sbus/esp_sbus.c
65
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/dev/sbus/esp_sbus.c
654
esp_dma_go(struct ncr53c9x_softc *sc)
sys/dev/sbus/esp_sbus.c
662
esp_dma_stop(struct ncr53c9x_softc *sc)
sys/dev/sbus/esp_sbus.c
673
esp_dma_isactive(struct ncr53c9x_softc *sc)
sys/dev/sbus/esp_sbus.c
709
struct ncr53c9x_softc *sc;
sys/dev/sbus/esp_sbus.c
91
static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
sys/dev/sbus/esp_sbus.c
92
static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/dev/sbus/esp_sbus.c
93
static uint8_t esp_rdreg1(struct ncr53c9x_softc *, int);
sys/dev/sbus/esp_sbus.c
94
static void esp_wrreg1(struct ncr53c9x_softc *, int, uint8_t);
sys/dev/sbus/esp_sbus.c
95
static int esp_dma_isintr(struct ncr53c9x_softc *);
sys/dev/sbus/esp_sbus.c
96
static void esp_dma_reset(struct ncr53c9x_softc *);
sys/dev/sbus/esp_sbus.c
97
static int esp_dma_intr(struct ncr53c9x_softc *);
sys/dev/sbus/esp_sbus.c
98
static int esp_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/dev/tc/asc_tc.c
128
struct ncr53c9x_softc *sc = &asc->sc_ncr53c9x;
sys/dev/tc/asc_tc.c
193
asc_tc_reset(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tc.c
201
asc_tc_intr(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tc.c
228
asc_tc_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/dev/tc/asc_tc.c
269
asc_tc_go(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tc.c
286
asc_tc_stop(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tc.c
301
asc_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/dev/tc/asc_tc.c
310
asc_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
sys/dev/tc/asc_tc.c
319
asc_dma_isintr(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tc.c
326
asc_dma_isactive(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tc.c
53
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/dev/tc/asc_tc.c
74
static uint8_t asc_read_reg(struct ncr53c9x_softc *, int);
sys/dev/tc/asc_tc.c
75
static void asc_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/dev/tc/asc_tc.c
76
static int asc_dma_isintr(struct ncr53c9x_softc *);
sys/dev/tc/asc_tc.c
77
static void asc_tc_reset(struct ncr53c9x_softc *);
sys/dev/tc/asc_tc.c
78
static int asc_tc_intr(struct ncr53c9x_softc *);
sys/dev/tc/asc_tc.c
79
static int asc_tc_setup(struct ncr53c9x_softc *, uint8_t **,
sys/dev/tc/asc_tc.c
81
static void asc_tc_go(struct ncr53c9x_softc *);
sys/dev/tc/asc_tc.c
82
static void asc_tc_stop(struct ncr53c9x_softc *);
sys/dev/tc/asc_tc.c
83
static int asc_dma_isactive(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
105
static uint8_t asc_read_reg(struct ncr53c9x_softc *, int);
sys/dev/tc/asc_tcds.c
106
static void asc_write_reg(struct ncr53c9x_softc *, int, uint8_t);
sys/dev/tc/asc_tcds.c
107
static int tcds_dma_isintr(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
108
static void tcds_dma_reset(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
109
static int tcds_dma_intr(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
110
static int tcds_dma_setup(struct ncr53c9x_softc *, uint8_t **,
sys/dev/tc/asc_tcds.c
112
static void tcds_dma_go(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
113
static void tcds_dma_stop(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
114
static int tcds_dma_isactive(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
115
static void tcds_clear_latched_intr(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
147
struct ncr53c9x_softc *sc = &asc->sc_ncr53c9x;
sys/dev/tc/asc_tcds.c
228
tcds_dma_reset(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tcds.c
244
tcds_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
sys/dev/tc/asc_tcds.c
301
tcds_dma_go(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tcds.c
313
tcds_dma_stop(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tcds.c
332
tcds_dma_intr(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tcds.c
458
asc_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/dev/tc/asc_tcds.c
470
asc_write_reg(struct ncr53c9x_softc *sc, int reg, u_char val)
sys/dev/tc/asc_tcds.c
479
tcds_dma_isintr(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tcds.c
491
tcds_dma_isactive(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tcds.c
499
tcds_clear_latched_intr(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tcds.c
81
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */