Home
last modified time | relevance | path

Searched refs:parity (Results 51 – 75 of 255) sorted by relevance

1234567891011

/linux-6.15/Documentation/devicetree/bindings/cache/
H A Dl2c2x0.yaml164 arm,parity-enable:
165 description: enable parity checking on the L2 cache (L220 or PL310).
168 arm,parity-disable:
169 description: disable parity checking on the L2 cache (L220 or PL310).
/linux-6.15/drivers/tty/serial/
H A Dmcf.c300 port->icount.parity++; in mcf_rx_chars()
507 int parity = 'n'; in mcf_console_setup() local
517 uart_parse_options(options, &baud, &parity, &bits, &flow); in mcf_console_setup()
519 return uart_set_options(port, co, baud, parity, bits, flow); in mcf_console_setup()
H A Daltera_uart.c221 port->icount.parity++; in altera_uart_rx_chars()
440 int parity = 'n'; in altera_uart_console_setup() local
450 uart_parse_options(options, &baud, &parity, &bits, &flow); in altera_uart_console_setup()
452 return uart_set_options(port, co, baud, parity, bits, flow); in altera_uart_console_setup()
H A Dliteuart.c394 int parity = 'n'; in liteuart_console_setup() local
406 uart_parse_options(options, &baud, &parity, &bits, &flow); in liteuart_console_setup()
408 return uart_set_options(port, co, baud, parity, bits, flow); in liteuart_console_setup()
H A Dvt8500_serial.c178 port->icount.parity++; in handle_rx()
499 int parity = 'n'; in vt8500_console_setup() local
511 uart_parse_options(options, &baud, &parity, &bits, &flow); in vt8500_console_setup()
514 co, baud, parity, bits, flow); in vt8500_console_setup()
H A Dmpc52xx_uart.c1399 port->icount.parity++; in mpc52xx_uart_int_rx_chars()
1496 int *baud, int *parity, int *bits, int *flow) in mpc52xx_console_get_options() argument
1525 *parity = 'n'; in mpc52xx_console_get_options()
1527 *parity = mr1 & MPC52xx_PSC_MODE_PARODD ? 'o' : 'e'; in mpc52xx_console_get_options()
1575 int parity = 'n'; in mpc52xx_console_setup() local
1625 uart_parse_options(options, &baud, &parity, &bits, &flow); in mpc52xx_console_setup()
1627 mpc52xx_console_get_options(port, &baud, &parity, &bits, &flow); in mpc52xx_console_setup()
1630 baud, bits, parity, flow); in mpc52xx_console_setup()
1632 return uart_set_options(port, co, baud, parity, bits, flow); in mpc52xx_console_setup()
H A Dfsl_lpuart.c903 sport->port.icount.parity++; in lpuart_rxint()
991 sport->port.icount.parity++; in lpuart32_rxint()
2559 int *parity, int *bits) in lpuart_console_get_options() argument
2573 *parity = 'n'; in lpuart_console_get_options()
2576 *parity = 'o'; in lpuart_console_get_options()
2578 *parity = 'e'; in lpuart_console_get_options()
2608 int *parity, int *bits) in lpuart32_console_get_options() argument
2622 *parity = 'n'; in lpuart32_console_get_options()
2625 *parity = 'o'; in lpuart32_console_get_options()
2627 *parity = 'e'; in lpuart32_console_get_options()
[all …]
H A Dmilbeaut_usio.c174 port->icount.parity++; in mlb_usio_rx_chars()
423 int parity = 'n'; in mlb_usio_console_setup() local
436 uart_parse_options(options, &baud, &parity, &bits, &flow); in mlb_usio_console_setup()
441 return uart_set_options(port, co, baud, parity, bits, flow); in mlb_usio_console_setup()
H A Dsunplus-uart.c251 port->icount.parity++; in receive_chars()
534 int parity = 'n'; in sunplus_console_setup() local
545 uart_parse_options(options, &baud, &parity, &bits, &flow); in sunplus_console_setup()
547 return uart_set_options(&sup->port, co, baud, parity, bits, flow); in sunplus_console_setup()
/linux-6.15/drivers/scsi/
H A DBusLogic.h426 bool parity:1; /* Byte 0 Bit 1 */ member
556 bool parity:1; /* Byte 15 Bit 1 */ member
952 bool parity:1; /* Byte 20 Bit 0 */ member
995 bool parity:1; member
/linux-6.15/Documentation/scsi/
H A Daic7xxx.rst150 - Correct code that disables PCI parity error checking.
179 - Dynamically disable PCI parity error reporting after
182 with bad parity. Once the user has been informed of the
192 - Add ability to disable PCI parity error checking.
242 :Definition: Toggles the detection of PCI parity errors.
244 PCI parity is not generated correctly on the
246 differentiate between these "spurious" parity
247 errors and real parity errors. The symptom of
/linux-6.15/drivers/usb/serial/
H A Dkeyspan_usa28msg.h112 u8 parity, // 1=use parity, 0=don't member
/linux-6.15/include/uapi/linux/dvb/
H A Dca.h116 unsigned int parity; member
/linux-6.15/include/uapi/linux/hdlc/
H A Dioctl.h55 unsigned short parity; member
/linux-6.15/drivers/media/pci/mantis/
H A Dhopper_vp3028.c70 .parity = MANTIS_PARITY_NONE,
H A Dmantis_vp3030.c85 .parity = MANTIS_PARITY_NONE,
H A Dmantis_vp1034.c102 .parity = MANTIS_PARITY_NONE,
/linux-6.15/lib/raid6/
H A Ds390vx.uc58 p = dptr[z0 + 1]; /* XOR parity */
88 p = dptr[disks - 2]; /* XOR parity */
H A Dint.uc84 p = dptr[z0+1]; /* XOR parity */
113 p = dptr[disks-2]; /* XOR parity */
/linux-6.15/drivers/nfc/s3fwrn5/
H A Dfirmware.c59 hdr.type = type | fw_info->parity; in s3fwrn5_fw_prep_msg()
60 fw_info->parity ^= 0x80; in s3fwrn5_fw_prep_msg()
469 fw_info->parity = 0x00; in s3fwrn5_fw_init()
H A Dfirmware.h89 char parity; member
/linux-6.15/net/bluetooth/rfcomm/
H A Dcore.c99 #define __rpn_line_settings(data, stop, parity) ((data & 0x3) | ((stop & 0x1) << 2) | ((parity & 0… argument
998 u8 parity, u8 flow_ctrl_settings, in rfcomm_send_rpn() argument
1008 s, cr, dlci, bit_rate, data_bits, stop_bits, parity, in rfcomm_send_rpn()
1023 rpn->line_settings = __rpn_line_settings(data_bits, stop_bits, parity); in rfcomm_send_rpn()
1492 u8 parity = 0; in rfcomm_recv_rpn() local
1510 parity = RFCOMM_RPN_PARITY_NONE; in rfcomm_recv_rpn()
1548 parity = __get_rpn_parity(rpn->line_settings); in rfcomm_recv_rpn()
1549 if (parity != RFCOMM_RPN_PARITY_NONE) { in rfcomm_recv_rpn()
1550 BT_DBG("RPN parity mismatch 0x%x", parity); in rfcomm_recv_rpn()
1551 parity = RFCOMM_RPN_PARITY_NONE; in rfcomm_recv_rpn()
[all …]
/linux-6.15/fs/ocfs2/
H A Dblockcheck.h75 u32 ocfs2_hamming_encode(u32 parity, void *data, unsigned int d,
/linux-6.15/drivers/net/wan/
H A Dfsl_ucc_hdlc.c839 unsigned short parity) in ucc_hdlc_attach() argument
847 if (parity != PARITY_NONE && in ucc_hdlc_attach()
848 parity != PARITY_CRC32_PR1_CCITT && in ucc_hdlc_attach()
849 parity != PARITY_CRC16_PR0_CCITT && in ucc_hdlc_attach()
850 parity != PARITY_CRC16_PR1_CCITT) in ucc_hdlc_attach()
854 priv->parity = parity; in ucc_hdlc_attach()
/linux-6.15/drivers/md/
H A DKconfig151 contain data sectors, and one drive contains the parity protection.
152 For a RAID-4 set, the parity blocks are present on a single drive,
153 while a RAID-5 set distributes the parity across the drives in one
154 of the available parity distribution methods.
162 in one of the available parity distribution methods.
403 contain data sectors, and one drive contains the parity protection.
404 For a RAID-4 set, the parity blocks are present on a single drive,
405 while a RAID-5 set distributes the parity across the drives in one
406 of the available parity distribution methods.
414 in one of the available parity distribution methods.

1234567891011