Lines Matching defs:flow
214 * must be programmed with this condition before auto RTS or software flow
259 #define SC16IS7XX_EFR_AUTORTS_BIT (1 << 6) /* Auto RTS flow ctrl enable */
260 #define SC16IS7XX_EFR_AUTOCTS_BIT (1 << 7) /* Auto CTS flow ctrl enable */
270 * 00 -> no transmitter flow
284 * 00 -> no received flow
851 /* Device ignores RTS setting when hardware flow is enabled */
948 * Hardware flow control is enabled and thus the device ignores RTS
1004 unsigned int lcr, flow = 0;
1066 /* Configure flow control */
1073 flow |= SC16IS7XX_EFR_AUTOCTS_BIT |
1078 flow |= SC16IS7XX_EFR_SWFLOW3_BIT;
1080 flow |= SC16IS7XX_EFR_SWFLOW1_BIT;
1085 flow);
1165 /* Configure flow control levels */