HomeSort by: relevance | last modified time | path
    Searched defs:sc_lcr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/usb/
uipaq.c 89 uint16_t sc_lcr; /* state for DTR/RTS */ member in struct:uipaq_softc
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;
272 USETW(req.wValue, sc->sc_lcr);
296 if (onoff && (sc->sc_lcr & UCDC_LINE_RTS)) return;
297 if (!onoff && !(sc->sc_lcr & UCDC_LINE_RTS)) return;
301 sc->sc_lcr = onoff ? sc->sc_lcr | UCDC_LINE_RT
    [all...]
uvscom.c 159 uint16_t sc_lcr; /* Line control */ member in struct:uvscom_softc
335 sc->sc_lcr = UVSCOM_LINE_INIT;
559 SET(sc->sc_lcr, UVSCOM_DTR);
561 CLR(sc->sc_lcr, UVSCOM_DTR);
563 uvscom_set_line(sc, sc->sc_lcr);
578 SET(sc->sc_lcr, UVSCOM_RTS);
580 CLR(sc->sc_lcr, UVSCOM_RTS);
582 uvscom_set_line(sc, sc->sc_lcr);
592 uvscom_set_line(sc, SET(sc->sc_lcr, UVSCOM_BREAK));
  /src/sys/arch/evbarm/dev/
plcomvar.h 142 volatile uint32_t sc_lcr, sc_ifls; member in struct:plcom_softc
  /src/sys/dev/ic/
comvar.h 181 sc_mcr_active, sc_lcr, sc_ier, sc_fifo, sc_dlbl, sc_dlbh, sc_efr; member in struct:com_softc

Completed in 14 milliseconds