Lines Matching refs:NUMLINES
170 static struct a2232_port a2232_ports[MAX_A2232_BOARDS*NUMLINES];
178 static struct tty_struct *a2232_table[MAX_A2232_BOARDS*NUMLINES] = { NULL, };
179 static struct termios *a2232_termios[MAX_A2232_BOARDS*NUMLINES];
180 static struct termios *a2232_termios_locked[MAX_A2232_BOARDS*NUMLINES];
562 for (p = 0; p < NUMLINES; p++){ /* for every port on this board */ in a2232_vbl_inter()
564 port = &a2232_ports[n*NUMLINES+p]; in a2232_vbl_inter()
650 for(p=0; p < NUMLINES; p++){ /* for all ports */ in a2232_vbl_inter()
690 for (i = 0; i < MAX_A2232_BOARDS*NUMLINES; i++) { in a2232_init_portstructs()
692 port->which_a2232 = i/NUMLINES; in a2232_init_portstructs()
693 port->which_port_on_a2232 = i%NUMLINES; in a2232_init_portstructs()
718 a2232_driver.num = NUMLINES * nr_a2232; in a2232_init_drivers()