Lines Matching defs:bits
13 * error bits as reserved. Having checked with the s3c2410x01,
18 * bits, then action will have to be taken to differentiate the versions
1450 dev_dbg(port->dev, "config: 5bits/char\n");
1454 dev_dbg(port->dev, "config: 6bits/char\n");
1458 dev_dbg(port->dev, "config: 7bits/char\n");
1463 dev_dbg(port->dev, "config: 8bits/char\n");
2277 int *parity, int *bits)
2294 *bits = 5;
2297 *bits = 6;
2300 *bits = 7;
2304 *bits = 8;
2343 int bits = 8;
2367 uart_parse_options(options, &baud, &parity, &bits, &flow);
2369 s3c24xx_serial_get_options(port, &baud, &parity, &bits);
2373 return uart_set_options(port, co, baud, parity, bits, flow);