Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Disicom.c1301 unsigned int sig, portcount = 0; in reset_card() local
1328 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()