Lines Matching defs:bits
121 * This list contains only differences of existing bits
146 * is 10 bits long and the timeout counter value is zero, then timeout will
185 * RW. Stick Parity Select. When bits 1, 2, and 7 of this register are set, the
186 * parity bit is transmitted and checked as a 0. When bits 1 and 7 are set,
200 * contains the interrupt enables and the interrupt status bits
240 * register contains the receive data flags and valid bits.
1043 /* figure out the stop bits requested */
1398 int *parity, int *bits)
1417 *bits = 7;
1419 *bits = 8;
1436 int bits = 8;
1457 uart_parse_options(options, &baud, &parity, &bits, &flow);
1459 auart_console_get_options(s, &baud, &parity, &bits);
1461 ret = uart_set_options(&s->port, co, baud, parity, bits, flow);