Searched defs:flow (Results 1 - 4 of 4) sorted by relevance

/arch/mips/mti-malta/
H A Dmalta-init.c138 char parity = '\0', bits = '\0', flow = '\0'; local
151 if (*s == 'h') flow = 'r';
159 if (flow == '\0')
160 flow = 'r';
161 sprintf(console_string, " console=ttyS0,%d%c%c%c", baud, parity, bits, flow);
/arch/mips/ar7/
H A Dprom.c203 char parity = '\0', bits = '\0', flow = '\0'; local
224 flow = 'r';
234 if (flow == 'r')
236 parity, bits, flow);
/arch/powerpc/platforms/wsp/
H A Dopb_pic.c124 static int opb_set_irq_type(struct irq_data *d, unsigned int flow) argument
138 switch (flow) {
168 irqd_set_trigger_type(d, flow);
/arch/mn10300/kernel/
H A Dmn10300-serial.c1278 /* CTS flow control flag and modem status interrupts */
1602 int i, parity = 'n', baud = 9600, bits = 8, flow = 0; local
1628 uart_parse_options(options, &baud, &parity, &bits, &flow);
1630 return uart_set_options(&port->uart, co, baud, parity, bits, flow);

Completed in 99 milliseconds