Searched refs:portcount (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/char/
H A Disicom.c1317 unsigned int sig, portcount = 0; local
1344 portcount = inw(base + 0x2);
1345 if (!(inw(base + 0xe) & 0x1) || (portcount != 0 && portcount != 4 &&
1346 portcount != 8 && portcount != 16)) {
1357 board->port_count = (portcount == 4) ? 4 : 8;

Completed in 88 milliseconds