Searched refs:portcount (Results 1 – 1 of 1) sorted by relevance
1301 unsigned int sig, portcount = 0; in reset_card() local1328 portcount = inw(base + 0x2); in reset_card()1329 if (!(inw(base + 0xe) & 0x1) || (portcount != 0 && portcount != 4 && in reset_card()1330 portcount != 8 && portcount != 16)) { in reset_card()1341 board->port_count = (portcount == 4) ? 4 : 8; in reset_card()