Lines Matching defs:bits
134 /* Set parity, sync config, stop bits, and clock divisor. */
137 /* Set misc. TX/RX control bits. */
140 /* Set TX/RX controls sans the enable bits. */
391 * R3 interrup status bits are masked by R1 interrupt enable
392 * bits, better safe than sorry). --BenH.
533 * Set Modem Control (RTS & DTR) bits
568 pmz_debug("pmz_set_mctrl: set bits: %x, clear bits: %x -> %x\n",
574 * Get Modem Control bits (only the input ones, the core will
1036 /* Character size, stop bits, and parity. */
1488 * Init remaining bits of "port" structure
1986 int bits = 8;
2034 uart_parse_options(options, &baud, &parity, &bits, &flow);
2036 return uart_set_options(port, co, baud, parity, bits, flow);