/linux-4.1.27/include/uapi/linux/netfilter/ |
H A D | xt_iprange.h | 10 IPRANGE_SRC_INV = 1 << 4, /* negate the condition */
|
/linux-4.1.27/arch/sh/include/mach-common/mach/ |
H A D | sh2007.h | 60 /* address hold after negate CSn for SRAM (0-7:0,1,2,3,4,5,6,7) */ 66 /* RD negate to CSn negate delay for SRAM (0-7:0,1,2,3,4,5,6,7) */ 72 /* WE negate to CSn negate delay for SRAM (0-7:0,1,2,3,4,5,6,7) */ 92 /* OE/WE negate->Address delay A (0-7:0,1,2,3,6,9,12,15) */ 94 /* OE/WE negate->Address delay B (0-7:0,1,2,3,6,9,12,15) */
|
/linux-4.1.27/arch/frv/lib/ |
H A D | __negdi2.S | 1 /* __negdi2.S: 64-bit negate
|
/linux-4.1.27/arch/blackfin/lib/ |
H A D | divsi3.S | 45 r1 = abs r1; /* now both positive, r3.30 means "negate result", 190 R2 = -R0; // negate result if necessary
|
/linux-4.1.27/arch/microblaze/lib/ |
H A D | divsi3.S | 59 rsubi r3, r3, 0 /* negate the result */
|
H A D | modsi3.S | 59 rsubi r3, r3, 0 /* negate the result */
|
/linux-4.1.27/include/uapi/linux/ |
H A D | keyctl.h | 50 #define KEYCTL_NEGATE 13 /* negate a partially constructed key */
|
/linux-4.1.27/drivers/mfd/ |
H A D | mc13xxx-spi.c | 117 * result, the SS will negate before all of the data has been
|
/linux-4.1.27/arch/x86/math-emu/ |
H A D | wm_sqrt.S | 174 negate the result before division. */ 266 negate the result before division */
|
/linux-4.1.27/arch/m68k/fpsp040/ |
H A D | decbin.S | 159 beqs e_pos |don't negate if pos 160 negl %d1 |negate before subtracting 233 fnegx %fp0 |if set, negate fp0
|
H A D | res_func.S | 168 | Inst is fneg. Execute the negate value function on the input. 467 | Inst is fneg. Execute the negate value function on the input.
|
/linux-4.1.27/drivers/macintosh/ |
H A D | via-cuda.c | 265 out_8(&via[B], in_8(&via[B]) | TACK | TIP); /* negate them */ cuda_init_via() 294 /* wait for the CUDA to negate TREQ and the corresponding interrupt */ cuda_init_via()
|
H A D | via-pmu68k.c | 194 via2[B] |= TREQ; /* negate TREQ */ pmu_init()
|
H A D | via-pmu.c | 533 out_8(&via[B], via[B] | TREQ); /* negate TREQ */ init_pmu()
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | mcf.c | 360 /* Disable TX to negate RTS automatically */ mcf_tx_chars() 450 /* Automatically negate RTS after TX completes */ mcf_config_rs485()
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
H A D | smtdef.c | 343 * NOTE : numbers are negative, negate comparison !
|
/linux-4.1.27/arch/powerpc/net/ |
H A D | bpf_jit.h | 82 * top half to negate the effect (i.e. 0xffff + 1 = 0x(1)0000).
|
/linux-4.1.27/arch/m68k/coldfire/ |
H A D | head.S | 65 negl %d0 /* negate bits */
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | etrap_32.S | 163 orn %g0, %t_twinmask, %g1 ! negate trap win mask into %g1
|
/linux-4.1.27/kernel/debug/ |
H A D | gdbstub.c | 296 int negate = 0; kgdb_hex2long() local 301 negate = 1; kgdb_hex2long() 314 if (negate) kgdb_hex2long()
|
/linux-4.1.27/arch/arm/vfp/ |
H A D | vfpdouble.c | 851 vfp_double_multiply_accumulate(int dd, int dn, int dm, u32 fpscr, u32 negate, char *func) vfp_double_multiply_accumulate() argument 865 if (negate & NEG_MULTIPLY) vfp_double_multiply_accumulate() 871 if (negate & NEG_SUBTRACT) vfp_double_multiply_accumulate()
|
H A D | vfpsingle.c | 895 vfp_single_multiply_accumulate(int sd, int sn, s32 m, u32 fpscr, u32 negate, char *func) vfp_single_multiply_accumulate() argument 912 if (negate & NEG_MULTIPLY) vfp_single_multiply_accumulate() 920 if (negate & NEG_SUBTRACT) vfp_single_multiply_accumulate()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 709 # -negate all bits and add 1 711 not.l %d0 # negate lo(result) bits 712 not.l %d1 # negate hi(result) bits
|
H A D | isp.S | 2620 # -negate all bits and add 1 2622 not.l %d3 # negate lo(result) bits 2623 not.l %d4 # negate hi(result) bits
|
H A D | pfpsp.S | 9288 eori.w &0x8000,%d0 # negate sign 9309 eori.w &0x8000,%d0 # negate sign 9410 eori.b &0x80,FP_SCR0_EX(%a6) # negate sign 13073 beq.b e_pos # don't negate if pos 13074 neg.l %d1 # negate before subtracting 13146 fneg.x %fp0 # if set, negate fp0
|
H A D | fpsp.S | 12857 eori.w &0x8000,%d0 # negate sign 12878 eori.w &0x8000,%d0 # negate sign 12979 eori.b &0x80,FP_SCR0_EX(%a6) # negate sign 23113 beq.b e_pos # don't negate if pos 23114 neg.l %d1 # negate before subtracting 23186 fneg.x %fp0 # if set, negate fp0
|
/linux-4.1.27/drivers/scsi/ |
H A D | nsp32.c | 1336 * To send back SACK, assert, wait, and negate. do_nsp32_isr() 1835 * restart automatically negate ATN signal. nsp32_msgout_occur() 2204 * wait SCSI REQ negate for REQ-ACK handshake nsp32_msgin_occur() 2209 * negate SCSI ACK nsp32_msgin_occur() 2464 * SCSI REQ becomes negation in order to negate SCSI ACK signal for 2538 * negate SCSI ACK
|
H A D | mesh.c | 384 out_8(&mr->bus_status1, 0); /* negate RST */ mesh_init() 1730 out_8(&mr->bus_status1, 0); /* negate RST */ mesh_host_reset()
|
H A D | ncr53c8xx.c | 2312 ** The script processor doesn't negate the
|
/linux-4.1.27/drivers/platform/x86/ |
H A D | hdaps.c | 190 /* hdaps_invert is a bitvector to negate the axes */ __hdaps_read_pair()
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
H A D | af9015.c | 1119 ret = af9015_clear_reg_bit(d, 0xd507, 2); /* negate EP4 reset */ af9015_init_endpoint() 1123 ret = af9015_clear_reg_bit(d, 0xd50b, 1); /* negate EP5 reset */ af9015_init_endpoint()
|
/linux-4.1.27/drivers/media/platform/ |
H A D | arv.c | 613 ar_outl(ARVCR0_RST, ARVCR0); /* negate reset of AR LSI (enable) */ ar_initialize()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | rx.c | 137 * values are reported by the fw as positive values - need to negate
|
/linux-4.1.27/arch/nios2/kernel/ |
H A D | insnemu.S | 349 * Conditionally negate signed quotient. If quotient is unsigned,
|
/linux-4.1.27/kernel/sched/ |
H A D | proc.c | 123 * - When we go NO_HZ idle during the window, we can negate our sample
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | entry.S | 559 sub r9=0,r8 // negate return value to get errno value 1207 (p7) sub r8=0,r8 // negate return value to get errno
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | jr3_pci.h | 241 * 7 - negate all axes (NEG)
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | ov9650.c | 288 { REG_COM10, 0x00 }, /* Slave mode, HREF vs HSYNC, signals negate */
|
/linux-4.1.27/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 598 /* if last byte, negate ATN */ nsp_xfer()
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw1.h | 593 * The script processor doesn't negate the
|
H A D | sym_fw2.h | 582 * The script processor doesn't negate the
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.c | 1421 /* compensate for clipping, we negate vmw_kms_readback()
|
/linux-4.1.27/drivers/char/pcmcia/ |
H A D | synclink_cs.c | 1415 /* if B0 rate (hangup) specified then negate RTS and DTR */ mgslpc_change_params() 3328 /* negate RTS when the transmission completes. */ tx_start()
|
/linux-4.1.27/drivers/tty/ |
H A D | synclinkmp.c | 2772 /* if B0 rate (hangup) specified then negate RTS and DTR */ change_params() 4216 /* negate RTS when the transmission completes. */ tx_start()
|
H A D | synclink.c | 1915 /* if B0 rate (hangup) specified then negate RTS and DTR */ mgsl_change_params() 5586 /* negate RTS when the transmission completes. */ usc_start_transmitter()
|
H A D | synclink_gt.c | 2551 /* if B0 rate (hangup) specified then negate RTS and DTR */ change_params()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_83xx_hw.c | 1994 * To negate swapping of writel() on big endian architecture qlcnic_83xx_config_ipaddr()
|
/linux-4.1.27/drivers/scsi/arm/ |
H A D | acornscsi.c | 1469 acornscsi_sbic_wait(host, ASR_INT, ASR_INT, 1000, "for interrupt after negate ack"); acornscsi_message()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 2995 * do not properly active negate just before ahd_handle_pkt_busfree()
|