Searched refs:PARITY (Results 1 - 13 of 13) sorted by relevance

/drivers/staging/rts5139/
H A Dxd.h160 #define PARITY 10 macro
H A Dxd.c664 && (redunt[PARITY] & XD_BA1_ALL0)) {
704 if ((redunt[PARITY] & (XD_ECC1_ALL1 | XD_ECC2_ALL1)) !=
720 if (redunt[PARITY] & XD_BA1_BA2_EQL)
723 else if (redunt[PARITY] & XD_BA1_VALID)
726 else if (redunt[PARITY] & XD_BA2_VALID)
/drivers/staging/rts_pstor/
H A Dxd.h154 #define PARITY 10 macro
H A Dxd.c707 if ((redunt[BLOCK_STATUS] == XD_GBLK) && (redunt[PARITY] & XD_BA1_ALL0)) {
746 if ((redunt[PARITY] & (XD_ECC1_ALL1 | XD_ECC2_ALL1)) != (XD_ECC1_ALL1 | XD_ECC2_ALL1))
762 if (redunt[PARITY] & XD_BA1_BA2_EQL)
764 else if (redunt[PARITY] & XD_BA1_VALID)
766 else if (redunt[PARITY] & XD_BA2_VALID)
/drivers/scsi/
H A DNCR5380.h109 #ifdef PARITY
H A D53c700.h282 #define PARITY 0x08 macro
H A DFlashPoint.c513 #define PARITY BIT(5) macro
2276 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) &&
2293 WRW_HARPOON((port + hp_intstat), PARITY);
2298 WRW_HARPOON((port + hp_intstat), PARITY);
3854 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) &&
3858 WRW_HARPOON((port + hp_intstat), PARITY);
4411 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) &&
4414 WRW_HARPOON((port + hp_intstat), PARITY);
4440 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) &&
4444 WRW_HARPOON((port + hp_intstat), PARITY);
[all...]
H A Daha152x.c614 #define PARITY (HOSTDATA(shpnt)->parity) macro
811 PARITY = setup->parity;
851 PARITY ? "enabled" : "disabled",
1651 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER);
3352 PARITY ? "enabled" : "disabled");
3968 "[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY>[,<EXT_TRANS>[,<DEBUG>]]]]]]]]\n");
3972 "[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY>[,<EXT_TRANS>]]]]]]]\n");
H A D53c700.c685 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY
699 | PARITY | AUTO_ATN, host, SCNTL0_REG);
1662 printk(KERN_ERR "scsi%d: (%d:%d) PARITY ERROR\n",
H A DNCR5380.c374 {SR_DBP, "PARITY"},
401 {MR_ENABLE_PAR_CHECK, "MODE PARITY CHECK"},
402 {MR_ENABLE_PAR_INTR, "MODE PARITY INTR"},
651 #ifdef PARITY
652 " PARITY"
1187 dprintk(NDEBUG_INTR, ("scsi%d : PARITY interrupt\n", instance->host_no));
H A Datari_NCR5380.c538 { SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
550 {MR_ENABLE_PAR_CHECK, "MODE PARITY CHECK"}, {MR_ENABLE_PAR_INTR,
551 "MODE PARITY INTR"}, {MR_ENABLE_EOP_INTR,"MODE EOP INTR"},
703 #ifdef PARITY
704 " PARITY"
1304 INT_PRINTK("scsi%d: PARITY interrupt\n", HOSTNO);
1341 } /* if !(SELECTION || PARITY) */
H A Dsun3_NCR5380.c491 signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
500 {MR_ENABLE_PAR_CHECK, "MODE PARITY CHECK"}, {MR_ENABLE_PAR_INTR,
501 "MODE PARITY INTR"}, {MR_ENABLE_EOP_INTR,"MODE EOP INTR"},
645 #ifdef PARITY
646 " PARITY"
1235 INT_PRINTK("scsi%d: PARITY interrupt\n", HOSTNO);
1277 } /* if !(SELECTION || PARITY) */
/drivers/input/serio/
H A Dat32psif.c118 if (status & PSIF_BIT(PARITY))

Completed in 550 milliseconds