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

/freebsd-11-stable/sys/dev/cy/
H A Dcy.c124 * CS_RTS_IFLOW = CRTS_IFLOW (maintained by cyparam())
135 #define CS_RTS_IFLOW 8 /* use RTS input flow control */ macro
585 && (com->state & CS_RTS_IFLOW
641 if ((com->state & CS_RTS_IFLOW) && !(com->mcr_image & com->mcr_rts) &&
760 && com->state & CS_RTS_IFLOW)
816 && com->state & CS_RTS_IFLOW)
1515 com->state |= CS_RTS_IFLOW;
1517 * If CS_RTS_IFLOW just changed from off to on, the change
1522 } else if (com->state & CS_RTS_IFLOW) {
1523 com->state &= ~CS_RTS_IFLOW;
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c195 * CS_RTS_IFLOW = CRTS_IFLOW (maintained by comparam())
206 #define CS_RTS_IFLOW 8 /* use RTS input flow control */ macro
2084 && (com->state & CS_RTS_IFLOW
2139 if ((com->state & CS_RTS_IFLOW) &&
2144 if ((com->state & CS_RTS_IFLOW) &&
2150 if ((com->state & CS_RTS_IFLOW) && !(com->mcr_image & MCR_RTS) &&
2429 && com->state & CS_RTS_IFLOW)
2872 com->state |= CS_RTS_IFLOW;
2875 * If CS_RTS_IFLOW just changed from off to on, the change
2880 } else if (com->state & CS_RTS_IFLOW) {
[all...]
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c131 * CS_RTS_IFLOW = CRTS_IFLOW (maintained by comparam())
142 #define CS_RTS_IFLOW 8 /* use RTS input flow control */ macro
1341 && (com->state & CS_RTS_IFLOW
1394 if ((com->state & CS_RTS_IFLOW) && !(com->mcr_image & MCR_RTS) &&
1579 && com->state & CS_RTS_IFLOW)
1877 com->state |= CS_RTS_IFLOW;
1880 * If CS_RTS_IFLOW just changed from off to on, the change
1885 } else if (com->state & CS_RTS_IFLOW) {
1886 com->state &= ~CS_RTS_IFLOW;
1888 * CS_RTS_IFLOW jus
[all...]

Completed in 84 milliseconds