Searched refs:MCS7840_UART_REG_LCR (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/serial/ |
H A D | umcs.c | 490 if (umcs7840_set_UART_reg_sync(sc, pn, MCS7840_UART_REG_LCR, sc->sc_ports[pn].sc_lcr)) in umcs7840_cfg_open() 522 if (umcs7840_get_UART_reg_sync(sc, pn, MCS7840_UART_REG_LCR, &sc->sc_ports[pn].sc_lcr)) in umcs7840_cfg_open() 601 umcs7840_set_UART_reg_sync(sc, pn, MCS7840_UART_REG_LCR, sc->sc_ports[pn].sc_lcr); in umcs7840_cfg_set_break() 670 umcs7840_set_UART_reg_sync(sc, pn, MCS7840_UART_REG_LCR, sc->sc_ports[pn].sc_lcr); in umcs7840_cfg_param() 1061 err = umcs7840_set_UART_reg_sync(sc, portno, MCS7840_UART_REG_LCR, sc->sc_ports[portno].sc_lcr); in umcs7840_set_baudrate() 1074 err = umcs7840_set_UART_reg_sync(sc, portno, MCS7840_UART_REG_LCR, sc->sc_ports[portno].sc_lcr); in umcs7840_set_baudrate()
|
H A D | umcs.h | 533 #define MCS7840_UART_REG_LCR 0x03 /* Line control register R/W */ macro
|