Searched refs:early_serial_putc (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dearly_printk.c94 static int early_serial_putc(unsigned char ch) function
108 early_serial_putc('\r');
109 early_serial_putc(*s);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dbfin_5xx.c1270 static __init void early_serial_putc(struct uart_port *port, int ch) function
1288 early_serial_putc(&uart->port, '\r');
1289 early_serial_putc(&uart->port, *s);

Completed in 63 milliseconds