Home | History | Annotate | Download | only in ic

Lines Matching refs:c_ospeed

1127 			t.c_ospeed = comcons_info.rate;
1130 t.c_ospeed = TTYDEF_SPEED;
1133 t.c_ispeed = t.c_ospeed;
1565 for (prescaler = 0, speed = t->c_ospeed; prescaler < 4;
1575 ospeed = comspeed(t->c_ospeed, sc->sc_frequency, sc->sc_type);
1580 if (t->c_ispeed && t->c_ispeed != t->c_ospeed)
1598 if (tp->t_ospeed == t->c_ospeed &&
1663 if (t->c_ospeed == 0 && tp->t_ospeed != 0)
1665 else if (t->c_ospeed != 0 && tp->t_ospeed == 0)
1685 if (t->c_ospeed <= 1200)
1687 else if (t->c_ospeed <= 38400)
1699 tp->t_ispeed = t->c_ospeed;
1700 tp->t_ospeed = t->c_ospeed;
1867 if (sc->sc_tty->t_termios.c_ospeed > 230400) {