Searched refs:CPC_TTY_NPORTS (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300_tty.c64 #define CPC_TTY_NPORTS 8 /* maximum number of the sync tty connections */ macro
117 static st_cpc_tty_area cpc_tty_area[CPC_TTY_NPORTS];
202 if (port >= CPC_TTY_NPORTS) {
205 CPC_TTY_NPORTS-1,port);
213 CPC_TTY_MINOR_START+CPC_TTY_NPORTS);
222 serial_drv.num = CPC_TTY_NPORTS;
249 sizeof(st_cpc_tty_area) * CPC_TTY_NPORTS);
303 if ((port < 0) || (port >= CPC_TTY_NPORTS)){
681 for (j=0; j < CPC_TTY_NPORTS; j++) {
700 if (++port == CPC_TTY_NPORTS) por
[all...]

Completed in 29 milliseconds