Searched refs:RIOC_COR2_CTSFLOW (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dcirrus.h69 #define RIOC_COR2_CTSFLOW 0x04 /* Enable rx hardware flow control */ macro
H A Driointr.c399 if (RIOParam(PortP, RIOC_OPEN, ((PortP->Cor2Copy & (RIOC_COR2_RTSFLOW | RIOC_COR2_CTSFLOW)) == (RIOC_COR2_RTSFLOW | RIOC_COR2_CTSFLOW)) ? 1 : 0, DONT_SLEEP) == RIO_FAIL)
H A Drioparam.c319 Cor2 |= RIOC_COR2_CTSFLOW;
323 Cor2 &= ~RIOC_COR2_CTSFLOW;

Completed in 170 milliseconds