Home
last modified time | relevance | path

Searched refs:parity (Results 226 – 250 of 255) sorted by relevance

1234567891011

/linux-6.15/Documentation/arch/powerpc/
H A Deeh-pci-error-recovery.rst50 address line parity errors (for example, due to poor electrical
/linux-6.15/include/linux/greybus/
H A Dgreybus_protocols.h1326 __u8 parity; member
/linux-6.15/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h1476 uint64_t parity:1; member
1484 uint64_t parity:1;
/linux-6.15/drivers/tty/serial/
H A Dmax310x.c718 port->icount.parity++; in max310x_handle_rx()
H A Dsunsu.c329 up->port.icount.parity++; in receive_chars()
H A Dserial-tegra.c450 tup->uport.icount.parity++; in tegra_uart_decode_rx_error()
H A Dsc16is7xx.c669 port->icount.parity++; in sc16is7xx_handle_rx()
H A Dsunzilog.c375 up->port.icount.parity++; in sunzilog_receive_chars()
H A Dicom.c1025 icount->parity++; in recv_interrupt()
/linux-6.15/drivers/usb/serial/
H A Dcp210x.c824 port->icount.parity++; in cp210x_process_lsr()
H A Dio_ti.c1615 icount->parity++; in handle_new_lsr()
H A Dio_edgeport.c1948 icount->parity++; in handle_new_lsr()
H A Dkeyspan.c2221 msg.parity = 0; /* XXX for now */ in keyspan_usa28_send_setup()
H A Dftdi_sio.c2522 port->icount.parity++; in ftdi_process_packet()
/linux-6.15/Documentation/PCI/
H A Dpci-error-recovery.rst14 PCI errors on the bus, such as parity errors on the data and address
/linux-6.15/drivers/tty/serial/8250/
H A DKconfig377 Missing parity bit
/linux-6.15/Documentation/crypto/
H A Ddescore-readme.rst349 which must have odd parity (or -1 is returned) and which must
/linux-6.15/drivers/scsi/aic7xxx/
H A Daic79xx.seq1180 * Perhaps there was a parity error on this last message byte.
1289 * Perhaps there was a parity error on this last message byte
1436 * If there is a parity error, wait for the kernel to
H A Daic7xxx_core.c6991 if (fmt1_ins->parity != 0) { in ahc_download_instr()
6994 fmt1_ins->parity = 0; in ahc_download_instr()
7024 instr.format1.parity = 1; in ahc_download_instr()
H A Daic79xx.reg457 field CIOPARCKEN 0x01 /* Internal bus parity error enable */
3458 * most significant instrution byte (the byte with the parity bit) is written.
H A Daic79xx_core.c9517 if (fmt1_ins->parity != 0) { in ahd_download_instr()
9520 fmt1_ins->parity = 0; in ahd_download_instr()
9535 instr.format1.parity = 1; in ahd_download_instr()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Ddev-sliced-vbi.rst248 - Two bytes in transmission order, including parity bit, lsb first
H A Dbuffer.rst15 or field parity, are stored in a struct :c:type:`v4l2_buffer`,
/linux-6.15/Documentation/driver-api/usb/
H A Dgadget.rst229 per frame, no parity, one stop bit). So for example the controller
/linux-6.15/drivers/net/ethernet/broadcom/
H A Dtg3.c13099 u8 parity[NVRAM_SELFBOOT_DATA_SIZE]; in tg3_test_nvram() local
13109 parity[k++] = buf8[i] & msk; in tg3_test_nvram()
13116 parity[k++] = buf8[i] & msk; in tg3_test_nvram()
13120 parity[k++] = buf8[i] & msk; in tg3_test_nvram()
13130 if ((hw8 & 0x1) && parity[i]) in tg3_test_nvram()
13132 else if (!(hw8 & 0x1) && !parity[i]) in tg3_test_nvram()

1234567891011