Home
last modified time | relevance | path

Searched +full:jc +full:- +full:42 (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_test.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
17 #include "extensions/openpower-pels/generic.hpp"
18 #include "extensions/openpower-pels/pel.hpp"
66 EXPECT_TRUE(pel->valid()); in TEST_F()
67 EXPECT_EQ(pel->id(), 0x80818283); in TEST_F()
68 EXPECT_EQ(pel->plid(), 0x50515253); in TEST_F()
69 EXPECT_EQ(pel->userHeader().subsystem(), 0x10); in TEST_F()
70 EXPECT_EQ(pel->userHeader().actionFlags(), 0x80C0); in TEST_F()
73 auto flattenedData = pel->data(); in TEST_F()
75 EXPECT_EQ(flattenedData.size(), pel->size()); in TEST_F()
[all …]
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-nattis-2-natte-2.dts1 // SPDX-License-Identifier: GPL-2.0+
3 * at91-nattis-2-natte-2.dts - Device Tree file for the Linea/Nattis board
9 /dts-v1/;
10 #include "at91-linea.dtsi"
11 #include "at91-natte.dtsi"
14 model = "Axentia Linea-Nattis v2 Natte v2";
15 compatible = "axentia,nattis-2", "axentia,natte-2", "axentia,linea",
18 gpio-keys {
19 compatible = "gpio-keys";
21 key-wakeup {
[all …]
/openbmc/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt4 # - Intel(R) 64 and IA-32 Architectures Software Developer's Manual Vol.2C
5 # (#326018-047US, June 2013)
8 # Table: table-name
9 # Referrer: escaped-name
10 # AVXcode: avx-code
11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
13 # opcode: escape # escaped-name
21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
31 # - (66): the last prefix is 0x66
32 # - (F3): the last prefix is 0xF3
[all …]
/openbmc/linux/arch/x86/lib/
H A Dx86-opcode-map.txt4 # - Intel(R) 64 and IA-32 Architectures Software Developer's Manual Vol.2C
5 # (#326018-047US, June 2013)
8 # Table: table-name
9 # Referrer: escaped-name
10 # AVXcode: avx-code
11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
13 # opcode: escape # escaped-name
21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
31 # - (66): the last prefix is 0x66
32 # - (F3): the last prefix is 0xF3
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dselection.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later -->
3 <svg enable-background="new" version="1" viewBox="0 0 4226.3 1686.8" xmlns="http://www.w3.org/2000/…
7 …<path d="m-1.2 0l-1 1 3.5-1-3.5-1 1 1z" fill="#f8d615" fill-rule="evenodd" stroke="#f8d615" stroke
10 <path d="M0-.5h1v2H0z" fill="#f815bb"/>
12 <filter id="ep" x="-.085" y="-.366" width="1.169" height="1.732">
16 <stop stop-color="#fff" offset="0"/>
17 <stop stop-color="#fff" stop-opacity="0" offset="1"/>
20 <stop stop-color="#f9eed3" offset="0"/>
21 <stop stop-opacity="0" offset="1"/>
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv1 # x86 instruction set description version 0.2x, 2018-05-08
22 # 5. The validity of the instruction in 32-bit (aka compatibility, legacy) mode.
24 # 6. The validity of the instruction in 64-bit mode.
28 # 8. Additional comma-separated tags containing hints about the instruction.
56 # Immediates may have bitfield-like modifier that specifies how much bits
89 # One-of-a-kind operands: rel8, rel16, rel32, ptr16:16, ptr16:32,
123 # Instead, it is itself a comma-separated list of tags or hints derived by analysis
139 # which specifies data promotion to 64-bit.
141 # it also describes that default data size is 64-bit instead of 32-bit.
142 # Using refining prefix like 0x66 will lead to 32-bit operation (if supported).
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch2 Upstream-Status: Inappropriate
4 RPI-Distro repo clones original ffmpeg and applies patches to enable
7 --- a/configure
9 @@ -205,6 +205,7 @@ External library support:
10 --disable-bzlib disable bzlib [autodetect]
11 --disable-coreimage disable Apple CoreImage framework [autodetect]
12 --enable-chromaprint enable audio fingerprinting with chromaprint [no]
13 + --disable-epoxy disable epoxy [autodetect]
14 --enable-frei0r enable frei0r video filtering [no]
15 --enable-gcrypt enable gcrypt, needed for rtmp(t)e support
[all …]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch1 Upstream-Status: Inappropriate
3 RPI-Distro repo forks original vlc and applies patches
6 --- a/configure.ac
8 @@ -3478,6 +3478,9 @@ dnl
10 AS_HELP_STRING([--enable-mmal],
11 [Multi-Media Abstraction Layer (MMAL) hardware plugin (default enable)]))
13 + AS_HELP_STRING([--enable-mmal-avcodec],
17 LDFLAGS="${LDFLAGS} -L/opt/vc/lib -lvchostif"
18 @@ -3488,7 +3491,7 @@ if test "${enable_mmal}" != "no"; then
20 VLC_ADD_LDFLAGS([mmal],[ -L/opt/vc/lib ])
[all …]
/openbmc/linux/
H A DMAINTAINERS5 ----------
[all...]