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

12345678

/linux-master/fs/bcachefs/
H A Dbcachefs_format.h706 x(parity, 6) \
/linux-master/drivers/usb/serial/
H A Dcp210x.c824 port->icount.parity++;
1270 /* CP2101 only supports CS8, 1 stop bit and non-stick parity. */
1320 * Enable event-insertion mode only if input parity checking is
H A Dio_ti.c1540 MAP_FLAG(UMP_UART_LSR_PE_MASK, LSR_PAR_ERR) /* parity error */
1615 icount->parity++;
2261 dev_dbg(dev, "%s - parity = odd\n", __func__);
2265 dev_dbg(dev, "%s - parity = even\n", __func__);
2269 dev_dbg(dev, "%s - parity = none\n", __func__);
H A Dio_edgeport.c1948 icount->parity++;
2379 dev_dbg(dev, "%s - parity = mark\n", __func__);
2382 dev_dbg(dev, "%s - parity = space\n", __func__);
2386 dev_dbg(dev, "%s - parity = odd\n", __func__);
2389 dev_dbg(dev, "%s - parity = even\n", __func__);
2392 dev_dbg(dev, "%s - parity = none\n", __func__);
H A Dkeyspan.c2220 /* If parity is enabled, we must calculate it ourselves. */
2221 msg.parity = 0; /* XXX for now */
H A Dftdi_sio.c2493 * Break takes precedence over parity, which takes precedence
2504 port->icount.parity++;
2676 /* Set number of data bits, parity, stop bits */
2717 dev_err(ddev, "%s FAILED to set databits/stopbits/parity\n",
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h1326 __u8 parity; member in struct:gb_uart_set_line_coding_request
/linux-master/drivers/tty/serial/
H A Dsunzilog.c199 /* Set parity, sync config, stop bits, and clock divisor. */
375 up->port.icount.parity++;
876 /* Character size, stop bits, and parity. */
H A Dserial-tegra.c66 /* Default UART setting when started: 115200 no parity, stop, 8 data bits */
450 tup->uport.icount.parity++;
H A Dicom.c1025 icount->parity++;
1363 /* byte size and parity */
1385 /* parity bit enabled */
1390 /* odd parity */
1420 * Set up parity check flag
1440 * If we're ignore parity and break indicators, ignore
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1303 * If we've cleared the parity error interrupt
1305 * is true, it must be that the parity error is
1354 printk("Unable to clear parity error. "
1602 * SCSIPERR is latched true as soon as a parity error
1604 * caused the parity error and the currently presented
1605 * transfer on the bus has correct parity, SCSIPERR will
1626 * automatically ack a byte that has a parity error
1628 * could be 'data-in' is if the parity error is for
1658 printk("parity error detected %s. "
1691 * get a parity erro
[all...]
H A Daic79xx_core.c2519 printk("%s: SCSI Cell parity error SSTAT3 == 0x%x\n",
2827 * get a parity error on "in" phases, so all we
2973 * Ignore what are really parity errors that
2977 * going busfree resulting in a parity glitch.
6223 * does not disable its parity logic prior to
6225 * parity error to be detected and thus a
7366 * spurious parity errors.
9517 if (fmt1_ins->parity != 0) {
9520 fmt1_ins->parity = 0;
9526 /* Calculate odd parity fo
[all...]
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c13056 u8 parity[NVRAM_SELFBOOT_DATA_SIZE]; local
13059 /* Separate the parity bits and the data bytes. */
13066 parity[k++] = buf8[i] & msk;
13073 parity[k++] = buf8[i] & msk;
13077 parity[k++] = buf8[i] & msk;
13087 if ((hw8 & 0x1) && parity[i])
13089 else if (!(hw8 & 0x1) && !parity[i])
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S10093 #..Check parity of Q

Completed in 687 milliseconds

12345678