OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncr5380_softc
(Results
1 - 20
of
20
) sorted by relevancy
/src/sys/arch/mac68k/dev/
sbcvar.h
54
* The first structure member has to be the
ncr5380_softc
58
struct
ncr5380_softc
ncr_sc;
62
void (*sc_clrintr)(struct
ncr5380_softc
*);
92
int sbc_pdma_in(struct
ncr5380_softc
*, int, int, u_char *);
93
int sbc_pdma_out(struct
ncr5380_softc
*, int, int, u_char *);
96
void sbc_dma_alloc(struct
ncr5380_softc
*);
97
void sbc_dma_free(struct
ncr5380_softc
*);
98
void sbc_dma_poll(struct
ncr5380_softc
*);
99
void sbc_dma_setup(struct
ncr5380_softc
*);
100
void sbc_dma_start(struct
ncr5380_softc
*);
[
all
...]
sbc.c
98
static int sbc_wait_busy(struct
ncr5380_softc
*);
99
static int sbc_ready(struct
ncr5380_softc
*);
100
static int sbc_wait_dreq(struct
ncr5380_softc
*);
114
sbc_wait_busy(struct
ncr5380_softc
*sc)
130
sbc_ready(struct
ncr5380_softc
*sc)
153
sbc_wait_dreq(struct
ncr5380_softc
*sc)
173
struct
ncr5380_softc
*ncr_sc = p;
205
decode_5380_intr(struct
ncr5380_softc
*ncr_sc)
243
sbc_pdma_in(struct
ncr5380_softc
*ncr_sc, int phase, int datalen, u_char *data)
310
sbc_pdma_out(struct
ncr5380_softc
*ncr_sc, int phase, int datalen, u_char *data
[
all
...]
/src/sys/arch/sun3/dev/
sivar.h
63
* The first structure member has to be the
ncr5380_softc
67
struct
ncr5380_softc
ncr_sc;
94
void si_dma_alloc(struct
ncr5380_softc
*);
95
void si_dma_free(struct
ncr5380_softc
*);
96
void si_dma_poll(struct
ncr5380_softc
*);
si_sebuf.c
93
* The first structure member has to be the
ncr5380_softc
97
struct
ncr5380_softc
ncr_sc;
114
void se_dma_alloc(struct
ncr5380_softc
*);
115
void se_dma_free(struct
ncr5380_softc
*);
116
void se_dma_poll(struct
ncr5380_softc
*);
118
void se_dma_setup(struct
ncr5380_softc
*);
119
void se_dma_start(struct
ncr5380_softc
*);
120
void se_dma_eop(struct
ncr5380_softc
*);
121
void se_dma_stop(struct
ncr5380_softc
*);
123
void se_intr_on (struct
ncr5380_softc
*);
[
all
...]
si_vme.c
103
void si_vme_dma_setup(struct
ncr5380_softc
*);
104
void si_vme_dma_start(struct
ncr5380_softc
*);
105
void si_vme_dma_eop(struct
ncr5380_softc
*);
106
void si_vme_dma_stop(struct
ncr5380_softc
*);
108
void si_vme_intr_on (struct
ncr5380_softc
*);
109
void si_vme_intr_off(struct
ncr5380_softc
*);
111
static void si_vme_reset(struct
ncr5380_softc
*);
174
struct
ncr5380_softc
*ncr_sc = &sc->ncr_sc;
232
si_vme_reset(struct
ncr5380_softc
*ncr_sc)
272
si_vme_intr_on(struct
ncr5380_softc
*ncr_sc
[
all
...]
si_obio.c
109
void si_obio_dma_setup(struct
ncr5380_softc
*);
110
void si_obio_dma_start(struct
ncr5380_softc
*);
111
void si_obio_dma_eop(struct
ncr5380_softc
*);
112
void si_obio_dma_stop(struct
ncr5380_softc
*);
114
static void si_obio_reset(struct
ncr5380_softc
*);
158
struct
ncr5380_softc
*ncr_sc = &sc->ncr_sc;
218
si_obio_reset(struct
ncr5380_softc
*ncr_sc)
276
si_obio_dma_setup(struct
ncr5380_softc
*ncr_sc)
375
si_obio_dma_start(struct
ncr5380_softc
*ncr_sc)
426
si_obio_dma_eop(struct
ncr5380_softc
*ncr_sc
[
all
...]
si.c
124
struct
ncr5380_softc
*ncr_sc = &sc->ncr_sc;
257
si_dma_alloc(struct
ncr5380_softc
*ncr_sc)
342
si_dma_free(struct
ncr5380_softc
*ncr_sc)
379
si_dma_poll(struct
ncr5380_softc
*ncr_sc)
/src/sys/dev/ic/
ncr5380var.h
114
struct
ncr5380_softc
{
struct
146
int (*sc_pio_out)(struct
ncr5380_softc
*,
148
int (*sc_pio_in)(struct
ncr5380_softc
*,
150
void (*sc_dma_alloc)(struct
ncr5380_softc
*);
151
void (*sc_dma_free)(struct
ncr5380_softc
*);
153
void (*sc_dma_setup)(struct
ncr5380_softc
*);
154
void (*sc_dma_start)(struct
ncr5380_softc
*);
155
void (*sc_dma_poll)(struct
ncr5380_softc
*);
156
void (*sc_dma_eop)(struct
ncr5380_softc
*);
157
void (*sc_dma_stop)(struct
ncr5380_softc
*);
[
all
...]
ncr5380sbc.c
100
static void ncr5380_reset_scsibus(struct
ncr5380_softc
*);
101
static void ncr5380_sched(struct
ncr5380_softc
*);
102
static void ncr5380_done(struct
ncr5380_softc
*);
104
static int ncr5380_select(struct
ncr5380_softc
*, struct sci_req *);
105
static void ncr5380_reselect(struct
ncr5380_softc
*);
107
static int ncr5380_msg_in(struct
ncr5380_softc
*);
108
static int ncr5380_msg_out(struct
ncr5380_softc
*);
109
static int ncr5380_data_xfer(struct
ncr5380_softc
*, int);
110
static int ncr5380_command(struct
ncr5380_softc
*);
111
static int ncr5380_status(struct
ncr5380_softc
*);
[
all
...]
/src/sys/arch/vax/vsa/
ncr.c
85
struct
ncr5380_softc
ncr_sc;
103
static void si_dma_alloc(struct
ncr5380_softc
*);
104
static void si_dma_free(struct
ncr5380_softc
*);
105
static void si_dma_setup(struct
ncr5380_softc
*);
106
static void si_dma_start(struct
ncr5380_softc
*);
107
static void si_dma_poll(struct
ncr5380_softc
*);
108
static void si_dma_eop(struct
ncr5380_softc
*);
109
static void si_dma_stop(struct
ncr5380_softc
*);
138
struct
ncr5380_softc
* const ncr_sc = &sc->ncr_sc;
250
si_dma_alloc(struct
ncr5380_softc
*ncr_sc
[
all
...]
/src/sys/arch/news68k/dev/
si.c
67
struct
ncr5380_softc
ncr_sc;
77
static void si_dma_alloc(struct
ncr5380_softc
*);
78
static void si_dma_free(struct
ncr5380_softc
*);
79
static void si_dma_start(struct
ncr5380_softc
*);
80
static void si_dma_poll(struct
ncr5380_softc
*);
81
static void si_dma_eop(struct
ncr5380_softc
*);
82
static void si_dma_stop(struct
ncr5380_softc
*);
128
struct
ncr5380_softc
*ncr_sc = &sc->ncr_sc;
209
si_dma_alloc(struct
ncr5380_softc
*ncr_sc)
226
si_dma_free(struct
ncr5380_softc
*ncr_sc
[
all
...]
/src/sys/arch/sparc/dev/
sw.c
158
* The first structure member has to be the
ncr5380_softc
162
struct
ncr5380_softc
ncr_sc;
195
static void sw_reset_adapter(struct
ncr5380_softc
*);
198
void sw_dma_alloc(struct
ncr5380_softc
*);
199
void sw_dma_free(struct
ncr5380_softc
*);
200
void sw_dma_poll(struct
ncr5380_softc
*);
202
void sw_dma_setup(struct
ncr5380_softc
*);
203
void sw_dma_start(struct
ncr5380_softc
*);
204
void sw_dma_eop(struct
ncr5380_softc
*);
205
void sw_dma_stop(struct
ncr5380_softc
*);
[
all
...]
/src/sys/dev/vme/
si.c
135
* The first structure member has to be the
ncr5380_softc
139
struct
ncr5380_softc
ncr_sc;
171
static void si_reset_adapter(struct
ncr5380_softc
*);
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
*);
[
all
...]
/src/sys/dev/podulebus/
hcsc.c
91
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;
229
hcsc_ready(struct
ncr5380_softc
*sc)
250
static inline void hcsc_wait_not_req(struct
ncr5380_softc
*sc)
265
hcsc_pdma_in(struct
ncr5380_softc
*ncr_sc, int phase, int datalen,
300
hcsc_pdma_out(struct
ncr5380_softc
*ncr_sc, int phase, int datalen,
oak.c
88
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;
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,
/src/sys/arch/mac68k/obio/
sbc_obio.c
79
void sbc_intr_enable(struct
ncr5380_softc
*);
80
void sbc_intr_disable(struct
ncr5380_softc
*);
81
void sbc_obio_clrintr(struct
ncr5380_softc
*);
117
struct
ncr5380_softc
*ncr_sc = &sc->ncr_sc;
265
sbc_intr_enable(struct
ncr5380_softc
*ncr_sc)
283
sbc_intr_disable(struct
ncr5380_softc
*ncr_sc)
301
sbc_obio_clrintr(struct
ncr5380_softc
*ncr_sc)
/src/sys/dev/pci/
nca_pci.c
59
CFATTACH_DECL_NEW(nca_pci, sizeof(struct
ncr5380_softc
),
75
struct
ncr5380_softc
*sc = device_private(self);
/src/sys/arch/acorn32/podulebus/
csa.c
85
struct
ncr5380_softc
sc_ncr5380;
135
struct
ncr5380_softc
*ncr_sc = &sc->sc_ncr5380;
/src/sys/dev/pcmcia/
nca_pcmcia.c
56
struct
ncr5380_softc
sc_ncr5380; /* glue to MI code */
114
struct
ncr5380_softc
*sc = &esc->sc_ncr5380;
/src/sys/dev/isa/
nca_isa.c
82
struct
ncr5380_softc
sc_ncr5380; /* glue to MI code */
304
struct
ncr5380_softc
*sc = &esc->sc_ncr5380;
Completed in 299 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025