Home
last modified time | relevance | path

Searched refs:RIO_PORTS (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Drioctrl.c707 for ( Entry=0; Entry < RIO_PORTS; Entry++ ) {
723 PortSetup.To >= RIO_PORTS ) {
805 if ( PortSetup.From >= RIO_PORTS ) {
841 if (PortParams.Port >= RIO_PORTS) {
864 if ( PortTty.port >= RIO_PORTS ) {
891 if (PortTty.port >= (ushort) RIO_PORTS) {
915 if (PortParams.Port >= (ushort) RIO_PORTS) {
932 if ( portStats.port >= RIO_PORTS ) {
953 if ( port >= RIO_PORTS ) {
974 if ( portStats.port >= RIO_PORTS ) {
[all …]
Drio_linux.c1007 RIO_PORTS * PORT_SZ, in rio_init_datastructures()
1008 RIO_PORTS * TMIO_SZ, in rio_init_datastructures()
1009 RIO_PORTS * TMIO_SZ); in rio_init_datastructures()
1013 if (!(p->RIOPortp = ckmalloc (RIO_PORTS * PORT_SZ))) goto free2; in rio_init_datastructures()
1014 if (!(rio_termios = ckmalloc (RIO_PORTS * TMIO_SZ))) goto free3; in rio_init_datastructures()
1015 if (!(rio_termios_locked = ckmalloc (RIO_PORTS * TMIO_SZ))) goto free4; in rio_init_datastructures()
1025 for (i = 0; i < RIO_PORTS; i++) { in rio_init_datastructures()
Driodrvr.h117 struct ttystatics channel[RIO_PORTS]; /* channel information */
Drio.h75 #define RIO_PORTS (PORTS_PER_HOST * RIO_HOSTS) /* max. no. of ports */ macro
Drioinit.c1377 p->RIOPortp = (struct Port *)sysbrk(RIO_PORTS * sizeof(struct Port));
1383 bzero( p->RIOPortp, sizeof(struct Port) * RIO_PORTS );
1388 for( port=0; port<RIO_PORTS; port++ ) {
Driotty.c184 if (SysPort >= RIO_PORTS) { /* out of range ? */ in riotopen()
910 if ( SysPort >= RIO_PORTS ) {
Driotable.c257 if ((MapP->SysPort != NO_PORT)&&(MapP->SysPort >= RIO_PORTS)) {
666 if ( (MapP->SysPort != NO_PORT) && (MapP->SysPort >= RIO_PORTS) ) in RIOAssignRta()
Driointr.c906 if ( SysPort < 0 || SysPort >= RIO_PORTS ) {
Driocmd.c375 for ( port=0; port<RIO_PORTS; port++) {