Home
last modified time | relevance | path

Searched full:complement (Results 1 – 25 of 144) sorted by relevance

123456

/linux/include/uapi/linux/
H A Domap3isp.h400 * @b_mg: B/Mg pixels. 2's complement. -128 to +127.
401 * @gb_g: Gb/G pixels. 2's complement. -128 to +127.
402 * @gr_cy: Gr/Cy pixels. 2's complement. -128 to +127.
403 * @r_ye: R/Ye pixels. 2's complement. -128 to +127.
430 * @blcomp: Black level compensation value for RGrGbB Pixels. 2's complement.
543 * @red: Black level offset adjustment for Red in 2's complement format
544 * @green: Black level offset adjustment for Green in 2's complement format
545 * @blue: Black level offset adjustment for Blue in 2's complement format
548 /*Black level offset adjustment for Red in 2's complement format */
550 /*Black level offset adjustment for Green in 2's complement format */
[all …]
H A Dserial_reg.h134 #define UART_MCR_OUT2 0x08 /* Out2 complement */
135 #define UART_MCR_OUT1 0x04 /* Out1 complement */
136 #define UART_MCR_RTS 0x02 /* RTS complement */
137 #define UART_MCR_DTR 0x01 /* DTR complement */
/linux/Documentation/w1/slaves/
H A Dw1_ds2413.rst33 Bit 4-7: Complement of Bit 3 to Bit 0 (verified by the kernel module)
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
/linux/arch/mips/include/asm/sn/
H A Dnmi.h42 * The NMI routine is called only if the complement address is
45 * Before control is transferred to a routine, the complement address
57 volatile void *call_addr_c; /* 1's complement of address */
H A Dlaunch.h52 * The launch routine is called only if the complement address is correct.
54 * Before control is transferred to a routine, the complement address
71 volatile u64 call_addr_c; /* 1's complement of call_addr*/
/linux/drivers/hwmon/
H A Dlm70.c75 * complement value. Only the MSB 11 bits (1 sign + 10 temperature in temp1_input_show()
85 * 13 bits of 2's complement data, discard LSB 3 bits, in temp1_input_show()
89 * 14 bits of 2's complement data, discard LSB 2 bits, in temp1_input_show()
94 * followed by 9 temperature bits (D13..D5) in 2's complement in temp1_input_show()
H A Dad7314.c85 * Documented as a 13 bit twos complement register in ad7314_temperature_show()
86 * with a sign bit - which is a 14 bit 2's complement in ad7314_temperature_show()
H A Dlm75.h24 * REG: (0.5C/bit, two's complement) << 7
/linux/include/scsi/fc/
H A Dfc_encaps.h26 __u8 fc_proto_n; /* ones complement of protocol */
27 __u8 fc_ver_n; /* ones complement of version */
32 __be16 fc_len_flags_n; /* ones complement of length / flags */
/linux/sound/core/oss/
H A Dmulaw.c63 * Ordinarily the complement of the resulting code word is used for
69 static unsigned char linear2ulaw(int pcm_val) /* 2's complement (16-bit range) */ in linear2ulaw()
91 * and complement the code word. in linear2ulaw()
103 * Note that this function expects to be passed the complement of the
110 /* Complement to obtain normal u-law value. */ in ulaw2linear()
/linux/tools/testing/selftests/net/
H A Dnat6to4.bpf.c108 // Calculate the IPv4 one's complement checksum of the IPv4 header. in sched_cls_ingress6_nat_6_prog()
119 // Calculate the *negative* IPv6 16-bit one's complement checksum of the IPv6 header. in sched_cls_ingress6_nat_6_prog()
182 // Calculate the IPv4 one's complement checksum of the IPv4 header. in sched_cls_egress4_snat4_prog()
246 // Calculate the IPv6 16-bit one's complement checksum of the IPv6 header. in sched_cls_egress4_snat4_prog()
258 // In such a case, skb->csum is a 16-bit one's complement sum of the entire payload, in sched_cls_egress4_snat4_prog()
/linux/drivers/comedi/drivers/
H A Dpcmad.c28 * 1 = two's complement (+-10V input range)
93 /* munge the two's complement value */ in pcmad_ai_insn_read()
/linux/include/net/netfilter/
H A Dnf_reject.h11 /* Skip protocols that don't use 16-bit one's complement checksum in nf_reject_verify_csum()
/linux/drivers/net/ethernet/amd/
H A Da2065.h107 short length; /* This length is 2s complement (negative)!
117 short length; /* Length is 2s complement (negative)! */
H A D7990.h54 volatile short length; /* This length is 2s complement (negative)!
64 volatile short length; /* Length is 2s complement (negative)! */
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-health-afe440x20 The values are expressed in 24-bit twos complement.
/linux/include/linux/
H A Dsched_clock.h16 * @sched_clock_mask: Bitmask for two's complement subtraction of non 64bit
/linux/include/drm/
H A Ddrm_fixed.h85 * 2s-complement fixed point
87 * @return s64 2s-complement fixed point
/linux/include/sound/
H A Dcs4231-regs.h98 #define CS4231_LINEAR_16 0x40 /* 16-bit twos complement data - little endian */
99 #define CS4231_LINEAR_16_BIG 0xc0 /* 16-bit twos complement data - big endian */
/linux/net/rfkill/
H A Dinput.c83 const bool complement) in __rfkill_handle_normal_op() argument
88 if (complement) in __rfkill_handle_normal_op()
/linux/Documentation/hwmon/
H A Dlm70.rst47 complement digital temperature (sent via the SIO line), is available in the
/linux/drivers/media/dvb-frontends/
H A Dlgs8gxx.h51 /*External ADC output two's complement*/
/linux/arch/loongarch/include/asm/
H A Dchecksum.h21 * 1's complement 16-bit checksum.
/linux/Documentation/devicetree/bindings/hwmon/
H A Dti,tmp421.yaml59 … The value (two's complement) to be programmed in the channel specific N correction register.
H A Dti,tmp464.yaml58 … The value (two's complement) to be programmed in the channel specific N correction register.

123456