Searched refs:PARITY (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rts5208/ |
H A D | xd.h | 142 #define PARITY 10 macro
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/staging/rts5208/ |
H A D | xd.h | 142 #define PARITY 10 macro
|
H A D | xd.c | 710 (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()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 547 #define PARITY (HOSTDATA(shpnt)->parity) macro 745 PARITY = setup->parity; in aha152x_probe_one() 781 PARITY ? "enabled" : "disabled", in aha152x_probe_one() 1485 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER); in busfree_run() 2820 PARITY ? "enabled" : "disabled"); in aha152x_show_info() 3372 "[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY>[,<EXT_TRANS>]]]]]]]\n"); in aha152x_setup()
|
H A D | 53c700.h | 285 #define PARITY 0x08 macro
|
H A D | FlashPoint.c | 519 #define PARITY BIT(5) macro 2258 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_sfm() 2275 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_sfm() 2280 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_sfm() 3834 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_schkdd() 3838 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_schkdd() 4391 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_phaseChkFifo() 4394 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_phaseChkFifo() 4420 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_phaseChkFifo() 4424 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_phaseChkFifo() [all...] |
H A D | 53c700.c | 693 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY in NCR_700_chip_setup() 707 | PARITY | AUTO_ATN, host, SCNTL0_REG); in NCR_700_chip_setup() 1666 printk(KERN_ERR "scsi%d: (%d:%d) PARITY ERROR\n", in NCR_700_intr()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A 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() 3425 "[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY>[,<EXT_TRANS>]]]]]]]\n"); in aha152x_setup()
|
H A D | 53c700.h | 284 #define PARITY 0x08 macro
|
H A 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() [all...] |
H A 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() 1664 printk(KERN_ERR "scsi%d: (%d:%d) PARITY ERROR\n", in NCR_700_intr()
|
Completed in 31 milliseconds