| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | prim_ops.c | 124 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro 151 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in aaa_word() 177 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in aas_word() 200 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); in aad_word() 222 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); in aam_word() 244 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_byte() 271 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_word() 305 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_long() 328 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in add_byte() 351 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in add_word() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | aha152x.rst | 30 PARITY enable parity checking (0/1; default 1 [on]) 48 - DSETUP0="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 51 - DSETUP1="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 66 …aha152x=<IOPORT>[,<IRQ>[,<SCSI-ID>[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY> [,<EXT_TRANS]]]]… 82 aha152x=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS 88 aha152x1=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 14690 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) 14712 - CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); 14729 + CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); 14754 - CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); 14771 + CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); 14800 - CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); 14807 + CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); 14833 - CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); 14839 + CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); 14868 - CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rts5208/ |
| H A D | xd.h | 142 #define PARITY 10 macro
|
| H A D | xd.c | 717 (redunt[PARITY] & XD_BA1_ALL0)) { in reset_xd() 757 if ((redunt[PARITY] & (XD_ECC1_ALL1 | XD_ECC2_ALL1)) in xd_check_data_blank() 773 if (redunt[PARITY] & XD_BA1_BA2_EQL) in xd_load_log_block_addr() 776 else if (redunt[PARITY] & XD_BA1_VALID) in xd_load_log_block_addr() 779 else if (redunt[PARITY] & XD_BA2_VALID) in xd_load_log_block_addr()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | 53c700.h | 285 #define PARITY 0x08 macro
|
| H A D | aha152x.c | 547 #define PARITY (HOSTDATA(shpnt)->parity) macro 745 PARITY = setup->parity; in aha152x_probe_one() 781 PARITY ? "enabled" : "disabled", in aha152x_probe_one() 1485 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER); in busfree_run() 2820 PARITY ? "enabled" : "disabled"); in aha152x_show_info()
|
| H A D | FlashPoint.c | 519 #define PARITY BIT(5) macro 2258 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_sfm() 2275 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_sfm() 2280 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_sfm() 3834 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_schkdd() 3838 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_schkdd() 4391 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_phaseChkFifo() 4394 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_phaseChkFifo() 4420 if ((RDW_HARPOON((port + hp_intstat)) & PARITY) && in FPT_phaseChkFifo() 4424 WRW_HARPOON((port + hp_intstat), PARITY); in FPT_phaseChkFifo()
|
| H A D | 53c700.c | 693 NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY in NCR_700_chip_setup() 707 | PARITY | AUTO_ATN, host, SCNTL0_REG); in NCR_700_chip_setup()
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | prim_ops.c | 119 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro 134 CONDITIONAL_SET_FLAG(PARITY(res & 0xFF), F_PF); in set_parity_flag()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | internal-fn.def | 279 DEF_INTERNAL_INT_FN (PARITY, ECF_CONST | ECF_NOTHROW, parity, unary)
|
| H A D | optabs.def | 174 OPTAB_NL(parity_optab, "parity$a2", PARITY, "parity", '2', gen_int_libfunc)
|
| H A D | genrtl.h | 1548 gen_rtx_fmt_e (PARITY, (MODE), (ARG0))
|
| H A D | rtl.def | 667 DEF_RTL_EXPR(PARITY, "parity", "e", RTX_UNARY)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | internal-fn.def | 279 DEF_INTERNAL_INT_FN (PARITY, ECF_CONST | ECF_NOTHROW, parity, unary)
|
| H A D | optabs.def | 174 OPTAB_NL(parity_optab, "parity$a2", PARITY, "parity", '2', gen_int_libfunc)
|
| H A D | genrtl.h | 1548 gen_rtx_fmt_e (PARITY, (MODE), (ARG0))
|
| H A D | rtl.def | 667 DEF_RTL_EXPR(PARITY, "parity", "e", RTX_UNARY)
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | libata.rst | 791 PARITY ERROR). In such cases, the error should be considered as an ATA
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | ras.rst | 851 - ``panic_on_pci_parity`` - Panic on PCI PARITY Error
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gfortran.info | 2413 * Support of the 'PARITY' intrinsic functions. 7248 * 'PARITY': PARITY, Reduction with exclusive OR 14230 *note IANY::, *note IALL::, *note IEOR::, *note PARITY:: 16637 File: gfortran.info, Node: PACK, Next: PARITY, Prev: OR, Up: Intrinsic Procedures 16697 File: gfortran.info, Node: PARITY, Next: PERROR, Prev: PACK, Up: Intrinsic Procedures 16699 9.214 'PARITY' -- Reduction with exclusive OR 16713 'RESULT = PARITY(MASK[, DIM])' 16733 print *, PARITY(x) ! prints "T" (true). 16737 File: gfortran.info, Node: PERROR, Next: POPCNT, Prev: PARITY, Up: Intrinsic Procedures 22675 * PARITY: PARITY. (line 6) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gfortran.info | 2413 * Support of the 'PARITY' intrinsic functions. 7248 * 'PARITY': PARITY, Reduction with exclusive OR 14230 *note IANY::, *note IALL::, *note IEOR::, *note PARITY:: 16637 File: gfortran.info, Node: PACK, Next: PARITY, Prev: OR, Up: Intrinsic Procedures 16697 File: gfortran.info, Node: PARITY, Next: PERROR, Prev: PACK, Up: Intrinsic Procedures 16699 9.214 'PARITY' -- Reduction with exclusive OR 16713 'RESULT = PARITY(MASK[, DIM])' 16733 print *, PARITY(x) ! prints "T" (true). 16737 File: gfortran.info, Node: PERROR, Next: POPCNT, Prev: PARITY, Up: Intrinsic Procedures 22675 * PARITY: PARITY. (line 6) [all …]
|
| H A D | gdb.info | 19323 'set serial parity PARITY' 19325 PARITY are: 'even', 'none', and 'odd'. The default is 'none'.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/ |
| H A D | gtype.state | 2668 (!option tag string "PARITY")
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/ |
| H A D | gtype.state | 2666 (!option tag string "PARITY")
|