Searched refs:PARITY (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/Documentation/scsi/ |
D | aha152x.rst | 30 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
|
/linux-6.1.9/drivers/staging/rts5208/ |
D | xd.h | 142 #define PARITY 10 macro
|
D | xd.c | 717 (redunt[PARITY] & XD_BA1_ALL0)) { in reset_xd() 757 if ((redunt[PARITY] & (XD_ECC1_ALL1 | XD_ECC2_ALL1)) in xd_check_data_blank() 773 if (redunt[PARITY] & XD_BA1_BA2_EQL) in xd_load_log_block_addr() 776 else if (redunt[PARITY] & XD_BA1_VALID) in xd_load_log_block_addr() 779 else if (redunt[PARITY] & XD_BA2_VALID) in xd_load_log_block_addr()
|
/linux-6.1.9/drivers/scsi/ |
D | 53c700.h | 284 #define PARITY 0x08 macro
|
D | FlashPoint.c | 491 #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()
|
D | aha152x.c | 565 #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()
|
D | 53c700.c | 692 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()
|
/linux-6.1.9/Documentation/driver-api/ |
D | libata.rst | 780 PARITY ERROR). In such cases, the error should be considered as an ATA
|
/linux-6.1.9/Documentation/admin-guide/ |
D | ras.rst | 851 - ``panic_on_pci_parity`` - Panic on PCI PARITY Error
|