Home
last modified time | relevance | path

Searched refs:early_out (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tty/serial/8250/
A D8250_ingenic.c63 early_out(port, UART_TX, c); in ingenic_early_console_putc()
112 early_out(port, UART_IER, 0); in ingenic_early_console_setup()
113 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_early_console_setup()
114 early_out(port, UART_DLL, 0); in ingenic_early_console_setup()
115 early_out(port, UART_DLM, 0); in ingenic_early_console_setup()
116 early_out(port, UART_LCR, UART_LCR_WLEN8); in ingenic_early_console_setup()
119 early_out(port, UART_MCR, UART_MCR_RTS | UART_MCR_DTR); in ingenic_early_console_setup()
121 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_early_console_setup()
122 early_out(port, UART_DLL, divisor & 0xff); in ingenic_early_console_setup()
123 early_out(port, UART_DLM, (divisor >> 8) & 0xff); in ingenic_early_console_setup()
[all …]
/linux/fs/nfs/
A Dnfs42xdr.c1123 goto early_out; in decode_read_plus()
1136 goto early_out; in decode_read_plus()
1142 early_out: in decode_read_plus()

Completed in 8 milliseconds