Home
last modified time | relevance | path

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

12345678

/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/openbmc/poky/meta/recipes-devtools/quilt/quilt/
H A D0001-test-Fix-a-race-condition-in-merge.test.patch39 - $ quilt diff --combine a.diff -P b.diff | grep -v "^\\(---\\|+++\\)"
40 + $ quilt diff --combine a.diff -P b.diff >/dev/null
42 + $ quilt diff --combine a.diff -P b.diff 2>/dev/null | grep -v "^\\(---\\|+++\\)"
/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",
/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/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/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.0.bb3 DESCRIPTION = "The X Transport Interface is intended to combine all \
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dmaxim,max9611.yaml13 These devices combine a high-side current sense amplifier with a 12 bit ADC.
/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/linux/Documentation/devicetree/bindings/regulator/
H A Dmt6315-regulator.yaml14 that contains 4 BUCKs output which can combine with each other
/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/qemu/python/
H A DMakefile119 @coverage combine
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dgoogle,cros-ec-codec.yaml35 combine to become an unsigned 64-bit physical address.
/openbmc/phosphor-logging/
H A Delog_meta.hpp58 inline void combine(const std::map<std::string, std::string>& data, in combine() function
/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");

12345678