Searched refs:UART_LCR_WLS_8 (Results 1 – 3 of 3) sorted by relevance
44 #define UART_LCR_WLS_8 0x03 /* 8 bit character length */ macro105 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()
361 int lcr_val = UART_LCR_WLS_8; in ns16550_serial_setconfig()
154 #define UART_LCR_WLS_8 0x03 /* 8 bit character length */ macro