Searched refs:parity (Results 1 - 10 of 10) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/crypto/
H A Ddes_check_key.c54 static const u8 parity[] = { variable
73 n = parity[key[0]]; n <<= 4;
74 n |= parity[key[1]]; n <<= 4;
75 n |= parity[key[2]]; n <<= 4;
76 n |= parity[key[3]]; n <<= 4;
77 n |= parity[key[4]]; n <<= 4;
78 n |= parity[key[5]]; n <<= 4;
79 n |= parity[key[6]]; n <<= 4;
80 n |= parity[key[7]];
/netgear-R7800-V1.0.2.28/target/linux/generic/image/lzma-loader/src/
H A Duart16550.h40 void Uart16550Init(uint32 baud, uint8 data, uint8 parity, uint8 stop);
H A Duart16550.c49 void Uart16550Init(uint32 baud, uint8 data, uint8 parity, uint8 stop) argument
71 UART16550_WRITE(OFS_DATA_FORMAT, data | parity | stop);
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/serial/
H A Dubi32_mailbox.c289 uart->port.icount.parity++;
517 * If we're ignoring parity and break indicators,
651 int *parity, int *bits)
663 *parity = 'n';
666 *parity = 'e';
668 *parity = 'o';
682 pr_debug("%s:baud = %d, parity = %c, bits= %d\n", __FUNCTION__, *baud, *parity, *bits);
696 int parity = 'n'; local
711 uart_parse_options(options, &baud, &parity,
650 ubi32_mailbox_console_get_options(struct ubi32_mailbox_port *uart, int *baud, int *parity, int *bits) argument
[all...]
H A Dubi32_serdes.c117 * [LSB]1 start bit - 8 data bits - no parity - 1 stop bit[MSB]
198 port->icount.parity++;
208 /* drop byte with parity error if IGNPAR specificed */
529 int parity = 'n'; local
544 uart_parse_options(options, &baud, &parity, &bits, &flow);
550 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dubi32_uarttio.c931 int parity = 'n'; local
966 uart_parse_options(options, &baud, &parity, &bits, &flow);
/netgear-R7800-V1.0.2.28/target/linux/amazon/files/drivers/tty/serial/
H A Damazon_asc.c131 port->icount.parity++;
363 /* byte size and parity */
365 /* 7 bits are always with parity */
396 * If we're ignoring parity and break indicators,
409 /* set error signals - framing, parity and overrun */
557 amazonasc_console_get_options(struct uart_port *port, int *baud, int *parity, int *bits) argument
566 *parity = 'n';
570 *parity = 'o';
572 *parity = 'e';
630 int parity local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/adm8668/files/arch/mips/adm8668/
H A Dserial.c176 port->icount.parity++;
495 int parity = 'n'; local
505 uart_parse_options(options, &baud, &parity, &bits, &flow);
507 return uart_set_options(port, co, baud, parity, bits, flow);
/netgear-R7800-V1.0.2.28/docs/
H A Ddebugging.tex39 parity, 1-bit stop.
/netgear-R7800-V1.0.2.28/target/linux/x86/image/
H A DMakefile31 GRUB_SERIAL_CONFIG := serial --unit=0 --speed=$(CONFIG_X86_GRUB_BAUDRATE) --word=8 --parity=no --stop=1

Completed in 280 milliseconds