Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dns16550.c152 int lcr_val = serial_in(&com_port->lcr) & ~UART_LCR_BKSE; in NS16550_setbrg() local
154 serial_out(UART_LCR_BKSE | lcr_val, &com_port->lcr); in NS16550_setbrg()
157 serial_out(lcr_val, &com_port->lcr); in NS16550_setbrg()
361 int lcr_val = UART_LCR_WLS_8; in ns16550_serial_setconfig() local
378 lcr_val |= UART_LCR_PEN; in ns16550_serial_setconfig()
381 lcr_val |= UART_LCR_PEN | UART_LCR_EPS; in ns16550_serial_setconfig()
387 serial_out(lcr_val, &com_port->lcr); in ns16550_serial_setconfig()