Home
last modified time | relevance | path

Searched refs:complement (Results 1 – 25 of 28) sorted by relevance

12

/linux/Documentation/networking/
H A Dchecksum-offloads.rst32 In brief, it allows to request the device fill in a single ones-complement
34 The device should compute the 16-bit ones-complement checksum (i.e. the
87 The ones-complement sum of a correctly checksummed TCP or UDP packet is equal
88 to the complement of the sum of the pseudo header, because everything else gets
92 More generally, this holds in any case where the 'IP-style' ones complement
96 know that after the device has filled in that checksum, the ones complement sum
97 from csum_start to the end of the packet will be equal to the complement of
100 summing when we get to csum_start, then add the complement of the 16-bit word
/linux/Documentation/w1/slaves/
H A Dw1_ds2413.rst52 When reading the state, there is a four complement bits.
53 The driver is checking this complement, and when it is wrong then it is
H A Dw1_ds2438.rst59 current measurement done by the chip. Changing this register to the two's complement
/linux/drivers/gpib/hp_82341/
H A Dhp_82341.c900 int complement = -count; in set_transfer_counter() local
902 outb(complement & 0xff, hp_priv->iobase[1] + TRANSFER_COUNT_LOW_REG); in set_transfer_counter()
903 outb((complement >> 8) & 0xff, hp_priv->iobase[1] + TRANSFER_COUNT_MID_REG); in set_transfer_counter()
905 outb((complement >> 16) & 0xf, hp_priv->iobase[1] + TRANSFER_COUNT_HIGH_REG); in set_transfer_counter()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-health-afe440x20 The values are expressed in 24-bit twos complement.
/linux/drivers/gpib/agilent_82350b/
H A Dagilent_82350b.c295 int complement = -count; in set_transfer_counter() local
297 writeb(complement & 0xff, a_priv->gpib_base + XFER_COUNT_LO_REG); in set_transfer_counter()
298 writeb((complement >> 8) & 0xff, a_priv->gpib_base + XFER_COUNT_MID_REG); in set_transfer_counter()
300 writeb((complement >> 16) & 0xf, a_priv->gpib_base + XFER_COUNT_HI_REG); in set_transfer_counter()
/linux/arch/alpha/lib/
H A Dcsum_ipv6_magic.S112 not $0,$0 # .. e1 : and complement.
H A Dev6-csum_ipv6_magic.S147 not $0,$4 # E : complement (1 cycle stall on $0)
/linux/Documentation/hwmon/
H A Dlm70.rst47 complement digital temperature (sent via the SIO line), is available in the
H A Dadt7475.rst118 configured either for two's complement format or "Offset 64" format,
/linux/scripts/
H A Dunifdef.c167 static bool complement; /* -c: do the complement */ variable
277 complement = true; in main()
557 if (keep ^ complement) { in flushline()
/linux/Documentation/input/devices/
H A Dsentelic.rst40 Byte 2: X Movement(9-bit 2's complement integers)
41 Byte 3: Y Movement(9-bit 2's complement integers)
72 Byte 2: X Movement(9-bit 2's complement integers)
73 Byte 3: Y Movement(9-bit 2's complement integers)
566 complement of the register value at the 3rd byte of status request
621 complement of the register value at the 3rd byte of status request
H A Datarikbd.rst86 X ; delta x as twos complement integer
87 Y ; delta y as twos complement integer
/linux/Documentation/filesystems/
H A Domfs.rst107 being ~0 and e_blocks being ones'-complement of the total number of blocks
/linux/Documentation/driver-api/iio/
H A Dbuffers.rst43 * *s* or *u*, specifies if signed (2's complement) or unsigned.
/linux/Documentation/firmware-guide/acpi/
H A DDSD-properties-rules.rst93 data as possible in the form of device properties and complement that with an
H A Dacpi-lid.rst104 to the userspace by always pairing "closed" input events with complement
/linux/Documentation/ABI/obsolete/
H A Dsysfs-bus-iio84 signed (2's complement) or unsigned. bits is the number of bits
/linux/Documentation/staging/
H A Dlzo.rst32 extra data can be a complement for the operand (eg: a length or a distance
/linux/Documentation/
H A Datomic_t.txt65 2s-complement.
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.reg3589 * 2's complement to bit value conversion. Write the 2's complement value
3996 * Actually the 2's complement of that value to simplify sequencer
4006 * to continue coalescing (2's complement of value).
/linux/arch/m68k/ifpsp060/src/
H A Dilsp.S160 negx.l %d6 # complement signed dividend
/linux/Documentation/userspace-api/
H A Dlandlock.rst500 task willing to enforce a new ruleset in complement to its 16 inherited
/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx272 - Calculate the data transfer residual as the 2's complement
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c1422 u32 crc32_length, u32 crc32_seed, u8 complement) in qed_calc_crc32c() argument

12