Searched refs:parity (Results 151 - 175 of 189) sorted by relevance

12345678

/linux-master/drivers/tty/serial/8250/
H A D8250_port.c1721 port->icount.parity++;
2784 * If we're ignoring parity and break indicators,
3444 int parity = 'n'; local
3452 uart_parse_options(options, &baud, &parity, &bits, &flow);
3456 ret = uart_set_options(port, port->cons, baud, parity, bits, flow);
H A D8250_pci1xxxx.c323 port->icount.parity++;
H A D8250_bcm7271.c467 up->icount.parity++;
/linux-master/drivers/tty/serial/
H A Dmen_z135_uart.c205 port->icount.parity++;
673 /* parity */
694 termios->c_cflag &= ~CMSPAR; /* Mark/Space parity is not supported */
H A Dstm32-usart.c415 port->icount.parity++;
457 * Apply rdr_mask on buffer in order to mask parity bit.
459 * 8 bits and already ignores parity bit.
1222 * CS8 + parity, 9 bits word aka [M1:M0] = 0b01
1223 * CS7 or (CS6 + parity), 7 bits word aka [M1:M0] = 0b10
1224 * CS8 or (CS7 + parity), 8 bits word aka [M1:M0] = 0b00
1333 * If we're ignoring parity and break indicators,
1964 int parity = 'n'; local
1982 uart_parse_options(options, &baud, &parity, &bits, &flow);
1984 return uart_set_options(&stm32port->port, co, baud, parity, bit
[all...]
H A Dsh-sci.c675 /* Store the mask, clear parity/framing errors */
925 port->icount.parity++;
976 /* parity error */
977 port->icount.parity++;
2557 /* byte size and parity */
3086 int parity = 'n'; local
3110 uart_parse_options(options, &baud, &parity, &bits, &flow);
3112 return uart_set_options(port, co, baud, parity, bits, flow);
H A Ducc_uart.c98 __be16 parec; /* receive parity error counter */
529 port->icount.parity++;
896 * Set up parity check flag
913 * If we're ignore parity and break indicators, ignore
H A Dsunsu.c353 up->port.icount.parity++;
852 * If we're ignoring parity and break indicators,
1326 * Setup initial baud/bits/parity. We do two things here:
H A Dmax310x.c94 #define MAX310X_LSR_RXPAR_BIT (1 << 2) /* RX parity error */
155 #define MAX310X_LCR_EVENPARITY_BIT (1 << 4) /* Even parity bit enable */
156 #define MAX310X_LCR_FORCEPARITY_BIT (1 << 5) /* 9-bit multidrop parity */
661 * Break condition, parity checking, framing errors -- they
718 port->icount.parity++;
H A Dsunsab.c193 up->port.icount.parity++;
687 /* Byte size and parity */
748 * If we're ignoring parity and break indicators,
H A Dsc16is7xx.c142 #define SC16IS7XX_LCR_EVENPARITY_BIT (1 << 4) /* Even parity bit enable */
143 #define SC16IS7XX_LCR_FORCEPARITY_BIT (1 << 5) /* 9-bit multidrop parity */
656 port->icount.parity++;
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y1675 f1_instr->parity = 1;
1812 f3_instr->parity = 1;
/linux-master/lib/
H A Dbch.c30 * Call bch_encode to compute and store ecc parity bytes to a given buffer.
194 * bch_encode - calculate BCH ecc parity of data
198 * @ecc: ecc parity data, must be initialized by caller
200 * The @ecc parity array is used both as input and output parameter, in order to
204 * The exact number of computed ecc parity bits is given by member @ecc_bits of
225 /* load ecc parity bytes into internal 32-bit buffer */
283 /* store ecc parity bytes into original parity buffer */
314 static inline int parity(unsigned int x) function
530 tmp |= parity(mas
[all...]
/linux-master/drivers/net/wan/
H A Dixp4xx_hss.c1210 unsigned short parity)
1217 switch (parity) {
1209 hss_hdlc_attach(struct net_device *dev, unsigned short encoding, unsigned short parity) argument
H A Dfarsync.c2168 fst_attach(struct net_device *dev, unsigned short encoding, unsigned short parity) argument
2172 if (encoding != ENCODING_NRZ || parity != PARITY_CRC16_PR1_CCITT)
/linux-master/drivers/usb/class/
H A Dcdc-acm.c349 acm->iocount.parity++;
1051 icount->parity = acm->iocount.parity;
/linux-master/drivers/tty/
H A Dnozomi.c1704 icount->parity = cnow.parity;
/linux-master/arch/m68k/fpsp040/
H A Dsrem_mod.S408 |..Check parity of Q
/linux-master/drivers/usb/serial/
H A Df81232.c363 port->icount.parity++;
H A Dquatech2.c847 icount->parity++;
H A Df81534.c1209 port->icount.parity++;
/linux-master/drivers/ipack/devices/
H A Dipoctal.c153 icount->parity = channel->stats.parity_err;
536 /* Mark or space parity is not supported */
/linux-master/drivers/net/wireless/broadcom/b43/
H A Db43.h670 bool parity; /* Check for parity */ member in struct:b43_dma
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h1476 uint64_t parity:1; member in struct:cvmx_lmcx_dimm_ctl::cvmx_lmcx_dimm_ctl_s
1484 uint64_t parity:1;
/linux-master/drivers/scsi/isci/
H A Dphy.c226 * are transmitted shall have an even parity. Calculate the parity.
235 /* If parity indicates there are an odd number of bits set, then
236 * set the parity bit to 1 in the phy capabilities.
239 phy_cap.parity = 1;

Completed in 261 milliseconds

12345678