Searched refs:NUMLINES (Results 1 – 3 of 3) sorted by relevance
67 #define NUMLINES 7 /* number of lines per board */ macro105 (0x0200 - NUMLINES * sizeof(struct a2232status) - \107 #define A2232_MEMPAD2 (0x2000 - NUMLINES * A2232_IOBUFLEN - A2232_IOBUFLEN)110 struct a2232status Status[NUMLINES]; /* 0x0000-0x006f status areas */113 u_char OutBuf[NUMLINES][A2232_IOBUFLEN];/* 0x0200-0x08ff output bufs */114 u_char InBuf[NUMLINES][A2232_IOBUFLEN]; /* 0x0900-0x0fff input bufs */115 u_char InCtl[NUMLINES][A2232_IOBUFLEN]; /* 0x1000-0x16ff control data */
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()[all …]
744 NUMLINES=`grep -n '^$' $MAPFILE | sed -e 's/:.*//g'`746 SEGMENTS=`head -n $NUMLINES $MAPFILE | tail -n $(eval expr $NUMLINES - 1)`