Home
last modified time | relevance | path

Searched refs:OOB_RX_THROTTLE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/fwserial/
Dfwserial.h282 #define OOB_RX_THROTTLE 0x00010000 macro
288 TIOCM_LOOP | OOB_RX_THROTTLE | MCTRL_RSRVD)
Dfwserial.c409 if (port->mctrl & OOB_RX_THROTTLE) in __fwtty_port_line_status()
466 port->mctrl |= OOB_RX_THROTTLE; in fwtty_throttle_port()
469 if (~old & OOB_RX_THROTTLE) in fwtty_throttle_port()
1194 port->mctrl &= ~OOB_RX_THROTTLE; in fwtty_unthrottle()