Searched refs:UART_LCR_DLAB (Results 1 – 3 of 3) sorted by relevance
94 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro109 #define UART_LCR_CONF_MODE_A UART_LCR_DLAB /* Configutation mode A */
180 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
48 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro124 writel(UART_LCR_WLS_8 | UART_LCR_DLAB, &priv->regs->lcr); in _mtk_serial_setbrg()
Completed in 5 milliseconds