Lines Matching refs:co
500 static void mcf_console_putc(struct console *co, const char c)
502 struct uart_port *port = &(mcf_ports + co->index)->port;
518 static void mcf_console_write(struct console *co, const char *s, unsigned int count)
521 mcf_console_putc(co, *s);
523 mcf_console_putc(co, '\r');
529 static int __init mcf_console_setup(struct console *co, char *options)
537 if ((co->index < 0) || (co->index >= MCF_MAXPORTS))
538 co->index = 0;
539 port = &mcf_ports[co->index].port;
546 return uart_set_options(port, co, baud, parity, bits, flow);