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