Home
last modified time | relevance | path

Searched refs:RIO_IXANY (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Dport.h135 #define RIO_IXANY 0x0008 /* Port is allowed ixany */ macro
Driotty.c1070 PortP->Config |= RIO_IXANY;
1076 PortP->Config &= ~RIO_IXANY;
Drioctrl.c749 PortP->Config |= RIO_IXANY;
751 PortP->Config &= ~RIO_IXANY;
811 PortSetup.IxAny = (p->RIOPortp[port]->Config & RIO_IXANY) ?
Drioparam.c362 if ( PortP->Config & RIO_IXANY ) {