Lines Matching refs:co
553 static void ma35d1serial_console_write(struct console *co, const char *s, u32 count)
560 if ((co->index < 0) || (co->index >= MA35_UART_NR)) {
562 co->index);
566 up = &ma35d1serial_ports[co->index];
590 static int __init ma35d1serial_console_setup(struct console *co, char *options)
601 if ((co->index < 0) || (co->index >= MA35_UART_NR)) {
602 pr_debug("Console Port%x out of range\n", co->index);
606 np = ma35d1serial_uart_nodes[co->index];
607 p = &ma35d1serial_ports[co->index];
623 port = &ma35d1serial_ports[co->index].port;
628 return uart_set_options(port, co, baud, parity, bits, flow);