Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Disicom.c1315 unsigned int sig, portcount = 0; in reset_card() local
1342 portcount = inw(base + 0x2); in reset_card()
1343 if (!(inw(base + 0xe) & 0x1) || (portcount != 0 && portcount != 4 && in reset_card()
1344 portcount != 8 && portcount != 16)) { in reset_card()
1355 board->port_count = (portcount == 4) ? 4 : 8; in reset_card()