Home
last modified time | relevance | path

Searched refs:MCS7840_UART_LCR_STOPB1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/serial/
H A Dumcs.h580 #define MCS7840_UART_LCR_STOPB1 0x00 /* 1 stop bit in any case */ macro
H A Dumcs.c489 sc->sc_ports[pn].sc_lcr = MCS7840_UART_LCR_DATALEN8 | MCS7840_UART_LCR_STOPB1; in umcs7840_cfg_open()
618 lcr |= MCS7840_UART_LCR_STOPB1; in umcs7840_cfg_param()