Searched refs:RIO_IXANY (Results 1 – 3 of 3) sorted by relevance
79 #define RIO_IXANY 0x0008 /* Port is allowed ixany */ macro
301 if (PortP->Config & RIO_IXANY) { in RIOParam()
568 PortSetup.IxAny = (p->RIOPortp[port]->Config & RIO_IXANY) ? 1 : 0; in riocontrol()