Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_mtk.c44 #define UART_LCR_WLS_8 0x03 /* 8 bit character length */ macro
105 writel(UART_LCR_WLS_8 | UART_LCR_DLAB, &priv->regs->lcr); in _mtk_serial_setbrg()
108 writel(UART_LCR_WLS_8, &priv->regs->lcr); in _mtk_serial_setbrg()
H A Dns16550.c361 int lcr_val = UART_LCR_WLS_8; in ns16550_serial_setconfig()
/openbmc/u-boot/include/
H A Dns16550.h154 #define UART_LCR_WLS_8 0x03 /* 8 bit character length */ macro