Home
last modified time | relevance | path

Searched defs:PARITY (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Dxd.h142 #define PARITY 10 macro
/OK3568_Linux_fs/kernel/drivers/scsi/
H A D53c700.h285 #define PARITY 0x08 macro
H A Daha152x.c547 #define PARITY (HOSTDATA(shpnt)->parity) macro
H A DFlashPoint.c519 #define PARITY BIT(5) macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c119 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dprim_ops.c124 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro