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) in clmpcc_rdreg()
164 clmpcc_wrreg(struct clmpcc_softc *sc, u_int offset, u_int val) in clmpcc_wrreg()
175 clmpcc_rdreg_odd(struct clmpcc_softc *sc, u_int offset) in clmpcc_rdreg_odd()
186 clmpcc_wrreg_odd(struct clmpcc_softc *sc, u_int offset, u_int val) in clmpcc_wrreg_odd()
197 clmpcc_wrtx_multi(struct clmpcc_softc *sc, u_int8_t *buff, u_int count) in clmpcc_wrtx_multi()
210 clmpcc_select_channel(struct clmpcc_softc *sc, u_int new_chan) in clmpcc_select_channel()
220 clmpcc_channel_cmd(struct clmpcc_softc *sc, int chan, int cmd) in clmpcc_channel_cmd()
255 clmpcc_speed(struct clmpcc_softc *sc, speed_t speed, int *cor, int *bpr) in clmpcc_speed()
272 clmpcc_attach(struct clmpcc_softc *sc) in clmpcc_attach()
324 clmpcc_init(struct clmpcc_softc *sc) in clmpcc_init()
473 struct clmpcc_softc *sc; in clmpccopen()
574 struct clmpcc_softc *sc = in clmpccclose()
606 struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev)); in clmpccread()
615 struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev)); in clmpccwrite()
624 struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev)); in clmpccpoll()
633 struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev)); in clmpcctty()
641 struct clmpcc_softc *sc = device_lookup_private(&clmpcc_cd, CLMPCCUNIT(dev)); in clmpccioctl()
718 struct clmpcc_softc *sc = ch->ch_sc; in clmpcc_modem_control()
796 struct clmpcc_softc *sc = in clmpcc_param()
929 struct clmpcc_softc *sc = ch->ch_sc; in clmpcc_set_params()
986 struct clmpcc_softc *sc = in clmpcc_start()
1025 struct clmpcc_softc *sc = in clmpccstop()
1046 struct clmpcc_softc *sc = (struct clmpcc_softc *)arg; in clmpcc_rxintr()
1196 struct clmpcc_softc *sc = (struct clmpcc_softc *)arg; in clmpcc_txintr()
1307 struct clmpcc_softc *sc = (struct clmpcc_softc *)arg; in clmpcc_mdintr()
1336 struct clmpcc_softc *sc = (struct clmpcc_softc *)arg; in clmpcc_softintr()
1421 clmpcc_cnattach(struct clmpcc_softc *sc, int chan, int rate) in clmpcc_cnattach()
1434 clmpcc_common_getc(struct clmpcc_softc *sc, int chan) in clmpcc_common_getc()
1503 clmpcc_common_putc(struct clmpcc_softc *sc, int chan, int c) in clmpcc_common_putc()