/openbmc/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
|
/openbmc/linux/include/uapi/linux/ |
H A D | omap3isp.h | 400 * @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 …]
|
/openbmc/linux/Documentation/w1/slaves/ |
H A D | w1_ds2413.rst | 33 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
|
/openbmc/linux/arch/mips/include/asm/sn/ |
H A D | nmi.h | 42 * 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 D | launch.h | 52 * 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*/
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | pmbus_utils.hpp | 49 * an 11-bit, two's complement mantissa and a 5-bit, two's complement 133 * - 11-bit two's complement mantissa value stored in the two bytes 134 * - 5-bit two's complement exponent value stored in the two bytes
|
/openbmc/linux/drivers/hwmon/ |
H A D | lm70.c | 75 * 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 D | ad7314.c | 75 * Documented as a 13 bit twos complement register in ad7314_temperature_show() 76 * with a sign bit - which is a 14 bit 2's complement in ad7314_temperature_show()
|
/openbmc/linux/include/scsi/fc/ |
H A D | fc_encaps.h | 26 __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 */
|
/openbmc/linux/sound/core/oss/ |
H A D | mulaw.c | 77 * Ordinarily the complement of the resulting code word is used for 83 static unsigned char linear2ulaw(int pcm_val) /* 2's complement (16-bit range) */ in linear2ulaw() 105 * and complement the code word. in linear2ulaw() 117 * Note that this function expects to be passed the complement of the 124 /* Complement to obtain normal u-law value. */ in ulaw2linear()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | nat6to4.c | 108 // 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()
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | mie3-compl.c | 11 /* AND WITH COMPLEMENT */ 27 /* OR WITH COMPLEMENT */
|
/openbmc/qemu/hw/char/ |
H A D | parallel.c | 58 #define PARA_STS_BUSY 0x80 /* Busy complement */ 62 #define PARA_STS_ERROR 0x08 /* Error complement */ 70 #define PARA_CTR_SELECT 0x08 /* Select In complement */ 71 #define PARA_CTR_INIT 0x04 /* Initialize Printer complement */ 72 #define PARA_CTR_AUTOLF 0x02 /* Auto linefeed complement */ 73 #define PARA_CTR_STROBE 0x01 /* Strobe complement */
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | pcmad.c | 28 * 1 = two's complement (+-10V input range) 93 /* munge the two's complement value */ in pcmad_ai_insn_read()
|
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | lib.rs | 261 /// CTS Clear to send. This bit is the complement of the UART clear to 265 /// DSR Data set ready. This bit is the complement of the UART data set 269 /// DCD Data carrier detect. This bit is the complement of the UART data 510 /// `DTR` Data transmit ready. This bit is the complement of the UART 514 /// `RTS` Request to send. This bit is the complement of the UART 518 /// `Out1` This bit is the complement of the UART Out1 (`nUARTOut1`) 522 /// `Out2` This bit is the complement of the UART Out2 (`nUARTOut2`)
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | record_manager.cpp | 166 // Convert from two's complement. in linearToInteger() 174 // Convert from two's complement. in linearToInteger()
|
/openbmc/phosphor-power/power-supply/ |
H A D | record_manager.cpp | 172 // Convert from two's complement. in linearToInteger() 180 // Convert from two's complement. in linearToInteger()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/glib-2.0/ |
H A D | glib-testing_0.1.1.bb | 1 SUMMARY = "libglib-testing provides test harnesses and mock classes to complement GLib classes"
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_reject.h | 11 /* Skip protocols that don't use 16-bit one's complement checksum in nf_reject_verify_csum()
|
/openbmc/openbmc/poky/meta/recipes-support/gnome-desktop-testing/ |
H A D | gnome-desktop-testing_2021.1.bb | 4 installed and packaged, and complement rather than replace build-time \
|
/openbmc/linux/tools/perf/util/ |
H A D | string.c | 74 bool complement = false, ret = true; in __match_charclass() local 77 complement = true; in __match_charclass() 103 return complement ? !ret : ret; in __match_charclass()
|
/openbmc/u-boot/drivers/usb/ulpi/ |
H A D | ulpi.c | 112 int passthu, int complement) in ulpi_set_vbus_indicator() argument 123 flags |= complement ? ULPI_IFACE_EXTVBUS_COMPLEMENT : 0; in ulpi_set_vbus_indicator()
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | a2065.h | 107 short length; /* This length is 2s complement (negative)! 117 short length; /* Length is 2s complement (negative)! */
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | pmbus_read_sensor.md | 39 …d temperature. Two byte value with an 11-bit, two's complement mantissa and a 5-bit, two's complem…
|
/openbmc/u-boot/include/linux/ |
H A D | serial_reg.h | 118 #define UART_MCR_OUT2 0x08 /* Out2 complement */ 119 #define UART_MCR_OUT1 0x04 /* Out1 complement */ 120 #define UART_MCR_RTS 0x02 /* RTS complement */ 121 #define UART_MCR_DTR 0x01 /* DTR complement */
|