Searched refs:UMSR_CTS (Results 1 – 6 of 6) sorted by relevance
143 #define UMSR_CTS 0x10 /* Current Clear to Send */ macro
323 *msr = ISSET(mdmsts, SLSA_MDMSTS_CTS) ? UMSR_CTS : 0; in uslsa_get_status()
416 com->c_msr = UMSR_DSR | UMSR_CTS | UMSR_DCD; in u3g_attach()
834 SET(sc->sc_msr, UMSR_CTS); in uvscom_intr()
947 sc->sc_msr |= UMSR_CTS; in uplcom_intr()
1012 if (ISSET(combits, UMSR_CTS)) in ucom_to_tiocm()