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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Driodrvr.h113 struct ttystatics channel[RIO_PORTS]; /* channel information */
H A Drio.h43 #define RIO_PORTS (PORTS_PER_HOST * RIO_HOSTS) /* max. no. of ports */ macro
H A Drioctrl.c87 /* static char modemtable[RIO_PORTS]; */
520 for (Entry = 0; Entry < RIO_PORTS; Entry++) {
534 if (PortSetup.From > PortSetup.To || PortSetup.To >= RIO_PORTS) {
563 if (PortSetup.From >= RIO_PORTS) {
592 if (PortParams.Port >= RIO_PORTS) {
613 if (PortTty.port >= RIO_PORTS) {
632 if (PortTty.port >= (ushort) RIO_PORTS) {
647 if (PortParams.Port >= (ushort) RIO_PORTS) {
663 if (portStats.port < 0 || portStats.port >= RIO_PORTS) {
683 if (port >= RIO_PORTS) {
[all...]
H A Drio_linux.c819 rio_dprintk(RIO_DEBUG_INIT, "getting : %Zd %Zd %Zd %Zd %Zd bytes\n", RI_SZ, RIO_HOSTS * HOST_SZ, RIO_PORTS * PORT_SZ, RIO_PORTS * TMIO_SZ, RIO_PORTS * TMIO_SZ);
825 if (!(p->RIOPortp = kzalloc(RIO_PORTS * PORT_SZ, GFP_KERNEL)))
830 for (i = 0; i < RIO_PORTS; i++) {
H A Driotty.c120 if (SysPort >= RIO_PORTS) { /* out of range ? */
H A Driotable.c234 if ((MapP->SysPort != NO_PORT) && (MapP->SysPort >= RIO_PORTS)) {
603 if ((MapP->SysPort != NO_PORT) && (MapP->SysPort >= RIO_PORTS)) {
H A Driocmd.c343 for (port = 0; port < RIO_PORTS; port++) {

Completed in 64 milliseconds