Lines Matching defs:flow
214 * must be programmed with this condition before auto RTS or software flow
258 #define SC16IS7XX_EFR_AUTORTS_BIT (1 << 6) /* Auto RTS flow ctrl enable */
259 #define SC16IS7XX_EFR_AUTOCTS_BIT (1 << 7) /* Auto CTS flow ctrl enable */
269 * 00 -> no transmitter flow
283 * 00 -> no received flow
880 unsigned int lcr, flow = 0;
939 /* Configure flow control */
944 flow |= SC16IS7XX_EFR_AUTOCTS_BIT |
947 flow |= SC16IS7XX_EFR_SWFLOW3_BIT;
949 flow |= SC16IS7XX_EFR_SWFLOW1_BIT;
951 sc16is7xx_port_write(port, SC16IS7XX_EFR_REG, flow);
1034 /* Configure flow control levels */