Home
last modified time | relevance | path

Searched refs:odd (Results 1 – 25 of 166) sorted by relevance

1234567

/linux-6.3-rc2/drivers/staging/media/ipu3/
A Dipu3-tables.c13 .odd = { { 0, 0, 64, 6, 0, 0, 0 } } },
16 .odd = { { 0, 0, 64, 6, 0, 0, 0 } } },
56 .odd = { { 0, 2, 122, 7, 5, -1, 0 },
121 .odd = { { 0, 2, 122, 7, 5, -1, 0 },
176 .odd = { { -1, 3, 118, 7, 10, -2, 0 },
209 .odd = { { -1, 3, 118, 7, 10, -2, 0 },
264 .odd = { { -1, 4, 114, 7, 14, -3, 0 },
329 .odd = { { -1, 4, 114, 7, 14, -3, 0 },
3044 .odd = { { 0, 0, 61, 7, 67, 0, 0 },
3109 .odd = { { 0, 0, 61, 7, 67, 0, 0 },
[all …]
/linux-6.3-rc2/lib/mpi/
A Dmpi-inv.c36 int odd; in mpi_invm() local
53 if (!odd) in mpi_invm()
57 if (!odd) { in mpi_invm()
64 if (!odd) { in mpi_invm()
73 if (!odd) in mpi_invm()
80 if (!odd) { in mpi_invm()
101 if (!odd) in mpi_invm()
107 if (!odd) in mpi_invm()
115 if (!odd) in mpi_invm()
120 if (!odd) in mpi_invm()
[all …]
/linux-6.3-rc2/arch/s390/include/asm/
A Dcpacf.h255 s.odd = (unsigned long)src_len; in cpacf_km()
266 return src_len - s.odd; in cpacf_km()
287 s.odd = (unsigned long)src_len; in cpacf_kmc()
298 return src_len - s.odd; in cpacf_kmc()
315 s.odd = (unsigned long)src_len; in cpacf_kimd()
340 s.odd = (unsigned long)src_len; in cpacf_klmd()
368 s.odd = (unsigned long)src_len; in cpacf_kmac()
379 return src_len - s.odd; in cpacf_kmac()
401 s.odd = (unsigned long)src_len; in cpacf_kmctr()
414 return src_len - s.odd; in cpacf_kmctr()
[all …]
A Dap.h342 nqap_r1.odd = psmid & 0xffffffff; in ap_nqap()
344 nqap_r2.odd = (unsigned long)length; in ap_nqap()
400 rp1.odd = 0UL; in ap_dqap()
402 rp2.odd = (unsigned long)length; in ap_dqap()
422 if (reg2 != 0 && rp2.odd == 0) { in ap_dqap()
432 *psmid = (((unsigned long long)rp1.even) << 32) + rp1.odd; in ap_dqap()
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/
A Dadvantech,idk-2121wr.yaml16 on one link, and with odd pixels traveling on the other link.
18 The panel expects odd pixels on the first port, and even pixels on the
20 dual-lvds-odd-pixels or dual-lvds-even-pixels).
46 description: The sink for odd pixels.
48 dual-lvds-odd-pixels: true
51 - dual-lvds-odd-pixels
105 dual-lvds-odd-pixels;
A Dsharp,lq101r1sx01.yaml15 - 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-6.3-rc2/arch/ia64/lib/
A Dcsum_partial_copy.c37 int odd, count; in do_csum_c() local
42 odd = 1 & (unsigned long) buff; in do_csum_c()
43 if (odd) { in do_csum_c()
93 if (odd) in do_csum_c()
/linux-6.3-rc2/arch/x86/lib/
A Dcsum-partial_64.c38 unsigned odd, result; in csum_partial() local
40 odd = 1 & (unsigned long) buff; in csum_partial()
41 if (unlikely(odd)) { in csum_partial()
107 if (unlikely(odd)) { in csum_partial()
/linux-6.3-rc2/drivers/media/common/v4l2-tpg/
A Dv4l2-tpg-core.c1151 if (odd) { in gen_twopix()
1165 if (odd) { in gen_twopix()
1181 if (odd) { in gen_twopix()
1194 if (odd) { in gen_twopix()
1229 if (odd) { in gen_twopix()
1239 if (odd) { in gen_twopix()
1249 if (odd) { in gen_twopix()
1259 if (odd) { in gen_twopix()
1415 buf[0][offset] = odd ? g_u_s : b_v; in gen_twopix()
1419 buf[0][offset] = odd ? b_v : g_u_s; in gen_twopix()
[all …]
/linux-6.3-rc2/arch/parisc/lib/
A Dchecksum.c39 int odd, count; in do_csum() local
44 odd = 1 & (unsigned long) buff; in do_csum()
45 if (odd) { in do_csum()
89 if (odd) in do_csum()
/linux-6.3-rc2/arch/s390/kernel/
A Dcpcmd.c43 rx.odd = __pa(response); in diag8_response()
45 ry.odd = *rlen; in diag8_response()
54 *rlen += ry.odd; in diag8_response()
56 *rlen = ry.odd; in diag8_response()
/linux-6.3-rc2/arch/parisc/math-emu/
A Dcnv_float.h88 #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-6.3-rc2/lib/
A Dchecksum.c48 int odd; in do_csum() local
53 odd = 1 & (unsigned long) buff; in do_csum()
54 if (odd) { in do_csum()
94 if (odd) in do_csum()
/linux-6.3-rc2/arch/mips/math-emu/
A Dsp_rint.c20 int odd; in ieee754sp_rint() local
53 odd = (xm & 0x1) != 0x0; in ieee754sp_rint()
57 if (round && (sticky || odd)) in ieee754sp_rint()
A Ddp_rint.c20 int odd; in ieee754dp_rint() local
52 odd = (xm & 0x1) != 0x0; in ieee754dp_rint()
56 if (round && (sticky || odd)) in ieee754dp_rint()
A Ddp_tint.c17 int odd; in ieee754dp_tint() local
66 odd = (xm & 0x1) != 0x0; in ieee754dp_tint()
69 if (round && (sticky || odd)) in ieee754dp_tint()
A Dsp_tint.c17 int odd; in ieee754sp_tint() local
71 odd = (xm & 0x1) != 0x0; in ieee754sp_tint()
74 if (round && (sticky || odd)) in ieee754sp_tint()
A Dsp_tlong.c17 int odd; in ieee754sp_tlong() local
67 odd = (xm & 0x1) != 0x0; in ieee754sp_tlong()
70 if (round && (sticky || odd)) in ieee754sp_tlong()
A Ddp_tlong.c17 int odd; in ieee754dp_tlong() local
71 odd = (xm & 0x1) != 0x0; in ieee754dp_tlong()
74 if (round && (sticky || odd)) in ieee754dp_tlong()
/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtv-vbi.c41 data.data[0] = cc->odd[0]; in ivtv_set_cc()
42 data.data[1] = cc->odd[1]; in ivtv_set_cc()
94 cc->odd[0] = d->data[0]; in ivtv_write_vbi_line()
95 cc->odd[1] = d->data[1]; in ivtv_write_vbi_line()
137 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi()
153 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi_from_user()
454 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_disable_cc()
466 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_vbi_work_handler()
490 cc.odd[0] = data.data[0]; in ivtv_vbi_work_handler()
491 cc.odd[1] = data.data[1]; in ivtv_vbi_work_handler()
[all …]
/linux-6.3-rc2/arch/alpha/lib/
A Dchecksum.c81 int odd, count; in do_csum() local
86 odd = 1 & (unsigned long) buff; in do_csum()
87 if (odd) { in do_csum()
135 if (odd) in do_csum()
/linux-6.3-rc2/net/ipv4/
A Dtcp_hybla.c94 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()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-bus-iio-adc-hi843525 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-6.3-rc2/drivers/net/wireless/realtek/rtl818x/rtl8180/
A Dmax2820.c75 bool odd; in max2820_rf_calc_rssi() local
77 odd = !!(agc & 1); in max2820_rf_calc_rssi()
80 if (odd) in max2820_rf_calc_rssi()
/linux-6.3-rc2/arch/s390/pci/
A Dpci_insn.c100 union register_pair addr_range = {.even = addr, .odd = range}; in __rpcit()
158 union register_pair req_off = {.even = req, .odd = offset}; in ____pcilg()
224 union register_pair ioaddr_len = {.even = ioaddr, .odd = len}; in __pcilg_mio()
236 *status = ioaddr_len.odd >> 24 & 0xff; in __pcilg_mio()
260 union register_pair req_off = {.even = req, .odd = offset}; in __pcistg()
313 union register_pair ioaddr_len = {.even = ioaddr, .odd = len}; in __pcistg_mio()
325 *status = ioaddr_len.odd >> 24 & 0xff; in __pcistg_mio()

Completed in 45 milliseconds

1234567