Lines Matching refs:sc_mcr
112 u_char sc_mcr; member
779 CLR(sc->sc_mcr, combits); in tiocm_to_ucom()
783 SET(sc->sc_mcr, combits); in tiocm_to_ucom()
787 CLR(sc->sc_mcr, UMCR_DTR | UMCR_RTS); in tiocm_to_ucom()
788 SET(sc->sc_mcr, combits); in tiocm_to_ucom()
793 ucom_dtr(sc, (sc->sc_mcr & UMCR_DTR) != 0); in tiocm_to_ucom()
795 ucom_rts(sc, (sc->sc_mcr & UMCR_RTS) != 0); in tiocm_to_ucom()
804 combits = sc->sc_mcr; in ucom_to_tiocm()
926 sc->sc_mcr = UMCR_DTR | UMCR_RTS; in ucomparam()
928 sc->sc_mcr = UMCR_DTR; in ucomparam()
976 CLR(sc->sc_mcr, sc->sc_mcr_rts); in ucom_hwiflow()
979 SET(sc->sc_mcr, sc->sc_mcr_rts); in ucom_hwiflow()