Searched refs:CPC_TTY_NPORTS (Results 1 – 1 of 1) sorted by relevance
61 #define CPC_TTY_NPORTS 8 /* maximum number of the sync tty connections */ macro114 static st_cpc_tty_area cpc_tty_area[CPC_TTY_NPORTS];212 if (port >= CPC_TTY_NPORTS) { in cpc_tty_init()215 CPC_TTY_NPORTS-1,port); in cpc_tty_init()223 CPC_TTY_MINOR_START+CPC_TTY_NPORTS); in cpc_tty_init()232 serial_drv.num = CPC_TTY_NPORTS; in cpc_tty_init()251 sizeof(st_cpc_tty_area) * CPC_TTY_NPORTS); in cpc_tty_init()305 if ((port < 0) || (port >= CPC_TTY_NPORTS)){ in cpc_tty_open()683 for (j=0; j < CPC_TTY_NPORTS; j++) { in cpc_tty_rx_work()702 if (++port == CPC_TTY_NPORTS) port = 0; in cpc_tty_rx_work()[all …]