Home
last modified time | relevance | path

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

/drivers/char/rio/
Dport.h72 #define RIO_THROTTLE_RX 0x2000000 /* RX needs to be throttled. */ macro
Drio_linux.c669 port->State |= RIO_THROTTLE_RX; in rio_throttle()
686 port->State &= ~RIO_THROTTLE_RX; in rio_unthrottle()
Driointr.c551 if (PortP->State & RIO_THROTTLE_RX) { in RIOReceive()