Lines Matching refs:SET
374 /* Set console magic to BREAK */
447 SET(cs->cs_preg[1], ZSWR1_RIE | ZSWR1_TIE | ZSWR1_SIE);
492 SET(zst->zst_rx_flags, RX_IBUF_BLOCKED);
495 /* Clear any break condition set with TIOCSBRK. */
596 SET(t.c_cflag, CLOCAL);
598 SET(t.c_cflag, CRTSCTS);
600 SET(t.c_cflag, CDTRCTS);
602 SET(t.c_cflag, MDMBUF);
612 SET(cs->cs_preg[1], ZSWR1_RIE | ZSWR1_TIE | ZSWR1_SIE);
868 * If nothing is being transmitted, set up new current values,
921 SET(tp->t_state, TS_BUSY);
956 SET(tp->t_state, TS_FLUSH);
962 * Set ZS tty parameters from termios.
993 SET(cflag, CLOCAL);
1009 * The BRG divisor is set now. (reg 12,13)
1022 * Initial values in cs_preg are set before
1041 SET(tmp3, ZSWR3_RX_5);
1042 SET(tmp5, ZSWR5_TX_5);
1045 SET(tmp3, ZSWR3_RX_6);
1046 SET(tmp5, ZSWR5_TX_6);
1049 SET(tmp3, ZSWR3_RX_7);
1050 SET(tmp5, ZSWR5_TX_7);
1053 SET(tmp3, ZSWR3_RX_8);
1054 SET(tmp5, ZSWR5_TX_8);
1062 * zs_set_speed() may have set clock selection bits etc.
1068 SET(tmp4, ZSWR4_TWOSB);
1070 SET(tmp4, ZSWR4_ONESB);
1072 SET(tmp4, ZSWR4_EVENP);
1074 SET(tmp4, ZSWR4_PARENB);
1083 * If nothing is being transmitted, set up new current values,
1142 * Compute interrupt enable bits and set in the pending bits. Called both
1157 SET(tmp15, ZSWR15_DCD_IE);
1161 SET(tmp15, ZSWR15_CTS_IE);
1184 SET(ccs->cs_preg[5], cs->cs_wr5_dtr);
1199 * Set modem bits.
1212 SET(zsbits, ZSWR5_DTR);
1214 SET(zsbits, ZSWR5_RTS);
1222 SET(ccs->cs_preg[5], zsbits);
1227 SET(ccs->cs_preg[5], zsbits);
1256 SET(ttybits, TIOCM_DTR);
1258 SET(ttybits, TIOCM_RTS);
1262 SET(ttybits, TIOCM_CD);
1264 SET(ttybits, TIOCM_CTS);
1271 * This is called by kern/tty.c if MDMBUF|CRTSCTS is set, and
1273 * be set or cleared according to the "block" arg passed.
1290 SET(zst->zst_rx_flags, RX_TTY_BLOCKED);
1326 SET(ccs->cs_preg[5], cs->cs_wr5_rts);
1327 SET(ccs->cs_creg[5], cs->cs_wr5_rts);
1404 SET(zst->zst_rx_flags, RX_IBUF_BLOCKED);
1413 SET(zst->zst_rx_flags, RX_IBUF_OVERFLOWED);
1487 SET(cs->cs_rr0_delta, delta);
1578 SET(code, TTY_FE);
1580 SET(code, TTY_PE);
1606 SET(zst->zst_rx_flags, RX_TTY_OVERFLOWED);
1624 SET(cs->cs_preg[1], ZSWR1_RIE);
1696 * EITHER the TS_TBLOCK flag or zst_rx_blocked flag is set.