| /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/net/rfkill/ |
| H A D | input.c | 83 const bool complement) in __rfkill_handle_normal_op() argument 88 if (complement) in __rfkill_handle_normal_op()
|
| /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/hp_82341/ |
| H A D | hp_82341.c | 901 int complement = -count; in set_transfer_counter() local 903 outb(complement & 0xff, hp_priv->iobase[1] + TRANSFER_COUNT_LOW_REG); in set_transfer_counter() 904 outb((complement >> 8) & 0xff, hp_priv->iobase[1] + TRANSFER_COUNT_MID_REG); in set_transfer_counter() 906 outb((complement >> 16) & 0xf, hp_priv->iobase[1] + TRANSFER_COUNT_HIGH_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/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/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/drivers/net/ethernet/ |
| H A D | oa_tc6.c | 230 u32 complement; in oa_tc6_check_ctrl_read_reply() local 244 complement = be32_to_cpu(rx_buf[1]); in oa_tc6_check_ctrl_read_reply() 246 if (complement != ~reply) in oa_tc6_check_ctrl_read_reply()
|
| /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/firmware-guide/acpi/ |
| 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/ |
| 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/core-api/ |
| H A D | workqueue.rst | 190 This flag is the complement of ``WQ_UNBOUND``.
|
| /linux/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 921 It should be viewed as a complement to *CDROM_DRIVE_STATUS*.
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 4235 This parameter is the complement to kernelcore=, it
|