Home | History | Annotate | Download | only in dev

Lines Matching defs:mode2

941 	u_char mode2;
944 mode1 = mode2 = 0;
966 mode2 |= 1 << 3; /* two stop bits XXX not std */
970 mode2 |= 1 << 4;
974 *mode2p = mode2;
984 u_char mode1, mode2;
1017 if (cflag2modes(t->c_cflag, &mode1, &mode2) < 0)
1023 ch->ch_mode2 = mode2;
1727 u_char mode1, mode2;
1748 (void)cflag2modes(cflag, &mode1, &mode2);
1751 WRITE_REG(chanregbase + 0x10, mode2);