Lines Matching refs:clmpcc_softc
71 static int clmpcc_init(struct clmpcc_softc *sc);
73 static int clmpcc_speed(struct clmpcc_softc *, speed_t, int *, int *);
121 static struct clmpcc_softc *cons_sc = NULL;
125 static int clmpcc_common_getc(struct clmpcc_softc *, int);
126 static void clmpcc_common_putc(struct clmpcc_softc *, int, int);
135 integrate u_int8_t clmpcc_rdreg(struct clmpcc_softc *, u_int);
136 integrate void clmpcc_wrreg(struct clmpcc_softc *, u_int, u_int);
137 integrate u_int8_t clmpcc_rdreg_odd(struct clmpcc_softc *, u_int);
138 integrate void clmpcc_wrreg_odd(struct clmpcc_softc *, u_int, u_int);
139 integrate void clmpcc_wrtx_multi(struct clmpcc_softc *, u_int8_t *,
141 integrate u_int8_t clmpcc_select_channel(struct clmpcc_softc *, u_int);
142 integrate void clmpcc_channel_cmd(struct clmpcc_softc *,int,int);
153 clmpcc_rdreg(struct clmpcc_softc *sc, u_int offset)
164 clmpcc_wrreg(struct clmpcc_softc *sc, u_int offset, u_int val)
175 clmpcc_rdreg_odd(struct clmpcc_softc *sc, u_int offset)
186 clmpcc_wrreg_odd(struct clmpcc_softc *sc, u_int offset, u_int val)
197 clmpcc_wrtx_multi(struct clmpcc_softc *sc, u_int8_t *buff, u_int count)
210 clmpcc_select_channel(struct clmpcc_softc *sc, u_int new_chan)
220 clmpcc_channel_cmd(struct clmpcc_softc *sc, int chan, int cmd)
255 clmpcc_speed(struct clmpcc_softc *sc, speed_t speed, int *cor, int *bpr)
272 clmpcc_attach(struct clmpcc_softc *sc)
324 clmpcc_init(struct clmpcc_softc *sc)
473 struct clmpcc_softc *sc;
574 struct clmpcc_softc *sc =
606 struct clmpcc_softc
615 struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev));
624 struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev));
633 struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev));
641 struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev));
718 struct clmpcc_softc *sc = ch->ch_sc;
796 struct clmpcc_softc *sc =
929 struct clmpcc_softc *sc = ch->ch_sc;
986 struct clmpcc_softc *sc =
1025 struct clmpcc_softc *sc =
1046 struct clmpcc_softc *sc = (struct clmpcc_softc *)arg;
1196 struct clmpcc_softc *sc = (struct clmpcc_softc *)arg;
1307 struct clmpcc_softc *sc = (struct clmpcc_softc *)arg;
1336 struct clmpcc_softc *sc = (struct clmpcc_softc *)arg;
1421 clmpcc_cnattach(struct clmpcc_softc *sc, int chan, int rate)
1434 clmpcc_common_getc(struct clmpcc_softc *sc, int chan)
1503 clmpcc_common_putc(struct clmpcc_softc *sc, int chan, int c)