Lines Matching refs:SET

443 	SET(sc->sc_mcr, PL01X_MCR_DTR | PL01X_MCR_RTS);  in plcom_enable_debugport()
448 SET(sc->sc_cr, PL010_CR_RIE | PL010_CR_RTIE); in plcom_enable_debugport()
459 SET(sc->sc_cr, PL011_CR_RXE | PL011_CR_TXE); in plcom_enable_debugport()
460 SET(sc->sc_cr, PL011_MCR(sc->sc_mcr)); in plcom_enable_debugport()
498 SET(sc->sc_hwflags, PLCOM_HW_CONSOLE); in plcom_attach_subr()
499 SET(sc->sc_swflags, TIOCFLAG_SOFTCAR); in plcom_attach_subr()
508 SET(sc->sc_cr, PL011_CR_RXE | PL011_CR_TXE); in plcom_attach_subr()
575 SET(sc->sc_hwflags, PLCOM_HW_FIFO); in plcom_attach_subr()
613 SET(sc->sc_hwflags, PLCOM_HW_KGDB); in plcom_attach_subr()
635 SET(sc->sc_hwflags, PLCOM_HW_DEV_OK); in plcom_attach_subr()
739 SET(sc->sc_rx_flags, RX_IBUF_BLOCKED); in plcom_shutdown()
772 SET(sc->sc_cr, PL010_CR_RIE | PL010_CR_RTIE); in plcom_shutdown()
776 SET(sc->sc_cr, PL011_CR_RXE); in plcom_shutdown()
777 SET(sc->sc_imsc, PL011_INT_RT | PL011_INT_RX); in plcom_shutdown()
783 SET(sc->sc_cr, PL010_CR_RIE | PL010_CR_RTIE); in plcom_shutdown()
788 SET(sc->sc_cr, PL011_CR_RXE | PL011_CR_TXE); in plcom_shutdown()
789 SET(sc->sc_imsc, PL011_INT_RT | PL011_INT_RX); in plcom_shutdown()
882 SET(sc->sc_cr, in plcomopen()
889 SET(sc->sc_cr, PL011_CR_RXE | PL011_CR_TXE); in plcomopen()
890 SET(sc->sc_imsc, PL011_INT_RT | PL011_INT_RX | in plcomopen()
920 SET(t.c_cflag, CLOCAL); in plcomopen()
922 SET(t.c_cflag, CRTSCTS); in plcomopen()
924 SET(t.c_cflag, MDMBUF); in plcomopen()
1271 SET(sc->sc_lcr, PL01X_LCR_BRK); in plcom_break()
1293 SET(sc->sc_mcr, sc->sc_mcr_dtr); in plcom_modem()
1314 SET(plcombits, PL01X_MCR_DTR); in tiocm_to_plcom()
1316 SET(plcombits, PL01X_MCR_RTS); in tiocm_to_plcom()
1324 SET(sc->sc_mcr, plcombits); in tiocm_to_plcom()
1329 SET(sc->sc_mcr, plcombits); in tiocm_to_plcom()
1351 SET(ttybits, TIOCM_DTR); in plcom_to_tiocm()
1353 SET(ttybits, TIOCM_RTS); in plcom_to_tiocm()
1357 SET(ttybits, TIOCM_CD); in plcom_to_tiocm()
1359 SET(ttybits, TIOCM_CTS); in plcom_to_tiocm()
1361 SET(ttybits, TIOCM_DSR); in plcom_to_tiocm()
1363 SET(ttybits, TIOCM_RI); in plcom_to_tiocm()
1366 SET(ttybits, TIOCM_LE); in plcom_to_tiocm()
1378 SET(lcr, PL01X_LCR_5BITS); in cflag2lcr()
1381 SET(lcr, PL01X_LCR_6BITS); in cflag2lcr()
1384 SET(lcr, PL01X_LCR_7BITS); in cflag2lcr()
1387 SET(lcr, PL01X_LCR_8BITS); in cflag2lcr()
1391 SET(lcr, PL01X_LCR_PEN); in cflag2lcr()
1393 SET(lcr, PL01X_LCR_EPS); in cflag2lcr()
1396 SET(lcr, PL01X_LCR_STP2); in cflag2lcr()
1435 SET(t->c_cflag, CLOCAL); in plcomparam()
1463 SET(sc->sc_lcr, PL01X_LCR_FEN); in plcomparam()
1506 SET(sc->sc_cr, PL011_CR_CTSEN | PL011_CR_RTSEN); in plcomparam()
1533 SET(sc->sc_mcr, PL01X_MCR_RTS); in plcomparam()
1549 SET(sc->sc_mcr, sc->sc_mcr_dtr); in plcomparam()
1691 SET(sc->sc_cr, PL011_MCR(sc->sc_mcr_active)); in plcom_loadchannelregs()
1713 SET(sc->sc_rx_flags, RX_TTY_BLOCKED); in plcomhwiflow()
1746 SET(sc->sc_mcr, sc->sc_mcr_rts); in plcom_hwiflow()
1747 SET(sc->sc_mcr_active, sc->sc_mcr_rts); in plcom_hwiflow()
1759 SET(sc->sc_cr, PL011_MCR(sc->sc_mcr_active)); in plcom_hwiflow()
1798 SET(tp->t_state, TS_BUSY); in plcomstart()
1805 SET(sc->sc_cr, PL010_CR_TIE); in plcomstart()
1812 SET(sc->sc_imsc, PL011_INT_TX); in plcomstart()
1847 SET(tp->t_state, TS_FLUSH); in plcomstop()
1904 SET(code, TTY_FE); in plcom_rxsoft()
1906 SET(code, TTY_PE); in plcom_rxsoft()
1932 SET(sc->sc_rx_flags, RX_TTY_OVERFLOWED); in plcom_rxsoft()
1952 SET(sc->sc_cr, in plcom_rxsoft()
1958 SET(sc->sc_imsc, in plcom_rxsoft()
2166 SET(sc->sc_rx_flags, RX_IBUF_BLOCKED); in plcomintr()
2175 SET(sc->sc_rx_flags, RX_IBUF_OVERFLOWED); in plcomintr()
2292 SET(sc->sc_msr_delta, delta); in plcomintr()