Lines Matching defs:bits
45 * We only need 2 bits of data, so instead of creating a whole structure for
46 * this, use bits of the private_data pointer of the uart port structure.
422 int *parity, int *bits)
430 *bits = 5;
433 *bits = 6;
436 *bits = 7;
440 *bits = 8;
460 int bits = 8;
473 uart_parse_options(options, &baud, &parity, &bits, &flow);
475 serial21285_get_options(port, &baud, &parity, &bits);
477 return uart_set_options(port, co, baud, parity, bits, flow);