Symbol: sbjcn_channel
sys/arch/mips/sibyte/dev/sbjcn.c
1044
sbjcn_iflush(struct sbjcn_channel *ch)
sys/arch/mips/sibyte/dev/sbjcn.c
1062
sbjcn_loadchannelregs(struct sbjcn_channel *ch)
sys/arch/mips/sibyte/dev/sbjcn.c
1070
struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(tp->t_dev)];
sys/arch/mips/sibyte/dev/sbjcn.c
1100
sbjcn_dohwiflow(struct sbjcn_channel *ch)
sys/arch/mips/sibyte/dev/sbjcn.c
1119
struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(tp->t_dev)];
sys/arch/mips/sibyte/dev/sbjcn.c
1179
struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(tp->t_dev)];
sys/arch/mips/sibyte/dev/sbjcn.c
1196
struct sbjcn_channel *ch = arg;
sys/arch/mips/sibyte/dev/sbjcn.c
1216
sbjcn_rxsoft(struct sbjcn_channel *ch, struct tty *tp)
sys/arch/mips/sibyte/dev/sbjcn.c
1305
sbjcn_txsoft(struct sbjcn_channel *ch, struct tty *tp)
sys/arch/mips/sibyte/dev/sbjcn.c
1317
sbjcn_stsoft(struct sbjcn_channel *ch, struct tty *tp)
sys/arch/mips/sibyte/dev/sbjcn.c
1353
sbjcn_recv(struct sbjcn_channel *ch)
sys/arch/mips/sibyte/dev/sbjcn.c
138
static void sbjcncn_grabdword(struct sbjcn_channel *ch);
sys/arch/mips/sibyte/dev/sbjcn.c
139
static char sbjcncn_nextbyte(struct sbjcn_channel *ch);
sys/arch/mips/sibyte/dev/sbjcn.c
143
static void sbjcn_enable_debugport(struct sbjcn_channel *ch);
sys/arch/mips/sibyte/dev/sbjcn.c
1434
struct sbjcn_channel *ch = arg;
sys/arch/mips/sibyte/dev/sbjcn.c
145
void sbjcn_config(struct sbjcn_channel *ch);
sys/arch/mips/sibyte/dev/sbjcn.c
1455
static char sbjcncn_nextbyte(struct sbjcn_channel *ch)
sys/arch/mips/sibyte/dev/sbjcn.c
146
void sbjcn_shutdown(struct sbjcn_channel *ch);
sys/arch/mips/sibyte/dev/sbjcn.c
1466
static void sbjcncn_grabdword(struct sbjcn_channel *ch)
sys/arch/mips/sibyte/dev/sbjcn.c
153
void sbjcn_loadchannelregs(struct sbjcn_channel *);
sys/arch/mips/sibyte/dev/sbjcn.c
154
void sbjcn_dohwiflow(struct sbjcn_channel *);
sys/arch/mips/sibyte/dev/sbjcn.c
155
void sbjcn_break(struct sbjcn_channel *, int);
sys/arch/mips/sibyte/dev/sbjcn.c
156
void sbjcn_modem(struct sbjcn_channel *, int);
sys/arch/mips/sibyte/dev/sbjcn.c
157
void tiocm_to_sbjcn(struct sbjcn_channel *, int, int);
sys/arch/mips/sibyte/dev/sbjcn.c
158
int sbjcn_to_tiocm(struct sbjcn_channel *);
sys/arch/mips/sibyte/dev/sbjcn.c
159
void sbjcn_iflush(struct sbjcn_channel *);
sys/arch/mips/sibyte/dev/sbjcn.c
193
integrate void sbjcn_rxsoft(struct sbjcn_channel *, struct tty *);
sys/arch/mips/sibyte/dev/sbjcn.c
194
integrate void sbjcn_txsoft(struct sbjcn_channel *, struct tty *);
sys/arch/mips/sibyte/dev/sbjcn.c
195
integrate void sbjcn_stsoft(struct sbjcn_channel *, struct tty *);
sys/arch/mips/sibyte/dev/sbjcn.c
196
integrate void sbjcn_schedrx(struct sbjcn_channel *);
sys/arch/mips/sibyte/dev/sbjcn.c
197
integrate void sbjcn_recv(struct sbjcn_channel *ch);
sys/arch/mips/sibyte/dev/sbjcn.c
276
struct sbjcn_channel *ch = &sc->sc_channels[chan];
sys/arch/mips/sibyte/dev/sbjcn.c
392
void sbjcn_status(struct sbjcn_channel *, char *);
sys/arch/mips/sibyte/dev/sbjcn.c
397
sbjcn_status(struct sbjcn_channel *ch, char *str)
sys/arch/mips/sibyte/dev/sbjcn.c
424
sbjcn_enable_debugport(struct sbjcn_channel *ch)
sys/arch/mips/sibyte/dev/sbjcn.c
439
sbjcn_config(struct sbjcn_channel *ch)
sys/arch/mips/sibyte/dev/sbjcn.c
461
sbjcn_shutdown(struct sbjcn_channel *ch)
sys/arch/mips/sibyte/dev/sbjcn.c
500
struct sbjcn_channel *ch;
sys/arch/mips/sibyte/dev/sbjcn.c
627
struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(dev)];
sys/arch/mips/sibyte/dev/sbjcn.c
653
struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(dev)];
sys/arch/mips/sibyte/dev/sbjcn.c
663
struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(dev)];
sys/arch/mips/sibyte/dev/sbjcn.c
673
struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(dev)];
sys/arch/mips/sibyte/dev/sbjcn.c
683
struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(dev)];
sys/arch/mips/sibyte/dev/sbjcn.c
755
sbjcn_schedrx(struct sbjcn_channel *ch)
sys/arch/mips/sibyte/dev/sbjcn.c
764
sbjcn_break(struct sbjcn_channel *ch, int onoff)
sys/arch/mips/sibyte/dev/sbjcn.c
770
sbjcn_modem(struct sbjcn_channel *ch, int onoff)
sys/arch/mips/sibyte/dev/sbjcn.c
792
tiocm_to_sbjcn(struct sbjcn_channel *ch, int how, int ttybits)
sys/arch/mips/sibyte/dev/sbjcn.c
827
sbjcn_to_tiocm(struct sbjcn_channel *ch)
sys/arch/mips/sibyte/dev/sbjcn.c
899
struct sbjcn_channel *ch = &sc->sc_channels[SBJCN_CHAN(tp->t_dev)];
sys/arch/mips/sibyte/dev/sbjcnvar.h
170
struct sbjcn_channel sc_channels[1];