/linux/tools/perf/pmu-events/arch/x86/ivytown/ |
H A D | uncore-io.json | 102 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Odd on VRing 0", 107 …s are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity on Vi… 122 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Odd on VRing 1", 127 …s are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity on Vi… 152 "BriefDescription": "R2 AD Ring in Use; Clockwise and Odd on VRing 0", 157 … packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity on Vi… 172 "BriefDescription": "R2 AD Ring in Use; Clockwise and Odd on VRing 1", 177 … packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity on Vi… 202 "BriefDescription": "R2 AK Ring in Use; Counterclockwise and Odd on VRing 0", 207 …s are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity on Vi… [all …]
|
/linux/arch/xtensa/lib/ |
H A D | checksum.S | 126 /* case: odd-byte aligned, len > 1 127 * This case is dog slow, so don't give us an odd address. 157 _bbci.l a3, 1, 3f /* remaining 2-byte chunk, still odd addr */ 207 bbsi.l a10, 0, 5f /* branch if one address is odd */ 210 /* _bbsi.l a10, 0, 5f */ /* branch if odd address */ 278 here, except for perhaps a trailing odd byte. It's 304 /* This section processes a possible trailing odd byte. */ 317 /* Control branch to here when either src or dst is odd. We 319 so don't feed us an odd address. */ 327 add a10, a10, a2 /* a10 = end of last odd-aligned, 2-byte src chunk */ [all …]
|
/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | sharp,lq101r1sx01.yaml | 15 - even-odd: each channel drives the even or odd lines of the screen 20 to the peripheral driven by the second link (DSI-LINK2, right or odd). 23 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it 24 is possible to program either link to drive the left/even or right/odd pixels
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-hi8435 | 25 can not be odd. 27 If falling threshold results hysteresis to odd value then rising 45 can not be odd. 47 If rising threshold results hysteresis to odd value then falling
|
/linux/arch/parisc/math-emu/ |
H A D | cnv_float.h | 88 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument 93 odd = Dbit2p2(srcB) 95 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument 104 odd = dest << 31; \ 124 if (guard && (sticky || odd)) { \ 134 guard = odd; \ 140 odd = dest << 31; \ 149 odd = dest << 31; \ 160 odd = dest << 31; \ 173 odd = 0; \
|
/linux/drivers/hid/bpf/progs/ |
H A D | Wacom__ArtPen.bpf.c | 84 /* only odd frames are modified */ 85 static bool odd; variable 127 odd = true; in SEC() 133 if (odd) in SEC() 137 odd = !odd; in SEC()
|
/linux/arch/s390/include/asm/ |
H A D | cpacf.h | 414 s.odd = (unsigned long)src_len; in cpacf_km() 425 return src_len - s.odd; in cpacf_km() 446 s.odd = (unsigned long)src_len; in cpacf_kmc() 457 return src_len - s.odd; in cpacf_kmc() 474 s.odd = (unsigned long)src_len; in cpacf_kimd() 499 s.odd = (unsigned long)src_len; in cpacf_klmd() 527 s.odd = (unsigned long)src_len; in _cpacf_kmac() 539 return src_len - s.odd; in _cpacf_kmac() 577 s.odd = (unsigned long)src_len; in cpacf_kmctr() 590 return src_len - s.odd; in cpacf_kmctr() [all …]
|
/linux/drivers/video/fbdev/ |
H A D | atafb_iplan2p4.c | 28 * destination, start at even addresses or both are at odd in atafb_iplan2p4_copyarea() 29 * addresses, just the first odd and last even column (if present) in atafb_iplan2p4_copyarea() 33 * The pathological case is when the move should go from an odd in atafb_iplan2p4_copyarea() 47 /* odd->odd or even->even */ in atafb_iplan2p4_copyarea() 103 /* odd->even or even->odd */ in atafb_iplan2p4_copyarea()
|
H A D | atafb_iplan2p2.c | 28 * destination, start at even addresses or both are at odd in atafb_iplan2p2_copyarea() 29 * addresses, just the first odd and last even column (if present) in atafb_iplan2p2_copyarea() 33 * The pathological case is when the move should go from an odd in atafb_iplan2p2_copyarea() 47 /* odd->odd or even->even */ in atafb_iplan2p2_copyarea() 103 /* odd->even or even->odd */ in atafb_iplan2p2_copyarea()
|
H A D | atafb_iplan2p8.c | 35 * destination, start at even addresses or both are at odd in atafb_iplan2p8_copyarea() 36 * addresses, just the first odd and last even column (if present) in atafb_iplan2p8_copyarea() 40 * The pathological case is when the move should go from an odd in atafb_iplan2p8_copyarea() 54 /* odd->odd or even->even */ in atafb_iplan2p8_copyarea() 110 /* odd->even or even->odd */ in atafb_iplan2p8_copyarea()
|
/linux/arch/mips/lib/ |
H A D | csum_partial.S | 115 andi t7, src, 0x1 /* odd buffer? */ 281 /* odd buffer alignment? */ 290 beqz t7, 1f /* odd buffer alignment? */ 322 #define odd t8 macro 441 move odd, zero 457 andi odd, dst, 0x1 /* odd buffer? */ 595 /* no SHIFT_DISCARD_REVERT to handle odd buffer properly */ 712 movn sum, v1, odd 715 beqz odd, 1f /* odd buffer alignment? */
|
/linux/arch/mips/math-emu/ |
H A D | sp_rint.c | 20 int odd; in ieee754sp_rint() local 53 odd = (xm & 0x1) != 0x0; in ieee754sp_rint() 57 if (round && (sticky || odd)) in ieee754sp_rint()
|
H A D | dp_rint.c | 20 int odd; in ieee754dp_rint() local 52 odd = (xm & 0x1) != 0x0; in ieee754dp_rint() 56 if (round && (sticky || odd)) in ieee754dp_rint()
|
H A D | sp_tint.c | 17 int odd; in ieee754sp_tint() local 71 odd = (xm & 0x1) != 0x0; in ieee754sp_tint() 74 if (round && (sticky || odd)) in ieee754sp_tint()
|
H A D | sp_tlong.c | 17 int odd; in ieee754sp_tlong() local 67 odd = (xm & 0x1) != 0x0; in ieee754sp_tlong() 70 if (round && (sticky || odd)) in ieee754sp_tlong()
|
H A D | dp_tint.c | 17 int odd; in ieee754dp_tint() local 66 odd = (xm & 0x1) != 0x0; in ieee754dp_tint() 69 if (round && (sticky || odd)) in ieee754dp_tint()
|
H A D | dp_tlong.c | 17 int odd; in ieee754dp_tlong() local 71 odd = (xm & 0x1) != 0x0; in ieee754dp_tlong() 74 if (round && (sticky || odd)) in ieee754dp_tlong()
|
/linux/Documentation/devicetree/bindings/serial/ |
H A D | xlnx,opb-uartlite.yaml | 51 xlnx,odd-parity: 55 Whether odd parity was configured. 73 - xlnx,odd-parity
|
/linux/tools/perf/pmu-events/arch/x86/broadwellx/ |
H A D | uncore-io.json | 138 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Odd", 143 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.", 168 "BriefDescription": "R2 AD Ring in Use; Clockwise and Odd", 173 …when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity.", 228 "BriefDescription": "R2 AK Ring in Use; Counterclockwise and Odd", 233 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.", 258 "BriefDescription": "R2 AK Ring in Use; Clockwise and Odd", 263 …when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity.", 298 "BriefDescription": "R2 BL Ring in Use; Counterclockwise and Odd", 303 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/haswellx/ |
H A D | uncore-io.json | 128 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Odd", 133 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.", 158 "BriefDescription": "R2 AD Ring in Use; Clockwise and Odd", 163 …when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity.", 208 "BriefDescription": "R2 AK Ring in Use; Counterclockwise and Odd", 213 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.", 238 "BriefDescription": "R2 AK Ring in Use; Clockwise and Odd", 243 …when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity.", 268 "BriefDescription": "R2 BL Ring in Use; Counterclockwise and Odd", 273 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/broadwellde/ |
H A D | uncore-io.json | 138 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Odd", 143 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.", 168 "BriefDescription": "R2 AD Ring in Use; Clockwise and Odd", 173 …when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity.", 228 "BriefDescription": "R2 AK Ring in Use; Counterclockwise and Odd", 233 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.", 258 "BriefDescription": "R2 AK Ring in Use; Clockwise and Odd", 263 …when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity.", 298 "BriefDescription": "R2 BL Ring in Use; Counterclockwise and Odd", 303 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.", [all …]
|
/linux/include/linux/mfd/ |
H A D | altera-a10sr.h | 21 /* Odd registers are always on odd addresses */ 28 * by 2 because the reads are at odd addresses.
|
/linux/arch/s390/pci/ |
H A D | pci_insn.c | 101 union register_pair addr_range = {.even = addr, .odd = range}; in __rpcit() 158 union register_pair req_off = {.even = req, .odd = offset}; in ____pcilg() 227 union register_pair ioaddr_len = {.even = ioaddr, .odd = len}; in __pcilg_mio() 242 *status = ioaddr_len.odd >> 24 & 0xff; in __pcilg_mio() 266 union register_pair req_off = {.even = req, .odd = offset}; in __pcistg() 320 union register_pair ioaddr_len = {.even = ioaddr, .odd = len}; in __pcistg_mio() 333 *status = ioaddr_len.odd >> 24 & 0xff; in __pcistg_mio()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | field-order.rst | 12 odd and even lines of the image, respectively. Alternating the so called 13 odd and even field are transmitted, and due to a small delay between 29 combine to frames. We distinguish between top (aka odd) and bottom (aka 92 - Images consist of the top (aka odd) field only.
|
/linux/net/ipv4/ |
H A D | tcp_hybla.c | 94 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local 145 odd = increment % 128; in hybla_cong_avoid() 147 ca->snd_cwnd_cents += odd; in hybla_cong_avoid() 156 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tcp_snd_cwnd(tp)) { in hybla_cong_avoid()
|