Searched refs:UART_LCR_WLS_8 (Results 1 – 4 of 4) sorted by relevance
44 #define UART_LCR_WLS_8 0x03 /* 8 bit character length */ macro83 writel(UART_LCR_WLS_8, &plat->regs->lcr); in _mt7620_serial_setbrg()
47 #define UART_LCR_WLS_8 0x03 /* 8 bit character length */ macro124 writel(UART_LCR_WLS_8 | UART_LCR_DLAB, &priv->regs->lcr); in _mtk_serial_setbrg()127 writel(UART_LCR_WLS_8, &priv->regs->lcr); in _mtk_serial_setbrg()
435 int lcr_val = UART_LCR_WLS_8; in ns16550_serial_setconfig()
173 #define UART_LCR_WLS_8 0x03 /* 8 bit character length */ macro
Completed in 11 milliseconds