early_out 63 drivers/tty/serial/8250/8250_ingenic.c early_out(port, UART_TX, c); early_out 112 drivers/tty/serial/8250/8250_ingenic.c early_out(port, UART_IER, 0); early_out 113 drivers/tty/serial/8250/8250_ingenic.c early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); early_out 114 drivers/tty/serial/8250/8250_ingenic.c early_out(port, UART_DLL, 0); early_out 115 drivers/tty/serial/8250/8250_ingenic.c early_out(port, UART_DLM, 0); early_out 116 drivers/tty/serial/8250/8250_ingenic.c early_out(port, UART_LCR, UART_LCR_WLEN8); early_out 117 drivers/tty/serial/8250/8250_ingenic.c early_out(port, UART_FCR, UART_FCR_UME | UART_FCR_CLEAR_XMIT | early_out 119 drivers/tty/serial/8250/8250_ingenic.c early_out(port, UART_MCR, UART_MCR_RTS | UART_MCR_DTR); early_out 121 drivers/tty/serial/8250/8250_ingenic.c early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); early_out 122 drivers/tty/serial/8250/8250_ingenic.c early_out(port, UART_DLL, divisor & 0xff); early_out 123 drivers/tty/serial/8250/8250_ingenic.c early_out(port, UART_DLM, (divisor >> 8) & 0xff); early_out 124 drivers/tty/serial/8250/8250_ingenic.c early_out(port, UART_LCR, UART_LCR_WLEN8);