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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/sibyte/swarm/
H A Ddbg_io.c32 #define PARITY V_DUART_PARITY_MODE_NONE /* or even */ macro
60 duart_init(CLK_DIVISOR, DATA_BITS, PARITY, STOP_BITS);
71 duart_init(CLK_DIVISOR, DATA_BITS, PARITY, STOP_BITS);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A DNCR5380.h108 #ifdef PARITY
H A Dseagate.c190 #ifdef PARITY
489 #ifdef PARITY
490 " PARITY"
1017 #ifdef PARITY
H A D53c700.h279 #define PARITY 0x08 macro
H A DFlashPoint.c516 #define PARITY BITW(5) macro
2273 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) &&
2290 WRW_HARPOON((port + hp_intstat), PARITY);
2295 WRW_HARPOON((port + hp_intstat), PARITY);
3851 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) &&
3855 WRW_HARPOON((port + hp_intstat), PARITY);
4408 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) &&
4411 WRW_HARPOON((port + hp_intstat), PARITY);
4437 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) &&
4441 WRW_HARPOON((port + hp_intstat), PARITY);
[all...]
H A Daha152x.c606 #define PARITY (HOSTDATA(shpnt)->parity) macro
803 PARITY = setup->parity;
843 PARITY ? "enabled" : "disabled",
1651 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER);
3326 PARITY ? "enabled" : "disabled");
3935 "[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY>[,<EXT_TRANS>[,<DEBUG>]]]]]]]]\n");
3939 "[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY>[,<EXT_TRANS>]]]]]]]\n");
H A D53c700.c697 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY
711 | PARITY | AUTO_ATN, host, SCNTL0_REG);
1674 printk(KERN_ERR "scsi%d: (%d:%d) PARITY ERROR\n",
H A Datari_NCR5380.c441 { SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
453 {MR_ENABLE_PAR_CHECK, "MODE PARITY CHECK"}, {MR_ENABLE_PAR_INTR,
454 "MODE PARITY INTR"}, {MR_ENABLE_EOP_INTR,"MODE EOP INTR"},
605 #ifdef PARITY
606 " PARITY"
1194 INT_PRINTK("scsi%d: PARITY interrupt\n", HOSTNO);
1231 } /* if !(SELECTION || PARITY) */
H A Dsun3_NCR5380.c444 signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
453 {MR_ENABLE_PAR_CHECK, "MODE PARITY CHECK"}, {MR_ENABLE_PAR_INTR,
454 "MODE PARITY INTR"}, {MR_ENABLE_EOP_INTR,"MODE EOP INTR"},
590 #ifdef PARITY
591 " PARITY"
1167 INT_PRINTK("scsi%d: PARITY interrupt\n", HOSTNO);
1209 } /* if !(SELECTION || PARITY) */
H A DNCR5380.c306 {SR_DBP, "PARITY"},
333 {MR_ENABLE_PAR_CHECK, "MODE PARITY CHECK"},
334 {MR_ENABLE_PAR_INTR, "MODE PARITY INTR"},
581 #ifdef PARITY
582 " PARITY"
1115 dprintk(NDEBUG_INTR, ("scsi%d : PARITY interrupt\n", instance->host_no));

Completed in 178 milliseconds