Lines Matching refs:UART_LCR
150 int lcr = serial_in(up, UART_LCR); in mtk8250_dma_enable()
166 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); in mtk8250_dma_enable()
168 serial_out(up, UART_LCR, lcr); in mtk8250_dma_enable()
227 int lcr = serial_in(up, UART_LCR); in mtk8250_set_flow_ctrl()
229 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); in mtk8250_set_flow_ctrl()
231 serial_out(up, UART_LCR, lcr); in mtk8250_set_flow_ctrl()
232 lcr = serial_in(up, UART_LCR); in mtk8250_set_flow_ctrl()
238 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); in mtk8250_set_flow_ctrl()
241 serial_out(up, UART_LCR, lcr); in mtk8250_set_flow_ctrl()
250 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); in mtk8250_set_flow_ctrl()
257 serial_out(up, UART_LCR, lcr); in mtk8250_set_flow_ctrl()
265 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); in mtk8250_set_flow_ctrl()
274 serial_out(up, UART_LCR, lcr); in mtk8250_set_flow_ctrl()
361 serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB); in mtk8250_set_termios()
365 serial_port_out(port, UART_LCR, up->lcr); in mtk8250_set_termios()