Home
last modified time | relevance | path

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

/u-boot/drivers/serial/
A Dns16550.c219 int lcr_val = serial_in(&com_port->lcr) & ~UART_LCR_BKSE; in ns16550_setbrg() local
221 serial_out(UART_LCR_BKSE | lcr_val, &com_port->lcr); in ns16550_setbrg()
224 serial_out(lcr_val, &com_port->lcr); in ns16550_setbrg()
435 int lcr_val = UART_LCR_WLS_8; in ns16550_serial_setconfig() local
452 lcr_val |= UART_LCR_PEN; in ns16550_serial_setconfig()
455 lcr_val |= UART_LCR_PEN | UART_LCR_EPS; in ns16550_serial_setconfig()
461 serial_out(lcr_val, &com_port->lcr); in ns16550_serial_setconfig()

Completed in 3 milliseconds