Home
last modified time | relevance | path

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

/drivers/char/rio/
Dport.h79 #define RIO_IXANY 0x0008 /* Port is allowed ixany */ macro
Drioparam.c301 if (PortP->Config & RIO_IXANY) { in RIOParam()
Drioctrl.c568 PortSetup.IxAny = (p->RIOPortp[port]->Config & RIO_IXANY) ? 1 : 0; in riocontrol()