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

/freebsd-11-stable/sys/dev/cy/
H A Dcy.c123 * CS_CTS_OFLOW = CCTS_OFLOW (maintained by cyparam())
133 #define CS_CTS_OFLOW 2 /* use CTS output flow control */ macro
893 if (com->state & CS_CTS_OFLOW) {
1539 com->state &= ~CS_CTS_OFLOW;
1541 com->state |= CS_CTS_OFLOW;
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c130 * CS_CTS_OFLOW = CCTS_OFLOW (maintained by comparam())
140 #define CS_CTS_OFLOW 2 /* use CTS output flow control */ macro
1614 if (com->state & CS_CTS_OFLOW) {
1900 com->state &= ~CS_CTS_OFLOW;
1902 com->state |= CS_CTS_OFLOW;
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c194 * CS_CTS_OFLOW = CCTS_OFLOW (maintained by comparam())
204 #define CS_CTS_OFLOW 2 /* use CTS output flow control */ macro
2480 if (com->state & CS_CTS_OFLOW) {
2902 com->state &= ~CS_CTS_OFLOW;
2910 com->state |= CS_CTS_OFLOW;
3410 if (com->state & CS_CTS_OFLOW) {

Completed in 119 milliseconds