Lines Matching refs:index
560 if ((co->index < 0) || (co->index >= MA35_UART_NR)) {
562 co->index);
566 up = &ma35d1serial_ports[co->index];
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;
637 .index = -1,