Lines Matching refs:line
567 int line = 0;
586 grlib_apbuart_nodes[line] = np;
590 port = &grlib_apbuart_ports[line];
599 port->line = line;
601 port->fifosize = apbuart_scan_fifo_size((struct uart_port *) port, line);
602 line++;
605 if (line == UART_NR)
609 grlib_apbuart_driver.nr = grlib_apbuart_port_nr = line;
610 return line ? 0 : -ENODEV;