Symbol: sca_softc
sys/dev/ic/hd64570.c
1001
struct sca_softc *sc = scp->sca;
sys/dev/ic/hd64570.c
1172
sca_hardintr(struct sca_softc *sc)
sys/dev/ic/hd64570.c
1402
struct sca_softc *sc;
sys/dev/ic/hd64570.c
144
static void sca_msci_init(struct sca_softc *, sca_port_t *);
sys/dev/ic/hd64570.c
145
static void sca_dmac_init(struct sca_softc *, sca_port_t *);
sys/dev/ic/hd64570.c
167
static struct mbuf *sca_mbuf_alloc(struct sca_softc *, void *, u_int);
sys/dev/ic/hd64570.c
1712
struct sca_softc *sc;
sys/dev/ic/hd64570.c
1773
struct sca_softc *sc = scp->sca;
sys/dev/ic/hd64570.c
1850
struct sca_softc *sc = scp->sca;
sys/dev/ic/hd64570.c
1907
sca_shutdown(struct sca_softc *sca)
sys/dev/ic/hd64570.c
1963
sca_mbuf_alloc(struct sca_softc *sc, void *p, u_int len)
sys/dev/ic/hd64570.c
2004
sca_get_base_clock(struct sca_softc *sc)
sys/dev/ic/hd64570.c
2073
sca_print_clock_info(struct sca_softc *sc)
sys/dev/ic/hd64570.c
222
sca_desc_read_chainp(struct sca_softc *sc, struct sca_desc *dp)
sys/dev/ic/hd64570.c
235
sca_desc_write_chainp(struct sca_softc *sc, struct sca_desc *dp, u_int16_t cp)
sys/dev/ic/hd64570.c
250
sca_desc_read_bufp(struct sca_softc *sc, struct sca_desc *dp)
sys/dev/ic/hd64570.c
271
sca_desc_write_bufp(struct sca_softc *sc, struct sca_desc *dp, u_int32_t bufp)
sys/dev/ic/hd64570.c
290
sca_desc_read_buflen(struct sca_softc *sc, struct sca_desc *dp)
sys/dev/ic/hd64570.c
302
sca_desc_write_buflen(struct sca_softc *sc, struct sca_desc *dp, u_int16_t len)
sys/dev/ic/hd64570.c
316
sca_desc_read_stat(struct sca_softc *sc, struct sca_desc *dp)
sys/dev/ic/hd64570.c
328
sca_desc_write_stat(struct sca_softc *sc, struct sca_desc *dp, u_int8_t stat)
sys/dev/ic/hd64570.c
339
sca_init(struct sca_softc *sc)
sys/dev/ic/hd64570.c
407
sca_port_attach(struct sca_softc *sc, u_int port)
sys/dev/ic/hd64570.c
534
sca_msci_init(struct sca_softc *sc, sca_port_t *scp)
sys/dev/ic/hd64570.c
623
sca_dmac_init(struct sca_softc *sc, sca_port_t *scp)
sys/dev/ic/hd64570var.h
133
struct sca_softc *sca; /* pointer to parent */
sys/dev/ic/hd64570var.h
156
u_int8_t (*sc_read_1)(struct sca_softc *, u_int);
sys/dev/ic/hd64570var.h
157
u_int16_t (*sc_read_2)(struct sca_softc *, u_int);
sys/dev/ic/hd64570var.h
158
void (*sc_write_1)(struct sca_softc *, u_int, u_int8_t);
sys/dev/ic/hd64570var.h
159
void (*sc_write_2)(struct sca_softc *, u_int, u_int16_t);
sys/dev/ic/hd64570var.h
177
void (*p_set_page)(struct sca_softc *, bus_addr_t);
sys/dev/ic/hd64570var.h
178
void (*p_page_on)(struct sca_softc *);
sys/dev/ic/hd64570var.h
179
void (*p_page_off)(struct sca_softc *);
sys/dev/ic/hd64570var.h
206
void sca_init(struct sca_softc *);
sys/dev/ic/hd64570var.h
207
void sca_port_attach(struct sca_softc *, u_int);
sys/dev/ic/hd64570var.h
208
int sca_hardintr(struct sca_softc *);
sys/dev/ic/hd64570var.h
209
void sca_shutdown(struct sca_softc *);
sys/dev/ic/hd64570var.h
210
void sca_get_base_clock(struct sca_softc *);
sys/dev/ic/hd64570var.h
211
void sca_print_clock_info(struct sca_softc *);
sys/dev/ic/hd64570var.h
52
struct sca_softc;
sys/dev/isa/if_ntwoc_isa.c
116
ntwoc_isa_sca_write_1(struct sca_softc *sc, u_int reg, u_int8_t val)
sys/dev/isa/if_ntwoc_isa.c
123
ntwoc_isa_sca_write_2(struct sca_softc *sc, u_int reg, u_int16_t val)
sys/dev/isa/if_ntwoc_isa.c
130
ntwoc_isa_sca_read_1(struct sca_softc *sc, u_int reg)
sys/dev/isa/if_ntwoc_isa.c
138
ntwoc_isa_sca_read_2(struct sca_softc *sc, u_int reg)
sys/dev/isa/if_ntwoc_isa.c
149
ntwoc_isa_set_page(struct sca_softc *sca, bus_addr_t addr)
sys/dev/isa/if_ntwoc_isa.c
164
ntwoc_isa_set_on(struct sca_softc *sca)
sys/dev/isa/if_ntwoc_isa.c
178
ntwoc_isa_set_off(struct sca_softc *sca)
sys/dev/isa/if_ntwoc_isa.c
387
struct sca_softc *sca;
sys/dev/isa/if_ntwoc_isa.c
770
ntwoc_isa_setup_memory(struct sca_softc *sc)
sys/dev/isa/if_ntwoc_isa.c
84
struct sca_softc sc_sca; /* the SCA itself */
sys/dev/isa/if_ntwoc_isa.c
95
static void ntwoc_isa_setup_memory(struct sca_softc *sc);
sys/dev/pci/if_ntwoc_pci.c
113
struct sca_softc sc_sca; /* the SCA itself */
sys/dev/pci/if_ntwoc_pci.c
119
static int ntwoc_pci_alloc_dma(struct sca_softc *);
sys/dev/pci/if_ntwoc_pci.c
125
static void ntwoc_pci_setup_dma(struct sca_softc *);
sys/dev/pci/if_ntwoc_pci.c
150
ntwoc_pci_sca_write_1(struct sca_softc *sc, u_int reg, u_int8_t val)
sys/dev/pci/if_ntwoc_pci.c
156
ntwoc_pci_sca_write_2(struct sca_softc *sc, u_int reg, u_int16_t val)
sys/dev/pci/if_ntwoc_pci.c
162
ntwoc_pci_sca_read_1(struct sca_softc *sc, u_int reg)
sys/dev/pci/if_ntwoc_pci.c
169
ntwoc_pci_sca_read_2(struct sca_softc *sc, u_int reg)
sys/dev/pci/if_ntwoc_pci.c
194
struct sca_softc *sca = &sc->sc_sca;
sys/dev/pci/if_ntwoc_pci.c
553
ntwoc_pci_alloc_dma(struct sca_softc *sc)
sys/dev/pci/if_ntwoc_pci.c
632
ntwoc_pci_setup_dma(struct sca_softc *sc)