Home
last modified time | relevance | path

Searched refs:sc_line (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/usb/serial/
H A Duvscom.c152 uint16_t sc_line; /* line control register */ member
312 sc->sc_line = UVSCOM_LINE_INIT; in uvscom_attach()
502 sc->sc_line |= UVSCOM_DTR; in uvscom_cfg_set_dtr()
504 sc->sc_line &= ~UVSCOM_DTR; in uvscom_cfg_set_dtr()
506 uvscom_cfg_write(sc, UVSCOM_LINE_CTL, sc->sc_line); in uvscom_cfg_set_dtr()
517 sc->sc_line |= UVSCOM_RTS; in uvscom_cfg_set_rts()
519 sc->sc_line &= ~UVSCOM_RTS; in uvscom_cfg_set_rts()
521 uvscom_cfg_write(sc, UVSCOM_LINE_CTL, sc->sc_line); in uvscom_cfg_set_rts()
532 sc->sc_line |= UVSCOM_BREAK; in uvscom_cfg_set_break()
534 sc->sc_line &= ~UVSCOM_BREAK; in uvscom_cfg_set_break()
[all …]
H A Duipaq.c96 uint16_t sc_line; member
1248 sc->sc_line |= UCDC_LINE_DTR; in uipaq_cfg_set_dtr()
1250 sc->sc_line &= ~UCDC_LINE_DTR; in uipaq_cfg_set_dtr()
1254 USETW(req.wValue, sc->sc_line); in uipaq_cfg_set_dtr()
1272 sc->sc_line |= UCDC_LINE_RTS; in uipaq_cfg_set_rts()
1274 sc->sc_line &= ~UCDC_LINE_RTS; in uipaq_cfg_set_rts()
1278 USETW(req.wValue, sc->sc_line); in uipaq_cfg_set_rts()
H A Dumodem.c182 uint16_t sc_line; member
679 sc->sc_line |= UCDC_LINE_DTR; in umodem_cfg_set_dtr()
681 sc->sc_line &= ~UCDC_LINE_DTR; in umodem_cfg_set_dtr()
685 USETW(req.wValue, sc->sc_line); in umodem_cfg_set_dtr()
703 sc->sc_line |= UCDC_LINE_RTS; in umodem_cfg_set_rts()
705 sc->sc_line &= ~UCDC_LINE_RTS; in umodem_cfg_set_rts()
709 USETW(req.wValue, sc->sc_line); in umodem_cfg_set_rts()
H A Duplcom.c170 uint16_t sc_line; member
667 sc->sc_line |= UCDC_LINE_DTR; in uplcom_cfg_set_dtr()
669 sc->sc_line &= ~UCDC_LINE_DTR; in uplcom_cfg_set_dtr()
673 USETW(req.wValue, sc->sc_line); in uplcom_cfg_set_dtr()
691 sc->sc_line |= UCDC_LINE_RTS; in uplcom_cfg_set_rts()
693 sc->sc_line &= ~UCDC_LINE_RTS; in uplcom_cfg_set_rts()
697 USETW(req.wValue, sc->sc_line); in uplcom_cfg_set_rts()
H A Dufoma.c176 uint16_t sc_line; member
912 USETW(req.wValue, sc->sc_line); in ufoma_cfg_set_line_state()
930 sc->sc_line |= UCDC_LINE_DTR; in ufoma_cfg_set_dtr()
932 sc->sc_line &= ~UCDC_LINE_DTR; in ufoma_cfg_set_dtr()
946 sc->sc_line |= UCDC_LINE_RTS; in ufoma_cfg_set_rts()
948 sc->sc_line &= ~UCDC_LINE_RTS; in ufoma_cfg_set_rts()
H A Du3g.c109 uint16_t sc_line[U3G_MAXPORTS]; /* line status */ member
1226 USETW(req.wValue, sc->sc_line[ucom->sc_subunit]); in u3g_cfg_set_line()
1243 sc->sc_line[ucom->sc_subunit] |= UCDC_LINE_DTR; in u3g_cfg_set_dtr()
1245 sc->sc_line[ucom->sc_subunit] &= ~UCDC_LINE_DTR; in u3g_cfg_set_dtr()
1258 sc->sc_line[ucom->sc_subunit] |= UCDC_LINE_RTS; in u3g_cfg_set_rts()
1260 sc->sc_line[ucom->sc_subunit] &= ~UCDC_LINE_RTS; in u3g_cfg_set_rts()
/freebsd/sys/dev/usb/net/
H A Duhso.c109 int sc_line; member
1368 USETW(req.wValue, sc->sc_line); in uhso_bs_cfg()
1375 "0x%02x: %s\n", sc->sc_line, usbd_errstr(uerr)); in uhso_bs_cfg()
1453 sc->sc_line |= UCDC_LINE_DTR; in uhso_ucom_cfg_set_dtr()
1455 sc->sc_line &= ~UCDC_LINE_DTR; in uhso_ucom_cfg_set_dtr()
1469 sc->sc_line |= UCDC_LINE_RTS; in uhso_ucom_cfg_set_rts()
1471 sc->sc_line &= ~UCDC_LINE_RTS; in uhso_ucom_cfg_set_rts()