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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/rio/
H A Dlink.h90 u16 first_port; /* First port to service */ member in struct:LPB
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A D8250_pci.c1524 int num_iomem, num_port, first_port = -1, i; local
1542 if (first_port == -1)
1543 first_port = i;
1555 board->flags = first_port;
1556 board->num_ports = pci_resource_len(dev, first_port) / 8;
1565 first_port = -1;
1570 (first_port == -1 || (first_port + num_port) == i)) {
1572 if (first_port == -1)
1573 first_port
[all...]

Completed in 21 milliseconds