Searched refs:PARITY (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/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-4.4.14/drivers/staging/rts5208/ |
D | xd.h | 154 #define PARITY 10 macro
|
D | xd.c | 789 (redunt[PARITY] & XD_BA1_ALL0)) { in reset_xd() 833 if ((redunt[PARITY] & (XD_ECC1_ALL1 | XD_ECC2_ALL1)) in xd_check_data_blank() 850 if (redunt[PARITY] & XD_BA1_BA2_EQL) in xd_load_log_block_addr() 853 else if (redunt[PARITY] & XD_BA1_VALID) in xd_load_log_block_addr() 856 else if (redunt[PARITY] & XD_BA2_VALID) in xd_load_log_block_addr()
|
/linux-4.4.14/drivers/scsi/ |
D | NCR5380.h | 100 #ifdef PARITY
|
D | 53c700.h | 282 #define PARITY 0x08 macro
|
D | aha152x.c | 558 #define PARITY (HOSTDATA(shpnt)->parity) macro 754 PARITY = setup->parity; in aha152x_probe_one() 790 PARITY ? "enabled" : "disabled", in aha152x_probe_one() 1500 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER); in busfree_run() 2833 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 | 678 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY in NCR_700_chip_setup() 692 | PARITY | AUTO_ATN, host, SCNTL0_REG); in NCR_700_chip_setup()
|
D | NCR5380.c | 662 #ifdef PARITY in prepare_info()
|
D | atari_NCR5380.c | 646 #ifdef PARITY in prepare_info()
|
/linux-4.4.14/drivers/input/serio/ |
D | at32psif.c | 118 if (status & PSIF_BIT(PARITY)) in psif_interrupt()
|
/linux-4.4.14/Documentation/ |
D | edac.txt | 483 Panic on PCI PARITY Error:
|