Home
last modified time | relevance | path

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

/drivers/scsi/
DNCR5380.h109 #ifdef PARITY
DFlashPoint.c513 #define PARITY BIT(5) macro
2276 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_sfm()
2293 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_sfm()
2298 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_sfm()
3854 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_schkdd()
3858 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_schkdd()
4411 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_phaseChkFifo()
4414 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_phaseChkFifo()
4440 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_phaseChkFifo()
4444 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_phaseChkFifo()
D53c700.h282 #define PARITY 0x08 macro
Daha152x.c605 #define PARITY (HOSTDATA(shpnt)->parity) macro
802 PARITY = setup->parity; in aha152x_probe_one()
842 PARITY ? "enabled" : "disabled", in aha152x_probe_one()
1640 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER); in busfree_run()
3341 PARITY ? "enabled" : "disabled"); in aha152x_proc_info()
D53c700.c688 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY in NCR_700_chip_setup()
702 | PARITY | AUTO_ATN, host, SCNTL0_REG); in NCR_700_chip_setup()
DNCR5380.c651 #ifdef PARITY in NCR5380_print_options()
Dsun3_NCR5380.c696 #ifdef PARITY in NCR5380_print_options()
Datari_NCR5380.c702 #ifdef PARITY in NCR5380_print_options()
/drivers/input/serio/
Dat32psif.c117 if (status & PSIF_BIT(PARITY)) in psif_interrupt()