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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D8250_pci.c2298 int num_iomem, num_port, first_port = -1, i; local
2324 num_iomem = num_port = 0;
2327 num_port++;
2340 if (num_iomem <= 1 && num_port == 1) {
2352 num_port = 0;
2356 (first_port == -1 || (first_port + num_port) == i)) {
2357 num_port++;
2363 if (num_port > 1) {
2365 board->num_ports = num_port;

Completed in 36 milliseconds