| /linux/Documentation/networking/ |
| H A D | checksum-offloads.rst | 32 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 D | w1_ds2413.rst | 52 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 D | w1_ds2438.rst | 59 current measurement done by the chip. Changing this register to the two's complement
|
| /linux/drivers/gpib/hp_82341/ |
| H A D | hp_82341.c | 900 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 D | sysfs-bus-iio-health-afe440x | 20 The values are expressed in 24-bit twos complement.
|
| /linux/drivers/gpib/agilent_82350b/ |
| H A D | agilent_82350b.c | 295 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 D | csum_ipv6_magic.S | 112 not $0,$0 # .. e1 : and complement.
|
| H A D | ev6-csum_ipv6_magic.S | 147 not $0,$4 # E : complement (1 cycle stall on $0)
|
| /linux/Documentation/hwmon/ |
| H A D | lm70.rst | 47 complement digital temperature (sent via the SIO line), is available in the
|
| H A D | adt7475.rst | 118 configured either for two's complement format or "Offset 64" format,
|
| /linux/scripts/ |
| H A D | unifdef.c | 167 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 D | sentelic.rst | 40 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 D | atarikbd.rst | 86 X ; delta x as twos complement integer 87 Y ; delta y as twos complement integer
|
| /linux/Documentation/filesystems/ |
| H A D | omfs.rst | 107 being ~0 and e_blocks being ones'-complement of the total number of blocks
|
| /linux/Documentation/driver-api/iio/ |
| H A D | buffers.rst | 43 * *s* or *u*, specifies if signed (2's complement) or unsigned.
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | DSD-properties-rules.rst | 93 data as possible in the form of device properties and complement that with an
|
| H A D | acpi-lid.rst | 104 to the userspace by always pairing "closed" input events with complement
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | sysfs-bus-iio | 84 signed (2's complement) or unsigned. bits is the number of bits
|
| /linux/Documentation/staging/ |
| H A D | lzo.rst | 32 extra data can be a complement for the operand (eg: a length or a distance
|
| /linux/Documentation/ |
| H A D | atomic_t.txt | 65 2s-complement.
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.reg | 3589 * 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 D | ilsp.S | 160 negx.l %d6 # complement signed dividend
|
| /linux/Documentation/userspace-api/ |
| H A D | landlock.rst | 500 task willing to enforce a new ruleset in complement to its 16 inherited
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.sym53c8xx | 272 - Calculate the data transfer residual as the 2's complement
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_l2.c | 1422 u32 crc32_length, u32 crc32_seed, u8 complement) in qed_calc_crc32c() argument
|