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