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

/freebsd-9.3-release/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-9.3-release/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
1609 if (com->state & CS_CTS_OFLOW) {
1895 com->state &= ~CS_CTS_OFLOW;
1897 com->state |= CS_CTS_OFLOW;
/freebsd-9.3-release/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 505 milliseconds