HomeSort by: relevance | last modified time | path
    Searched refs:UCDC_LINE_DTR (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/usb/
uipaq.c 262 if (onoff && (sc->sc_lcr & UCDC_LINE_DTR))
264 if (!onoff && !(sc->sc_lcr & UCDC_LINE_DTR))
270 sc->sc_lcr = onoff ? sc->sc_lcr | UCDC_LINE_DTR
271 : sc->sc_lcr & ~UCDC_LINE_DTR;
usbcdc.h 112 #define UCDC_LINE_DTR 0x0001
umodem_common.c 570 ls = (sc->sc_dtr ? UCDC_LINE_DTR : 0) |
uplcom.c 638 ls = (sc->sc_dtr ? UCDC_LINE_DTR : 0) |
uhso.c 1288 SET(val, UCDC_LINE_DTR);

Completed in 69 milliseconds