Symbol: clmpcc_softc
sys/dev/ic/clmpcc.c
1025
struct clmpcc_softc *sc =
sys/dev/ic/clmpcc.c
1046
struct clmpcc_softc *sc = (struct clmpcc_softc *)arg;
sys/dev/ic/clmpcc.c
1196
struct clmpcc_softc *sc = (struct clmpcc_softc *)arg;
sys/dev/ic/clmpcc.c
121
static struct clmpcc_softc *cons_sc = NULL;
sys/dev/ic/clmpcc.c
125
static int clmpcc_common_getc(struct clmpcc_softc *, int);
sys/dev/ic/clmpcc.c
126
static void clmpcc_common_putc(struct clmpcc_softc *, int, int);
sys/dev/ic/clmpcc.c
1307
struct clmpcc_softc *sc = (struct clmpcc_softc *)arg;
sys/dev/ic/clmpcc.c
1336
struct clmpcc_softc *sc = (struct clmpcc_softc *)arg;
sys/dev/ic/clmpcc.c
135
integrate u_int8_t clmpcc_rdreg(struct clmpcc_softc *, u_int);
sys/dev/ic/clmpcc.c
136
integrate void clmpcc_wrreg(struct clmpcc_softc *, u_int, u_int);
sys/dev/ic/clmpcc.c
137
integrate u_int8_t clmpcc_rdreg_odd(struct clmpcc_softc *, u_int);
sys/dev/ic/clmpcc.c
138
integrate void clmpcc_wrreg_odd(struct clmpcc_softc *, u_int, u_int);
sys/dev/ic/clmpcc.c
139
integrate void clmpcc_wrtx_multi(struct clmpcc_softc *, u_int8_t *,
sys/dev/ic/clmpcc.c
141
integrate u_int8_t clmpcc_select_channel(struct clmpcc_softc *, u_int);
sys/dev/ic/clmpcc.c
142
integrate void clmpcc_channel_cmd(struct clmpcc_softc *,int,int);
sys/dev/ic/clmpcc.c
1421
clmpcc_cnattach(struct clmpcc_softc *sc, int chan, int rate)
sys/dev/ic/clmpcc.c
1434
clmpcc_common_getc(struct clmpcc_softc *sc, int chan)
sys/dev/ic/clmpcc.c
1503
clmpcc_common_putc(struct clmpcc_softc *sc, int chan, int c)
sys/dev/ic/clmpcc.c
153
clmpcc_rdreg(struct clmpcc_softc *sc, u_int offset)
sys/dev/ic/clmpcc.c
164
clmpcc_wrreg(struct clmpcc_softc *sc, u_int offset, u_int val)
sys/dev/ic/clmpcc.c
175
clmpcc_rdreg_odd(struct clmpcc_softc *sc, u_int offset)
sys/dev/ic/clmpcc.c
186
clmpcc_wrreg_odd(struct clmpcc_softc *sc, u_int offset, u_int val)
sys/dev/ic/clmpcc.c
197
clmpcc_wrtx_multi(struct clmpcc_softc *sc, u_int8_t *buff, u_int count)
sys/dev/ic/clmpcc.c
210
clmpcc_select_channel(struct clmpcc_softc *sc, u_int new_chan)
sys/dev/ic/clmpcc.c
220
clmpcc_channel_cmd(struct clmpcc_softc *sc, int chan, int cmd)
sys/dev/ic/clmpcc.c
255
clmpcc_speed(struct clmpcc_softc *sc, speed_t speed, int *cor, int *bpr)
sys/dev/ic/clmpcc.c
272
clmpcc_attach(struct clmpcc_softc *sc)
sys/dev/ic/clmpcc.c
324
clmpcc_init(struct clmpcc_softc *sc)
sys/dev/ic/clmpcc.c
473
struct clmpcc_softc *sc;
sys/dev/ic/clmpcc.c
574
struct clmpcc_softc *sc =
sys/dev/ic/clmpcc.c
606
struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev));
sys/dev/ic/clmpcc.c
615
struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev));
sys/dev/ic/clmpcc.c
624
struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev));
sys/dev/ic/clmpcc.c
633
struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev));
sys/dev/ic/clmpcc.c
641
struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev));
sys/dev/ic/clmpcc.c
71
static int clmpcc_init(struct clmpcc_softc *sc);
sys/dev/ic/clmpcc.c
718
struct clmpcc_softc *sc = ch->ch_sc;
sys/dev/ic/clmpcc.c
73
static int clmpcc_speed(struct clmpcc_softc *, speed_t, int *, int *);
sys/dev/ic/clmpcc.c
796
struct clmpcc_softc *sc =
sys/dev/ic/clmpcc.c
929
struct clmpcc_softc *sc = ch->ch_sc;
sys/dev/ic/clmpcc.c
986
struct clmpcc_softc *sc =
sys/dev/ic/clmpccvar.h
115
void (*sc_iackhook)(struct clmpcc_softc *, int);
sys/dev/ic/clmpccvar.h
123
extern void clmpcc_attach(struct clmpcc_softc *);
sys/dev/ic/clmpccvar.h
124
extern int clmpcc_cnattach(struct clmpcc_softc *, int, int);
sys/dev/ic/clmpccvar.h
48
struct clmpcc_softc;
sys/dev/ic/clmpccvar.h
55
struct clmpcc_softc *ch_sc; /* Pointer to chip's softc structure */
sys/dev/mvme/clmpcc_pcctwo.c
118
struct clmpcc_softc *sc;
sys/dev/mvme/clmpcc_pcctwo.c
150
clmpcc_pcctwo_iackhook(struct clmpcc_softc *sc, int which)
sys/dev/mvme/clmpcc_pcctwo.c
183
clmpcc_pcctwo_consiackhook(struct clmpcc_softc *sc, int which)
sys/dev/mvme/clmpcc_pcctwo.c
261
static struct clmpcc_softc cons_sc;
sys/dev/mvme/clmpcc_pcctwo.c
78
void clmpcc_pcctwo_iackhook(struct clmpcc_softc *, int);
sys/dev/mvme/clmpcc_pcctwo.c
79
void clmpcc_pcctwo_consiackhook(struct clmpcc_softc *, int);
sys/dev/mvme/clmpcc_pcctwo.c
81
CFATTACH_DECL_NEW(clmpcc_pcctwo, sizeof(struct clmpcc_softc),