portcount        1278 drivers/tty/isicom.c 	unsigned int sig, portcount = 0;
portcount        1305 drivers/tty/isicom.c 	portcount = inw(base + 0x2);
portcount        1306 drivers/tty/isicom.c 	if (!(inw(base + 0xe) & 0x1) || (portcount != 0 && portcount != 4 &&
portcount        1307 drivers/tty/isicom.c 				portcount != 8 && portcount != 16)) {
portcount        1318 drivers/tty/isicom.c 		board->port_count = (portcount == 4) ? 4 : 8;