Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/rio/
Dport.h128 #define RIO_THROTTLE_RX 0x2000000 /* RX needs to be throttled. */ macro
Drio_linux.c845 port->State |= RIO_THROTTLE_RX; in rio_throttle()
862 port->State &= ~RIO_THROTTLE_RX; in rio_unthrottle()
Driointr.c752 if (PortP->State & RIO_THROTTLE_RX) {