Symbol: sbscn_channel
sys/arch/mips/sibyte/dev/sbscn.c
1127
sbscn_iflush(struct sbscn_channel *ch)
sys/arch/mips/sibyte/dev/sbscn.c
1155
sbscn_loadchannelregs(struct sbscn_channel *ch)
sys/arch/mips/sibyte/dev/sbscn.c
1178
struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(tp->t_dev)];
sys/arch/mips/sibyte/dev/sbscn.c
1208
sbscn_dohwiflow(struct sbscn_channel *ch)
sys/arch/mips/sibyte/dev/sbscn.c
1228
struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(tp->t_dev)];
sys/arch/mips/sibyte/dev/sbscn.c
1284
struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(tp->t_dev)];
sys/arch/mips/sibyte/dev/sbscn.c
1301
struct sbscn_channel *ch = arg;
sys/arch/mips/sibyte/dev/sbscn.c
1321
sbscn_rxsoft(struct sbscn_channel *ch, struct tty *tp)
sys/arch/mips/sibyte/dev/sbscn.c
1411
sbscn_txsoft(struct sbscn_channel *ch, struct tty *tp)
sys/arch/mips/sibyte/dev/sbscn.c
1423
sbscn_stsoft(struct sbscn_channel *ch, struct tty *tp)
sys/arch/mips/sibyte/dev/sbscn.c
1461
struct sbscn_channel *ch = arg;
sys/arch/mips/sibyte/dev/sbscn.c
1483
struct sbscn_channel *ch = arg;
sys/arch/mips/sibyte/dev/sbscn.c
153
static void sbscn_enable_debugport(struct sbscn_channel *ch);
sys/arch/mips/sibyte/dev/sbscn.c
155
void sbscn_config(struct sbscn_channel *ch);
sys/arch/mips/sibyte/dev/sbscn.c
156
void sbscn_shutdown(struct sbscn_channel *ch);
sys/arch/mips/sibyte/dev/sbscn.c
163
void sbscn_loadchannelregs(struct sbscn_channel *);
sys/arch/mips/sibyte/dev/sbscn.c
164
void sbscn_dohwiflow(struct sbscn_channel *);
sys/arch/mips/sibyte/dev/sbscn.c
165
void sbscn_break(struct sbscn_channel *, int);
sys/arch/mips/sibyte/dev/sbscn.c
166
void sbscn_modem(struct sbscn_channel *, int);
sys/arch/mips/sibyte/dev/sbscn.c
167
void tiocm_to_sbscn(struct sbscn_channel *, int, int);
sys/arch/mips/sibyte/dev/sbscn.c
168
int sbscn_to_tiocm(struct sbscn_channel *);
sys/arch/mips/sibyte/dev/sbscn.c
169
void sbscn_iflush(struct sbscn_channel *);
sys/arch/mips/sibyte/dev/sbscn.c
206
integrate void sbscn_rxsoft(struct sbscn_channel *, struct tty *);
sys/arch/mips/sibyte/dev/sbscn.c
207
integrate void sbscn_txsoft(struct sbscn_channel *, struct tty *);
sys/arch/mips/sibyte/dev/sbscn.c
208
integrate void sbscn_stsoft(struct sbscn_channel *, struct tty *);
sys/arch/mips/sibyte/dev/sbscn.c
209
integrate void sbscn_schedrx(struct sbscn_channel *);
sys/arch/mips/sibyte/dev/sbscn.c
304
struct sbscn_channel *ch = &sc->sc_channels[chan];
sys/arch/mips/sibyte/dev/sbscn.c
428
void sbscn_status(struct sbscn_channel *, const char *);
sys/arch/mips/sibyte/dev/sbscn.c
433
sbscn_status(struct sbscn_channel *ch, const char *str)
sys/arch/mips/sibyte/dev/sbscn.c
460
sbscn_enable_debugport(struct sbscn_channel *ch)
sys/arch/mips/sibyte/dev/sbscn.c
481
sbscn_config(struct sbscn_channel *ch)
sys/arch/mips/sibyte/dev/sbscn.c
504
sbscn_shutdown(struct sbscn_channel *ch)
sys/arch/mips/sibyte/dev/sbscn.c
552
struct sbscn_channel *ch;
sys/arch/mips/sibyte/dev/sbscn.c
683
struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(dev)];
sys/arch/mips/sibyte/dev/sbscn.c
709
struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(dev)];
sys/arch/mips/sibyte/dev/sbscn.c
719
struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(dev)];
sys/arch/mips/sibyte/dev/sbscn.c
729
struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(dev)];
sys/arch/mips/sibyte/dev/sbscn.c
739
struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(dev)];
sys/arch/mips/sibyte/dev/sbscn.c
749
struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(dev)];
sys/arch/mips/sibyte/dev/sbscn.c
821
sbscn_schedrx(struct sbscn_channel *ch)
sys/arch/mips/sibyte/dev/sbscn.c
831
sbscn_break(struct sbscn_channel *ch, int onoff)
sys/arch/mips/sibyte/dev/sbscn.c
853
sbscn_modem(struct sbscn_channel *ch, int onoff)
sys/arch/mips/sibyte/dev/sbscn.c
875
tiocm_to_sbscn(struct sbscn_channel *ch, int how, int ttybits)
sys/arch/mips/sibyte/dev/sbscn.c
910
sbscn_to_tiocm(struct sbscn_channel *ch)
sys/arch/mips/sibyte/dev/sbscn.c
982
struct sbscn_channel *ch = &sc->sc_channels[SBSCN_CHAN(tp->t_dev)];
sys/arch/mips/sibyte/dev/sbscnvar.h
169
struct sbscn_channel sc_channels[2];