Searched refs:sc_lcr (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/usb/serial/
H A Dumoscom.c184 uint8_t sc_lcr; member in struct:umoscom_softc
425 val = sc->sc_lcr;
518 sc->sc_lcr = data;
H A Dumct.c123 uint8_t sc_lcr; member in struct:umct_softc
444 sc->sc_lcr |= 0x40;
446 sc->sc_lcr &= ~0x40;
448 umct_cfg_do_request(sc, UMCT_SET_LCR, UMCT_SET_LCR_SIZE, sc->sc_lcr);
522 value = (sc->sc_lcr & 0x40);
550 sc->sc_lcr = value;
H A Dumcs.c122 uint8_t sc_lcr; /* local line control register */ member in struct:umcs7840_softc_oneport
492 sc->sc_ports[pn].sc_lcr = MCS7840_UART_LCR_DATALEN8 | MCS7840_UART_LCR_STOPB1;
493 if (umcs7840_set_UART_reg_sync(sc, pn, MCS7840_UART_REG_LCR, sc->sc_ports[pn].sc_lcr))
524 if (umcs7840_get_UART_reg_sync(sc, pn, MCS7840_UART_REG_LCR, &sc->sc_ports[pn].sc_lcr))
599 sc->sc_ports[pn].sc_lcr |= MCS7840_UART_LCR_BREAK;
601 sc->sc_ports[pn].sc_lcr &= ~MCS7840_UART_LCR_BREAK;
603 umcs7840_set_UART_reg_sync(sc, pn, MCS7840_UART_REG_LCR, sc->sc_ports[pn].sc_lcr);
613 uint8_t lcr = sc->sc_ports[pn].sc_lcr;
672 sc->sc_ports[pn].sc_lcr = lcr;
673 umcs7840_set_UART_reg_sync(sc, pn, MCS7840_UART_REG_LCR, sc->sc_ports[pn].sc_lcr);
[all...]

Completed in 183 milliseconds