Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtty_port.h135 #define TTY_PORT_CTS_FLOW 3 /* h/w flow control enabled */ macro
174 return test_bit(TTY_PORT_CTS_FLOW, &port->iflags); in tty_port_cts_enabled()
179 assign_bit(TTY_PORT_CTS_FLOW, &port->iflags, val); in tty_port_set_cts_flow()