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.
401 int *parity, int *bits)
409 *bits = 5;
412 *bits = 6;
415 *bits = 7;
419 *bits = 8;
439 int bits = 8;
449 uart_parse_options(options, &baud, &parity, &bits, &flow);
451 serial21285_get_options(port, &baud, &parity, &bits);
453 return uart_set_options(port, co, baud, parity, bits, flow);