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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Disicom.c1521 unsigned int sig, portcount = 0; local
1548 portcount = inw(base + 0x2);
1549 if (!inw(base + 0xe) & 0x1 || (portcount != 0 && portcount != 4 &&
1550 portcount != 8 && portcount != 16)) {
1561 board->port_count = (portcount == 4) ? 4 : 8;

Completed in 119 milliseconds