Home
last modified time | relevance | path

Searched refs:combine (Results 1 – 25 of 172) sorted by relevance

1234567

/openbmc/linux/arch/hexagon/lib/
H A Dudivsi3.S12 r5:4 = combine(#1,#0)
18 r1:0 = combine(r0,r4)
H A Ddivsi3.S33 r5:4 = combine(#1,r3)
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-audioout.rst42 has no audio inputs, or none which combine with the current video
97 No audio outputs combine with the current video output, or the
99 combine.
H A Dvidioc-g-audio.rst42 has no audio inputs, or none which combine with the current video input.
123 No audio inputs combine with the current video input, or the number
124 of the selected audio input is out of bounds or it does not combine.
H A Dvidioc-g-modulator.rst137 combine with ``V4L2_TUNER_SUB_STEREO`` or
144 left and right channel. This flag does not combine with
152 or secondary language only. This flag does not combine with
174 encode a Second Audio Program only. This flag must combine with
/openbmc/qemu/target/hexagon/imported/
H A Dsubinsns.idef48 Q6INSN(SA1_combinezr,"Rdd8=combine(#0,Rs16)", ATTRIBS(A_SUBINSN,A_ROPS_2),"Combines", { fSETWORD(…
49 Q6INSN(SA1_combinerz,"Rdd8=combine(Rs16,#0)", ATTRIBS(A_SUBINSN,A_ROPS_2),"Combines", { fSETWORD(…
50 Q6INSN(SA1_combine0i,"Rdd8=combine(#0,#u2)", ATTRIBS(A_SUBINSN,A_ROPS_2),"Combines", { fSETWORD(0…
51 Q6INSN(SA1_combine1i,"Rdd8=combine(#1,#u2)", ATTRIBS(A_SUBINSN,A_ROPS_2),"Combines", { fSETWORD(0…
52 Q6INSN(SA1_combine2i,"Rdd8=combine(#2,#u2)", ATTRIBS(A_SUBINSN,A_ROPS_2),"Combines", { fSETWORD(0…
53 Q6INSN(SA1_combine3i,"Rdd8=combine(#3,#u2)", ATTRIBS(A_SUBINSN,A_ROPS_2),"Combines", { fSETWORD(0…
H A Dcompare.idef236 Q6INSN(C2_ccombinewnewt,"if (Pu4.new) Rdd32=combine(Rs32,Rt32)",ATTRIBS(A_ARCHV2),
237 "Conditionally combine two words into a register pair",
244 Q6INSN(C2_ccombinewnewf,"if (!Pu4.new) Rdd32=combine(Rs32,Rt32)",ATTRIBS(A_ARCHV2),
245 "Conditionally combine two words into a register pair",
252 Q6INSN(C2_ccombinewt,"if (Pu4) Rdd32=combine(Rs32,Rt32)",ATTRIBS(A_ARCHV2),
253 "Conditionally combine two words into a register pair",
260 Q6INSN(C2_ccombinewf,"if (!Pu4) Rdd32=combine(Rs32,Rt32)",ATTRIBS(A_ARCHV2),
261 "Conditionally combine two words into a register pair",
H A Dalu.idef266 Q6INSN(A2_combinew,"Rdd32=combine(Rs32,Rt32)",ATTRIBS(),
272 Q6INSN(A4_combineri,"Rdd32=combine(Rs32,#s8)",ATTRIBS(),
278 Q6INSN(A4_combineir,"Rdd32=combine(#s8,Rs32)",ATTRIBS(),
286 Q6INSN(A2_combineii,"Rdd32=combine(#s8,#S8)",ATTRIBS(A_ARCHV2),
290 Q6INSN(A4_combineii,"Rdd32=combine(#s8,#U6)",ATTRIBS(),"Set two small immediates",
294 Q6INSN(A2_combine_hh,"Rd32=combine(Rt.H32,Rs.H32)",ATTRIBS(),
297 Q6INSN(A2_combine_hl,"Rd32=combine(Rt.H32,Rs.L32)",ATTRIBS(),
300 Q6INSN(A2_combine_lh,"Rd32=combine(Rt.L32,Rs.H32)",ATTRIBS(),
303 Q6INSN(A2_combine_ll,"Rd32=combine(Rt.L32,Rs.L32)",ATTRIBS(),
/openbmc/linux/drivers/hid/
H A Dhid-lg4ff.c66 u16 combine; member
336 if (entry->wdata.combine) { in lg4ff_raw_event()
394 .combine = 0, in lg4ff_init_wheel_data()
959 count = scnprintf(buf, PAGE_SIZE, "%u\n", entry->wdata.combine); in lg4ff_combine_show()
969 u16 combine = simple_strtoul(buf, NULL, 10); in lg4ff_combine_store() local
983 if (combine > 1) in lg4ff_combine_store()
984 combine = 1; in lg4ff_combine_store()
986 entry->wdata.combine = combine; in lg4ff_combine_store()
/openbmc/linux/arch/powerpc/perf/
H A Dpower7-pmu.c253 unsigned int pmc, unit, combine, l2sel, psel; in power7_compute_mmcr() local
273 combine = (event[i] >> PM_COMBINE_SH) & PM_COMBINE_MSK; in power7_compute_mmcr()
292 mmcr1 |= (unsigned long) combine in power7_compute_mmcr()
H A Disa207-common.c14 PMU_FORMAT_ATTR(combine, "config:11");
562 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in isa207_compute_mmcr() local
589 combine = combine_from_event(event[i]); in isa207_compute_mmcr()
603 mmcr1 |= combine << combine_shift(pmc); in isa207_compute_mmcr()
/openbmc/phosphor-logging/
H A Dutil.hpp43 auto combine(const std::map<std::string, std::string>& data)
H A Dutil.cpp222 auto combine(const std::map<std::string, std::string>& data) in combine() function
/openbmc/linux/include/net/sctp/
H A Dchecksum.h48 .combine = sctp_csum_combine,
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGPL-2.0-with-GCC-exception11 combine executable.)
H A DParity-6.0.017 2. If you combine this software with other software, contribute
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dxtrans_1.5.2.bb3 DESCRIPTION = "The X Transport Interface is intended to combine all \
/openbmc/linux/arch/mips/boot/
H A Delf2ecoff.c102 static void combine(struct sect *base, struct sect *new, int pad) in combine() function
369 combine(&data, &ndata, 0); in main()
370 combine(&bss, &nbss, 1); in main()
377 combine(&text, &ntxt, 0); in main()
/openbmc/linux/Documentation/admin-guide/perf/
H A Darm-cmn.rst62 group - with the same nonzero "combine" value. The count for such a
64 Watchpoint events with a "combine" value of 0 are considered independent
/openbmc/qemu/python/
H A DMakefile119 @coverage combine
/openbmc/linux/arch/xtensa/
H A DKconfig.debug18 The default linker behavior is to combine identical literal
/openbmc/linux/arch/hexagon/mm/
H A Dcopy_user_template.S28 src_dst_sav = combine(src,dst)
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-linux-syslinux-support-ext2-3-4-device.patch50 die("can't combine an offset with a block device");
/openbmc/linux/tools/perf/Documentation/
H A Dintel-bts.txt68 To disable the display of Intel BTS packets, combine the -D option with
/openbmc/linux/Documentation/arch/x86/
H A Dpat.rst129 combine areas of IO memory desired to remain uncacheable with areas where
160 return uncached mapping in place of write-combine requested.

1234567