Home
last modified time | relevance | path

Searched refs:PARITY (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/arch/mips/sibyte/swarm/
Ddbg_io.c32 #define PARITY V_DUART_PARITY_MODE_NONE /* or even */ macro
60 duart_init(CLK_DIVISOR, DATA_BITS, PARITY, STOP_BITS); in putDebugChar()
71 duart_init(CLK_DIVISOR, DATA_BITS, PARITY, STOP_BITS); in getDebugChar()
/linux-2.4.37.9/drivers/scsi/
DREADME.aha152x23 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
Dseagate.c187 #ifdef PARITY
546 #ifdef PARITY in seagate_st0x_detect()
1143 #ifdef PARITY in internal_command()
DNCR5380.h103 #ifdef PARITY
D53c700.h306 #define PARITY 0x08 macro
Daha152x.c594 #define PARITY (HOSTDATA(shpnt)->parity) macro
1281 PARITY = setup[i].parity;
1342 PARITY ? "enabled" : "disabled",
2145 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER);
3843 PARITY ? "enabled" : "disabled");
DFlashPoint.c1587 #define PARITY BITW(5) macro
5503 if ((RDW_HARPOON((port+hp_intstat)) & PARITY) && in sfm()
5523 WRW_HARPOON((port+hp_intstat), PARITY); in sfm()
5528 WRW_HARPOON((port+hp_intstat), PARITY); in sfm()
7373 if ((RDW_HARPOON((port+hp_intstat)) & PARITY) && in schkdd()
7377 WRW_HARPOON((port+hp_intstat), PARITY); in schkdd()
8100 if ((RDW_HARPOON((port+hp_intstat)) & PARITY) && in phaseChkFifo()
8104 WRW_HARPOON((port+hp_intstat), PARITY); in phaseChkFifo()
8146 if ((RDW_HARPOON((port+hp_intstat)) & PARITY) && in phaseChkFifo()
8150 WRW_HARPOON((port+hp_intstat), PARITY); in phaseChkFifo()
D53c700.c751 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY in NCR_700_chip_setup()
765 | PARITY | AUTO_ATN, host, SCNTL0_REG); in NCR_700_chip_setup()
Datari_NCR5380.c688 #ifdef PARITY in NCR5380_print_options()
Dmac_NCR5380.c714 #ifdef PARITY in NCR5380_print_options()
Dsun3_NCR5380.c696 #ifdef PARITY in NCR5380_print_options()
DNCR5380.c755 #ifdef PARITY in NCR5380_print_options()
/linux-2.4.37.9/include/asm-arm/arch-anakin/
Dserial_reg.h41 #define PARITY (3 << 6) macro
Duncompress.h54 | RTS | DTR | BLOCKRX | PARITY), in arch_decomp_setup()