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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-anakin/
H A Dserial_reg.h41 #define PARITY (3 << 6) macro
H A Duncompress.h54 | RTS | DTR | BLOCKRX | PARITY), local
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-anakin/
H A Dserial_reg.h41 #define PARITY (3 << 6) macro
H A Duncompress.h54 | RTS | DTR | BLOCKRX | PARITY), local
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sibyte/swarm/
H A Ddbg_io.c32 #define PARITY V_DUART_PARITY_MODE_NONE /* or even */ macro
62 duart_init(CLK_DIVISOR, DATA_BITS, PARITY, STOP_BITS);
73 duart_init(CLK_DIVISOR, DATA_BITS, PARITY, STOP_BITS);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/x86emu/
H A Dprim_ops.c121 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro
147 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
170 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
192 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
213 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
234 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
260 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
293 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
315 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
337 CONDITIONAL_SET_FLAG(PARITY(re
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DNCR5380.h115 #ifdef PARITY
H A Dseagate.c187 #ifdef PARITY
496 #ifdef PARITY
497 " PARITY"
1089 #ifdef PARITY
H A D53c700.h300 #define PARITY 0x08 macro
H A Daha152x.c606 #define PARITY (HOSTDATA(shpnt)->parity) macro
849 "[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY>[,<EXT_TRANS>[,<DEBUG>]]]]]]]]\n");
853 "[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY>[,<EXT_TRANS>]]]]]]]\n");
1293 PARITY = setup[i].parity;
1354 PARITY ? "enabled" : "disabled",
2091 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER);
3766 PARITY ? "enabled" : "disabled");
H A DFlashPoint.c1587 #define PARITY BITW(5) macro
5503 if ((RDW_HARPOON((port+hp_intstat)) & PARITY) &&
5523 WRW_HARPOON((port+hp_intstat), PARITY);
5528 WRW_HARPOON((port+hp_intstat), PARITY);
7373 if ((RDW_HARPOON((port+hp_intstat)) & PARITY) &&
7377 WRW_HARPOON((port+hp_intstat), PARITY);
8100 if ((RDW_HARPOON((port+hp_intstat)) & PARITY) &&
8104 WRW_HARPOON((port+hp_intstat), PARITY);
8146 if ((RDW_HARPOON((port+hp_intstat)) & PARITY) &&
8150 WRW_HARPOON((port+hp_intstat), PARITY);
[all...]
H A D53c700.c751 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY
765 | PARITY | AUTO_ATN, host, SCNTL0_REG);
1711 printk(KERN_ERR "scsi%d: (%d:%d) PARITY ERROR\n",
H A DNCR5380.c271 {SR_DBP, "PARITY"},
298 {MR_ENABLE_PAR_CHECK, "MODE PARITY CHECK"},
299 {MR_ENABLE_PAR_INTR, "MODE PARITY INTR"},
668 #ifdef PARITY
669 " PARITY"
1228 dprintk(NDEBUG_INTR, ("scsi%d : PARITY interrupt\n", instance->host_no));
H A Datari_NCR5380.c437 signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
446 {MR_ENABLE_PAR_CHECK, "MODE PARITY CHECK"}, {MR_ENABLE_PAR_INTR,
447 "MODE PARITY INTR"}, {MR_ENABLE_EOP_INTR,"MODE EOP INTR"},
594 #ifdef PARITY
595 " PARITY"
1199 INT_PRINTK("scsi%d: PARITY interrupt\n", HOSTNO);
1238 } /* if !(SELECTION || PARITY) */
H A Dmac_NCR5380.c454 signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
463 {MR_ENABLE_PAR_CHECK, "MODE PARITY CHECK"}, {MR_ENABLE_PAR_INTR,
464 "MODE PARITY INTR"}, {MR_ENABLE_EOP_INTR,"MODE EOP INTR"},
607 #ifdef PARITY
608 " PARITY"
1190 INT_PRINTK("scsi%d: PARITY interrupt\n", HOSTNO);
1229 } /* if !(SELECTION || PARITY) */
H A Dsun3_NCR5380.c439 signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
448 {MR_ENABLE_PAR_CHECK, "MODE PARITY CHECK"}, {MR_ENABLE_PAR_INTR,
449 "MODE PARITY INTR"}, {MR_ENABLE_EOP_INTR,"MODE EOP INTR"},
589 #ifdef PARITY
590 " PARITY"
1175 INT_PRINTK("scsi%d: PARITY interrupt\n", HOSTNO);
1214 } /* if !(SELECTION || PARITY) */

Completed in 225 milliseconds