Searched refs:PARITY (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/Documentation/scsi/ |
D | aha152x.txt | 23 PARITY enable parity checking (0/1; default 1 [on]) 37 -DSETUP0="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 40 -DSETUP1="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 52 aha152x=<IOPORT>[,<IRQ>[,<SCSI-ID>[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY> [,<EXT_TRANS]]]]]… 67 aha152x=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS 71 aha152x1=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS
|
/Linux-v4.19/drivers/staging/rts5208/ |
D | xd.h | 154 #define PARITY 10 macro
|
D | xd.c | 766 (redunt[PARITY] & XD_BA1_ALL0)) { in reset_xd() 807 if ((redunt[PARITY] & (XD_ECC1_ALL1 | XD_ECC2_ALL1)) in xd_check_data_blank() 823 if (redunt[PARITY] & XD_BA1_BA2_EQL) in xd_load_log_block_addr() 826 else if (redunt[PARITY] & XD_BA1_VALID) in xd_load_log_block_addr() 829 else if (redunt[PARITY] & XD_BA2_VALID) in xd_load_log_block_addr()
|
/Linux-v4.19/drivers/scsi/ |
D | 53c700.h | 284 #define PARITY 0x08 macro
|
D | aha152x.c | 558 #define PARITY (HOSTDATA(shpnt)->parity) macro 756 PARITY = setup->parity; in aha152x_probe_one() 792 PARITY ? "enabled" : "disabled", in aha152x_probe_one() 1499 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER); in busfree_run() 2832 PARITY ? "enabled" : "disabled"); in aha152x_show_info()
|
D | FlashPoint.c | 519 #define PARITY BIT(5) macro 2255 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_sfm() 2272 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_sfm() 2277 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_sfm() 3831 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_schkdd() 3835 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_schkdd() 4388 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_phaseChkFifo() 4391 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_phaseChkFifo() 4417 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_phaseChkFifo() 4421 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_phaseChkFifo()
|
D | 53c700.c | 676 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY in NCR_700_chip_setup() 690 | PARITY | AUTO_ATN, host, SCNTL0_REG); in NCR_700_chip_setup()
|
/Linux-v4.19/Documentation/driver-api/ |
D | libata.rst | 791 PARITY ERROR). In such cases, the error should be considered as an ATA
|
/Linux-v4.19/Documentation/admin-guide/ |
D | ras.rst | 842 - ``panic_on_pci_parity`` - Panic on PCI PARITY Error
|