Symbol: ncr53c9x_softc
sys/dev/ic/lsi64854.c
376
struct ncr53c9x_softc *nsc = sc->sc_client;
sys/dev/ic/ncr53c9x.c
101
/*static*/ void ncr53c9x_sched(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9x.c
102
/*static*/ void ncr53c9x_done(struct ncr53c9x_softc *,
sys/dev/ic/ncr53c9x.c
104
/*static*/ void ncr53c9x_msgin(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9x.c
105
/*static*/ void ncr53c9x_msgout(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9x.c
1053
ncr53c9x_sense(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
107
/*static*/ void ncr53c9x_abort(struct ncr53c9x_softc *,
sys/dev/ic/ncr53c9x.c
109
/*static*/ void ncr53c9x_dequeue(struct ncr53c9x_softc *,
sys/dev/ic/ncr53c9x.c
1093
ncr53c9x_done(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
112
void ncr53c9x_sense(struct ncr53c9x_softc *,
sys/dev/ic/ncr53c9x.c
1167
ncr53c9x_dequeue(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
117
static inline int ncr53c9x_stp2cpb(struct ncr53c9x_softc *, int);
sys/dev/ic/ncr53c9x.c
118
static inline void ncr53c9x_setsync(struct ncr53c9x_softc *,
sys/dev/ic/ncr53c9x.c
1220
ncr53c9x_flushfifo(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
123
static void ncr53c9x_wrfifo(struct ncr53c9x_softc *, u_char *, int);
sys/dev/ic/ncr53c9x.c
1232
ncr53c9x_rdfifo(struct ncr53c9x_softc *sc, int how)
sys/dev/ic/ncr53c9x.c
124
static int ncr53c9x_rdfifo(struct ncr53c9x_softc *, int);
sys/dev/ic/ncr53c9x.c
1296
ncr53c9x_wrfifo(struct ncr53c9x_softc *sc, u_char *p, int len)
sys/dev/ic/ncr53c9x.c
1318
ncr53c9x_reselect(struct ncr53c9x_softc *sc, int message, int tagtype,
sys/dev/ic/ncr53c9x.c
1422
ncr53c9x_msgin(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
1768
ncr53c9x_msgout(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
191
ncr53c9x_attach(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
1938
struct ncr53c9x_softc *sc = arg;
sys/dev/ic/ncr53c9x.c
2691
ncr53c9x_abort(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
2733
struct ncr53c9x_softc *sc = sc_link->bus->sb_adapter_softc;
sys/dev/ic/ncr53c9x.c
283
ncr53c9x_reset(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
355
ncr53c9x_scsi_reset(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
368
ncr53c9x_init(struct ncr53c9x_softc *sc, int doreset)
sys/dev/ic/ncr53c9x.c
482
ncr53c9x_readregs(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
514
ncr53c9x_stp2cpb(struct ncr53c9x_softc *sc, int period)
sys/dev/ic/ncr53c9x.c
525
ncr53c9x_setsync(struct ncr53c9x_softc *sc, struct ncr53c9x_tinfo *ti)
sys/dev/ic/ncr53c9x.c
577
ncr53c9x_select(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
758
struct ncr53c9x_softc *sc = sc_link->bus->sb_adapter_softc;
sys/dev/ic/ncr53c9x.c
785
struct ncr53c9x_softc *sc = sc_link->bus->sb_adapter_softc;
sys/dev/ic/ncr53c9x.c
811
struct ncr53c9x_softc *sc = sc_link->bus->sb_adapter_softc;
sys/dev/ic/ncr53c9x.c
882
ncr53c9x_poll(struct ncr53c9x_softc *sc, struct scsi_xfer *xs, int count)
sys/dev/ic/ncr53c9x.c
926
ncr53c9x_sched(struct ncr53c9x_softc *sc)
sys/dev/ic/ncr53c9x.c
94
/*static*/ void ncr53c9x_readregs(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9x.c
95
/*static*/ void ncr53c9x_select(struct ncr53c9x_softc *,
sys/dev/ic/ncr53c9x.c
97
/*static*/ int ncr53c9x_reselect(struct ncr53c9x_softc *, int, int, int);
sys/dev/ic/ncr53c9x.c
98
/*static*/ void ncr53c9x_scsi_reset(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9x.c
99
/*static*/ int ncr53c9x_poll(struct ncr53c9x_softc *,
sys/dev/ic/ncr53c9xvar.h
232
struct ncr53c9x_softc;
sys/dev/ic/ncr53c9xvar.h
239
u_char (*gl_read_reg)(struct ncr53c9x_softc *, int);
sys/dev/ic/ncr53c9xvar.h
240
void (*gl_write_reg)(struct ncr53c9x_softc *, int, u_char);
sys/dev/ic/ncr53c9xvar.h
241
int (*gl_dma_isintr)(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
242
void (*gl_dma_reset)(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
243
int (*gl_dma_intr)(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
244
int (*gl_dma_setup)(struct ncr53c9x_softc *,
sys/dev/ic/ncr53c9xvar.h
246
void (*gl_dma_go)(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
247
void (*gl_dma_stop)(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
248
int (*gl_dma_isactive)(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
251
void (*gl_clear_latched_intr)(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
420
void ncr53c9x_attach(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
421
void ncr53c9x_reset(struct ncr53c9x_softc *);
sys/dev/ic/ncr53c9xvar.h
423
void ncr53c9x_init(struct ncr53c9x_softc *, int);
sys/dev/pci/pcscp.c
109
u_char pcscp_read_reg(struct ncr53c9x_softc *, int);
sys/dev/pci/pcscp.c
110
void pcscp_write_reg(struct ncr53c9x_softc *, int, u_char);
sys/dev/pci/pcscp.c
111
int pcscp_dma_isintr(struct ncr53c9x_softc *);
sys/dev/pci/pcscp.c
112
void pcscp_dma_reset(struct ncr53c9x_softc *);
sys/dev/pci/pcscp.c
113
int pcscp_dma_intr(struct ncr53c9x_softc *);
sys/dev/pci/pcscp.c
114
int pcscp_dma_setup(struct ncr53c9x_softc *, caddr_t *,
sys/dev/pci/pcscp.c
116
void pcscp_dma_go(struct ncr53c9x_softc *);
sys/dev/pci/pcscp.c
117
void pcscp_dma_stop(struct ncr53c9x_softc *);
sys/dev/pci/pcscp.c
118
int pcscp_dma_isactive(struct ncr53c9x_softc *);
sys/dev/pci/pcscp.c
156
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/dev/pci/pcscp.c
317
pcscp_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/dev/pci/pcscp.c
325
pcscp_write_reg(struct ncr53c9x_softc *sc, int reg, u_char v)
sys/dev/pci/pcscp.c
333
pcscp_dma_isintr(struct ncr53c9x_softc *sc)
sys/dev/pci/pcscp.c
341
pcscp_dma_reset(struct ncr53c9x_softc *sc)
sys/dev/pci/pcscp.c
351
pcscp_dma_intr(struct ncr53c9x_softc *sc)
sys/dev/pci/pcscp.c
497
pcscp_dma_setup(struct ncr53c9x_softc *sc, caddr_t *addr, size_t *len,
sys/dev/pci/pcscp.c
561
pcscp_dma_go(struct ncr53c9x_softc *sc)
sys/dev/pci/pcscp.c
597
pcscp_dma_stop(struct ncr53c9x_softc *sc)
sys/dev/pci/pcscp.c
611
pcscp_dma_isactive(struct ncr53c9x_softc *sc)
sys/dev/pci/pcscp.c
64
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/dev/sbus/esp_sbus.c
148
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/dev/sbus/esp_sbus.c
331
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/dev/sbus/esp_sbus.c
389
struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
sys/dev/sbus/esp_sbus.c
554
esp_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/dev/sbus/esp_sbus.c
569
esp_write_reg(struct ncr53c9x_softc *sc, int reg, u_char v)
sys/dev/sbus/esp_sbus.c
582
esp_rdreg1(struct ncr53c9x_softc *sc, int reg)
sys/dev/sbus/esp_sbus.c
590
esp_wrreg1(struct ncr53c9x_softc *sc, int reg, u_char v)
sys/dev/sbus/esp_sbus.c
598
esp_dma_isintr(struct ncr53c9x_softc *sc)
sys/dev/sbus/esp_sbus.c
606
esp_dma_reset(struct ncr53c9x_softc *sc)
sys/dev/sbus/esp_sbus.c
61
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
sys/dev/sbus/esp_sbus.c
614
esp_dma_intr(struct ncr53c9x_softc *sc)
sys/dev/sbus/esp_sbus.c
622
esp_dma_setup(struct ncr53c9x_softc *sc, caddr_t *addr, size_t *len,
sys/dev/sbus/esp_sbus.c
631
esp_dma_go(struct ncr53c9x_softc *sc)
sys/dev/sbus/esp_sbus.c
639
esp_dma_stop(struct ncr53c9x_softc *sc)
sys/dev/sbus/esp_sbus.c
650
esp_dma_isactive(struct ncr53c9x_softc *sc)
sys/dev/sbus/esp_sbus.c
666
struct ncr53c9x_softc *sc;
sys/dev/sbus/esp_sbus.c
672
sc = (struct ncr53c9x_softc *)
sys/dev/sbus/esp_sbus.c
88
static u_char esp_read_reg(struct ncr53c9x_softc *, int);
sys/dev/sbus/esp_sbus.c
89
static void esp_write_reg(struct ncr53c9x_softc *, int, u_char);
sys/dev/sbus/esp_sbus.c
90
static u_char esp_rdreg1(struct ncr53c9x_softc *, int);
sys/dev/sbus/esp_sbus.c
91
static void esp_wrreg1(struct ncr53c9x_softc *, int, u_char);
sys/dev/sbus/esp_sbus.c
92
static int esp_dma_isintr(struct ncr53c9x_softc *);
sys/dev/sbus/esp_sbus.c
93
static void esp_dma_reset(struct ncr53c9x_softc *);
sys/dev/sbus/esp_sbus.c
94
static int esp_dma_intr(struct ncr53c9x_softc *);
sys/dev/sbus/esp_sbus.c
95
static int esp_dma_setup(struct ncr53c9x_softc *, caddr_t *,
sys/dev/sbus/esp_sbus.c
97
static void esp_dma_go(struct ncr53c9x_softc *);
sys/dev/sbus/esp_sbus.c
98
static void esp_dma_stop(struct ncr53c9x_softc *);
sys/dev/sbus/esp_sbus.c
99
static int esp_dma_isactive(struct ncr53c9x_softc *);
sys/dev/tc/asc.c
77
asc_read_reg(struct ncr53c9x_softc *sc, int reg)
sys/dev/tc/asc.c
89
asc_write_reg(struct ncr53c9x_softc *sc, int reg, u_char val)
sys/dev/tc/asc_tc.c
118
struct ncr53c9x_softc *sc = &asc->asc.sc_ncr53c9x;
sys/dev/tc/asc_tc.c
180
asc_tc_reset(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tc.c
188
asc_tc_intr(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tc.c
215
asc_tc_setup(struct ncr53c9x_softc *sc, caddr_t *addr, size_t *len, int datain,
sys/dev/tc/asc_tc.c
257
asc_tc_go(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tc.c
275
asc_tc_stop(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tc.c
290
asc_dma_isintr(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tc.c
296
asc_dma_isactive(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tc.c
304
asc_clear_latched_intr(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tc.c
64
int asc_dma_isintr(struct ncr53c9x_softc *);
sys/dev/tc/asc_tc.c
65
void asc_tc_reset(struct ncr53c9x_softc *);
sys/dev/tc/asc_tc.c
66
int asc_tc_intr(struct ncr53c9x_softc *);
sys/dev/tc/asc_tc.c
67
int asc_tc_setup(struct ncr53c9x_softc *, caddr_t *,
sys/dev/tc/asc_tc.c
69
void asc_tc_go(struct ncr53c9x_softc *);
sys/dev/tc/asc_tc.c
70
void asc_tc_stop(struct ncr53c9x_softc *);
sys/dev/tc/asc_tc.c
71
int asc_dma_isactive(struct ncr53c9x_softc *);
sys/dev/tc/asc_tc.c
72
void asc_clear_latched_intr(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
100
int tcds_dma_isactive(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
101
void tcds_clear_latched_intr(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
134
struct ncr53c9x_softc *sc = &asc->asc.sc_ncr53c9x;
sys/dev/tc/asc_tcds.c
211
tcds_dma_reset(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tcds.c
227
tcds_dma_setup(struct ncr53c9x_softc *sc, caddr_t *addr, size_t *len,
sys/dev/tc/asc_tcds.c
284
tcds_dma_go(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tcds.c
296
tcds_dma_stop(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tcds.c
315
tcds_dma_intr(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tcds.c
441
tcds_dma_isintr(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tcds.c
453
tcds_dma_isactive(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tcds.c
461
tcds_clear_latched_intr(struct ncr53c9x_softc *sc)
sys/dev/tc/asc_tcds.c
93
int tcds_dma_isintr(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
94
void tcds_dma_reset(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
95
int tcds_dma_intr(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
96
int tcds_dma_setup(struct ncr53c9x_softc *, caddr_t *,
sys/dev/tc/asc_tcds.c
98
void tcds_dma_go(struct ncr53c9x_softc *);
sys/dev/tc/asc_tcds.c
99
void tcds_dma_stop(struct ncr53c9x_softc *);
sys/dev/tc/ascvar.h
23
u_char asc_read_reg(struct ncr53c9x_softc *, int);
sys/dev/tc/ascvar.h
24
void asc_write_reg(struct ncr53c9x_softc *, int, u_char);
sys/dev/tc/ascvar.h
9
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */