Home
last modified time | relevance | path

Searched refs:PARITY (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/Documentation/scsi/
H A Daha152x.rst30 PARITY enable parity checking (0/1; default 1 [on])
48 - DSETUP0="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }"
51 - DSETUP1="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }"
66 …aha152x=<IOPORT>[,<IRQ>[,<SCSI-ID>[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY> [,<EXT_TRANS]]]]…
82 aha152x=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS
88 aha152x1=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS
/openbmc/linux/drivers/staging/rts5208/
H A Dxd.h142 #define PARITY 10 macro
H A Dxd.c710 (redunt[PARITY] & XD_BA1_ALL0)) { in reset_xd()
750 if ((redunt[PARITY] & (XD_ECC1_ALL1 | XD_ECC2_ALL1)) in xd_check_data_blank()
766 if (redunt[PARITY] & XD_BA1_BA2_EQL) in xd_load_log_block_addr()
769 else if (redunt[PARITY] & XD_BA1_VALID) in xd_load_log_block_addr()
772 else if (redunt[PARITY] & XD_BA2_VALID) in xd_load_log_block_addr()
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch14690 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0)
14712 - CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
14729 + CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
14754 - CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
14771 + CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
14800 - CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
14807 + CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
14833 - CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
14839 + CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
14868 - CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
[all …]
/openbmc/linux/drivers/scsi/
H A D53c700.h284 #define PARITY 0x08 macro
H A DFlashPoint.c491 #define PARITY BIT(5) macro
2226 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_sfm()
2243 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_sfm()
2248 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_sfm()
3807 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_schkdd()
3811 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_schkdd()
4360 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_phaseChkFifo()
4363 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_phaseChkFifo()
4389 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_phaseChkFifo()
4393 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_phaseChkFifo()
H A Daha152x.c565 #define PARITY (HOSTDATA(shpnt)->parity) macro
764 PARITY = setup->parity; in aha152x_probe_one()
800 PARITY ? "enabled" : "disabled", in aha152x_probe_one()
1517 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER); in busfree_run()
2872 PARITY ? "enabled" : "disabled"); in aha152x_show_info()
H A D53c700.c692 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY in NCR_700_chip_setup()
706 | PARITY | AUTO_ATN, host, SCNTL0_REG); in NCR_700_chip_setup()
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c119 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro
134 CONDITIONAL_SET_FLAG(PARITY(res & 0xFF), F_PF); in set_parity_flag()
/openbmc/linux/Documentation/driver-api/
H A Dlibata.rst754 PARITY ERROR). In such cases, the error should be considered as an ATA
/openbmc/linux/Documentation/admin-guide/
H A Dras.rst851 - ``panic_on_pci_parity`` - Panic on PCI PARITY Error