Home
last modified time | relevance | path

Searched +full:gen +full:- +full:3 (Results 1 – 25 of 785) sorted by relevance

12345678910>>...32

/openbmc/linux/include/linux/
H A Dsysfb.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
7 * Copyright (c) 2012-2013 David Herrmann <dh.herrmann@gmail.com>
16 M_I17, /* 17-Inch iMac */
17 M_I20, /* 20-Inch iMac */
18 M_I20_SR, /* 20-Inch iMac (Santa Rosa) */
19 M_I24, /* 24-Inch iMac */
20 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */
21 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */
22 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */
24 M_MINI_3_1, /* Mac Mini, 3,1th gen */
[all …]
/openbmc/linux/drivers/net/dsa/sja1105/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
11 This is the driver for the NXP SJA1105 (5-port) and SJA1110 (10-port)
15 - SJA1105E (Gen. 1, No TT-Ethernet)
16 - SJA1105T (Gen. 1, TT-Ethernet)
17 - SJA1105P (Gen. 2, No SGMII, No TT-Ethernet)
18 - SJA1105Q (Gen. 2, No SGMII, TT-Ethernet)
19 - SJA1105R (Gen. 2, SGMII, No TT-Ethernet)
20 - SJA1105S (Gen. 2, SGMII, TT-Ethernet)
21 - SJA1110A (Gen. 3, SGMII, TT-Ethernet, 100base-TX PHY, 10 ports)
22 - SJA1110B (Gen. 3, SGMII, TT-Ethernet, 100base-TX PHY, 9 ports)
[all …]
/openbmc/linux/tools/lib/bpf/
H A Dgen_loader.c1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
29 * ctx - bpf program context
30 * stack - bpf program stack
31 * blob - bpf_attr-s, strings, insns, map data.
41 (__s16)(-sizeof(struct loader_stack) + offsetof(struct loader_stack, field))
45 static int blob_fd_array_off(struct bpf_gen *gen, int index) in blob_fd_array_off() argument
47 return gen->fd_array + index * sizeof(int); in blob_fd_array_off()
50 static int realloc_insn_buf(struct bpf_gen *gen, __u32 size) in realloc_insn_buf() argument
52 size_t off = gen->insn_cur - gen->insn_start; in realloc_insn_buf()
55 if (gen->error) in realloc_insn_buf()
[all …]
/openbmc/linux/sound/pci/hda/
H A Dpatch_analog.c1 // SPDX-License-Identifier: GPL-2.0-or-later
6 * Copyright (c) 2005-2007 Takashi Iwai <tiwai@suse.de>
23 struct hda_gen_spec gen; member
44 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir)) /* mono */
52 struct ad198x_spec *spec = codec->spec; in create_beep_ctls()
55 if (!spec->beep_amp) in create_beep_ctls()
58 for (knew = ad_beep_mixer ; knew->name; knew++) { in create_beep_ctls()
63 return -ENOMEM; in create_beep_ctls()
64 kctl->private_value = spec->beep_amp; in create_beep_ctls()
81 !codec->inv_eapd ? 0x00 : 0x02); in ad198x_power_eapd_write()
[all …]
H A Dpatch_via.c1 // SPDX-License-Identifier: GPL-2.0-or-later
7 * (C) 2006-2009 VIA Technology, Inc.
8 * (C) 2006-2008 Takashi Iwai <tiwai@suse.de>
13 /* 2006-03-03 Lydia Wang Create the basic patch to support VT1708 codec */
14 /* 2006-03-14 Lydia Wang Modify hard code for some pin widget nid */
15 /* 2006-08-02 Lydia Wang Add support to VT1709 codec */
16 /* 2006-09-08 Lydia Wang Fix internal loopback recording source select bug */
17 /* 2007-09-12 Lydia Wang Add EAPD enable during driver initialization */
18 /* 2007-09-17 Lydia Wang Add VT1708B codec support */
19 /* 2007-11-14 Lydia Wang Add VT1708A codec HP and CD pin connect config */
[all …]
H A Dpatch_cirrus.c1 // SPDX-License-Identifier: GPL-2.0-or-later
24 struct hda_gen_spec gen; member
66 /* Vendor-specific processing widget */
79 * 1 = digital immediate, analog zero-cross
80 * 2 = digtail & analog soft-ramp
81 * 3 = digital soft-ramp, analog zero-cross
83 #define CS_COEF_ADC_SZC_MASK (3 << 0)
84 #define CS_COEF_ADC_MIC_SZC_MODE (3 << 0) /* SZC setup for mic */
85 #define CS_COEF_ADC_LI_SZC_MODE (3 << 0) /* SZC setup for line-in */
86 /* PGA mode: 0 = differential, 1 = signle-ended */
[all …]
/openbmc/u-boot/board/toradex/apalis_imx6/
H A Dpf0100_otp.inc1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2014-2016, Toradex AG
15 /* sed -e 's/^WRITE_I2C:\(..\):\(..\)/\{pmic_i2c, 0x\1, 0x\2\},/g' -e 's/^DELAY:\([0-9]*\)/\{pmic_d…
16 … sed -i -e 's/^VPGM:ON/\{pmic_vpgm, 0, 1},/g' -e 's/^VPGM:OFF/\{pmic_vpgm, 0, 0},/g' pf0100_otp.inc
17 …sed -i -e 's/^PWRON: HIGH/\{pmic_pwr, 0, 1},/g' -e 's/^PWRON:LOW/\{pmic_pwr, 0, 0},/g' pf0100_otp.…
28 {pmic_i2c, 0xA0, 0x2B}, // Auto gen from Row94
29 {pmic_i2c, 0xA1, 0x01}, // Auto gen from Row95
30 {pmic_i2c, 0xA2, 0x05}, // Auto gen from Row96
31 {pmic_i2c, 0xA8, 0x2B}, // Auto gen from Row102
32 {pmic_i2c, 0xA9, 0x02}, // Auto gen from Row103
[all …]
/openbmc/u-boot/board/toradex/colibri_imx6/
H A Dpf0100_otp.inc1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2014-2016, Toradex AG
15 /* sed -e 's/^WRITE_I2C:\(..\):\(..\)/\{pmic_i2c, 0x\1, 0x\2\},/g' -e 's/^DELAY:\([0-9]*\)/\{pmic_d…
16 … sed -i -e 's/^VPGM:ON/\{pmic_vpgm, 0, 1},/g' -e 's/^VPGM:OFF/\{pmic_vpgm, 0, 0},/g' pf0100_otp.inc
17 …sed -i -e 's/^PWRON: HIGH/\{pmic_pwr, 0, 1},/g' -e 's/^PWRON:LOW/\{pmic_pwr, 0, 0},/g' pf0100_otp.…
28 {pmic_i2c, 0xA0, 0x2B}, // Auto gen from Row94
29 {pmic_i2c, 0xA1, 0x01}, // Auto gen from Row95
30 {pmic_i2c, 0xA2, 0x05}, // Auto gen from Row96
31 {pmic_i2c, 0xA8, 0x2B}, // Auto gen from Row102
32 {pmic_i2c, 0xA9, 0x02}, // Auto gen from Row103
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A D0001-sandbox-Do-not-use-int8_t-in-std-uniform_int_distrib.patch3 Date: Thu, 1 Sep 2022 15:54:13 -0700
16 /mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/libcereal/1.3.2+gitAUTOINC+ebef1e9298-r0/g…
17 c = std::uniform_int_distribution<char>(' ', '~')(gen);
19 /mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/libcereal/1.3.2+gitAUTOINC+ebef1e9298-r0/g…
20 c = std::uniform_int_distribution<char>(' ', '~')(gen);
24 Upstream-Status: Submitted [https://github.com/USCiLab/cereal/pull/764]
25 Signed-off-by: Khem Raj <raj.khem@gmail.com>
26 ---
27 sandbox/performance.cpp | 4 ++--
28 1 file changed, 2 insertions(+), 2 deletions(-)
[all …]
/openbmc/u-boot/drivers/video/
H A Dipu_regs.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Porting to u-boot:
10 * (C) Copyright 2005-2009 Freescale Semiconductor, Inc.
57 #define DC_EVT_NFIELD 3
67 #define DC_EVT_NEW_CHAN_W_1 3
112 DC_WR_CH_CONF_PROG_DISP_ID_OFFSET = 3,
132 DI_PIN14 = 3,
143 DI_SYNC_NONE = -1,
147 DI_SYNC_VSYNC = 3,
161 u32 fs_proc_flow[3];
[all …]
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_drv.c1 // SPDX-License-Identifier: GPL-2.0+
3 * R-Car Display Unit DRM driver
5 * Copyright (C) 2013-2015 Renesas Electronics Corporation
11 #include <linux/dma-mapping.h>
31 /* -----------------------------------------------------------------------------
36 .gen = 2,
60 .gen = 2,
83 .gen = 2,
111 .gen = 3,
142 .gen = 3,
[all …]
H A Drcar_du_group.c1 // SPDX-License-Identifier: GPL-2.0+
3 * R-Car Display Unit Channels Pair
5 * Copyright (C) 2013-2015 Renesas Electronics Corporation
11 * The R8A7779 DU is split in per-CRTC resources (scan-out engine, blending
12 * unit, timings generator, ...) and device-global resources (start/stop
19 * modeled as a single device with three CRTCs, two sets of "semi-global"
20 * resources, and a few device-global resources.
23 * counterpart in the DU documentation, that models those semi-global resources.
35 return rcar_du_read(rgrp->dev, rgrp->mmio_offset + reg); in rcar_du_group_read()
40 rcar_du_write(rgrp->dev, rgrp->mmio_offset + reg, data); in rcar_du_group_write()
[all …]
/openbmc/linux/drivers/rapidio/switches/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 tristate "IDT CPS-xx SRIO switches support"
8 Includes support for IDT CPS-16/12/10/8 serial RapidIO switches.
11 tristate "IDT CPS Gen.2 SRIO switch support"
14 Includes support for ITD CPS Gen.2 serial RapidIO switches.
17 tristate "IDT RXS Gen.3 SRIO switch support"
20 Includes support for ITD RXS Gen.3 serial RapidIO switches.
/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/
H A Dskip-load.patch1 From 3af7272a3435fc79e5da729155480a346ccf2d44 Mon Sep 17 00:00:00 2001
4 Subject: [PATCH] strace: skip a number of load-sensitive tests
9 Upstream-Status: Inappropriate
10 Signed-off-by: Ross Burton <ross.burton@arm.com>
11 ---
12 tests/clock_nanosleep.gen.test | 1 +
14 tests/strace-r.test | 1 +
15 3 files changed, 3 insertions(+)
17 diff --git a/tests/clock_nanosleep.gen.test b/tests/clock_nanosleep.gen.test
19 --- a/tests/clock_nanosleep.gen.test
[all …]
/openbmc/phosphor-dbus-interfaces/gen/
H A Dregenerate-meson3 REPO_ROOT=$(git rev-parse --show-toplevel)
5 # Find sdbus++-gen-meson
8 # 3. Check in subprojects/sdbusplus
9 if [ ! -x "$SDBUSPP_GEN_MESON" ]; then
10 SDBUSPP_GEN_MESON="$(which sdbus++-gen-meson 2> /dev/null)"
12 if [ ! -x "$SDBUSPP_GEN_MESON" ]; then
13 SDBUSPP_GEN_MESON="$REPO_ROOT/subprojects/sdbusplus/tools/sdbus++-gen-meson"
15 if [ ! -x "$SDBUSPP_GEN_MESON" ]; then
16 echo "Cannot find sdbus++-gen-meson ($SDBUSPP_GEN_MESON)."
22 --command meson \
[all …]
/openbmc/phosphor-logging/gen/
H A Dregenerate-meson3 REPO_ROOT=$(git rev-parse --show-toplevel)
5 # Find sdbus++-gen-meson
8 # 3. Check in subprojects/sdbusplus
9 if [ ! -x "$SDBUSPP_GEN_MESON" ]; then
10 SDBUSPP_GEN_MESON="$(which sdbus++-gen-meson 2> /dev/null)"
12 if [ ! -x "$SDBUSPP_GEN_MESON" ]; then
13 SDBUSPP_GEN_MESON="$REPO_ROOT/subprojects/sdbusplus/tools/sdbus++-gen-meson"
15 if [ ! -x "$SDBUSPP_GEN_MESON" ]; then
16 echo "Cannot find sdbus++-gen-meson ($SDBUSPP_GEN_MESON)."
22 --command meson \
[all …]
/openbmc/linux/tools/net/ynl/
H A Dynl-regen.sh2 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
4 TOOL=$(dirname $(realpath $0))/ynl-gen-c.py
9 while [ ! -z "$1" ]; do
11 -f ) force=yes; shift ;;
12 -p ) search=$2; shift 2 ;;
18 pushd ${search:-$KDIR} >>/dev/null
20 files=$(git grep --files-with-matches '^/\* YNL-GEN \(kernel\|uapi\|user\)')
22 # params: 0 1 2 3
23 # $YAML YNL-GEN kernel $mode
24 params=( $(git grep -B1 -h '/\* YNL-GEN' $f | sed 's@/\*\(.*\)\*/@\1@') )
[all …]
/openbmc/qemu/target/s390x/
H A Dcpu_models.c9 * your option) any later version. See the COPYING file in the top-level
15 #include "s390x-internal.h"
20 #include "qemu/error-report.h"
23 #include "qemu/hw-version.h"
24 #include "qemu/qemu-print.h"
35 .gen = _gen, \
53 * (see https://www.ibm.com/support/pages/ibm-mainframe-life-cycle-history),
60 CPUDEF_INIT(0x2064, 7, 3, 38, 0x00000000U, "z900.3", "IBM zSeries 900 GA3"),
61 CPUDEF_INIT(0x2066, 7, 3, 38, 0x00000000U, "z800", "IBM zSeries 800 GA1"),
64 CPUDEF_INIT(0x2084, 8, 3, 38, 0x00000000U, "z990.3", "IBM zSeries 990 GA3"),
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_pci.c42 #define GEN(x) \ macro
51 [I915_CACHE_WT] = 3, \
56 [I915_CACHE_NONE] = 3, \
65 [I915_CACHE_LLC] = 3, \
66 [I915_CACHE_L3_LLC] = 3, \
73 [I915_CACHE_LLC] = 3, \
74 [I915_CACHE_L3_LLC] = 3, \
78 /* Keep in gen based order, and chronological order within a gen */
87 GEN(2), \
97 .max_pat_index = 3, \
[all …]
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 bpftool-gen
6 -------------------------------------------------------------------------------
7 tool for BPF code-generation
8 -------------------------------------------------------------------------------
17 **bpftool** [*OPTIONS*] **gen** *COMMAND*
19 *OPTIONS* := { |COMMON_OPTIONS| | { **-L** | **--use-loader** } }
23 GEN COMMANDS
26 | **bpftool** **gen object** *OUTPUT_FILE* *INPUT_FILE* [*INPUT_FILE*...]
27 | **bpftool** **gen skeleton** *FILE* [**name** *OBJECT_NAME*]
[all …]
/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces/
H A D0001-Add-boot-initiator-mailbox-interface.patch8 its specific parameters. This is based on IPMI 2.0 Table 28-14 'Boot
13 Change-Id: If2a7dce6fae812fc3f1f325cd07c77f31900cf42
14 Signed-off-by: Alexander Amelkin <a.amelkin@yadro.com>
15 ---
19 3 files changed, 92 insertions(+)
20 create mode 100644 gen/xyz/openbmc_project/Control/Boot/Mailbox/meson.build
23 diff --git a/gen/xyz/openbmc_project/Control/Boot/Mailbox/meson.build b/gen/xyz/openbmc_project/Con…
26 --- /dev/null
27 +++ b/gen/xyz/openbmc_project/Control/Boot/Mailbox/meson.build
28 @@ -0,0 +1,14 @@
[all …]
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h4 * Copyright (C) 2008-2022, VMware, Inc. All Rights Reserved.
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
23 * Maintained by: pv-drivers@vmware.com
73 #define VMXNET3_REG_ALIGN 8 /* All registers are 8-byte aligned. */
129 * Little Endian layout of bitfields -
131 * Byte 1 : oco gen 13.len.8
133 * Byte 3 : 13...msscof...6
135 * Big Endian layout of bitfields -
138 * Byte 2 : oco gen 13.len.8
139 * Byte 3 : 7.....len.....0
[all …]
/openbmc/qemu/hw/net/
H A Dvmxnet3.h14 * See the COPYING file in the top-level directory.
53 * Copyright (C) 2008-2009, VMware, Inc. All Rights Reserved.
67 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
72 * Maintained by: Shreyas Bhatewara <pv-drivers@vmware.com>
77 u64 TSOPktsTxOK; /* TSO pkts post-segmentation */
92 /* the following counters are for pkts from the wire, i.e., pre-LRO */
168 #define VMXNET3_REG_ALIGN 8 /* All registers are 8-byte aligned. */
209 * Little Endian layout of bitfields -
211 * Byte 1 : rsvd gen 13.len.8
213 * Byte 3 : 13...msscof...6
[all …]
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/
H A D0003-link.mk-generate-version.o-in-link-out-dir.patch4 Subject: [PATCH 3/3] link.mk: generate version.o in link-out-dir
15 Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
16 Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
17 ---
18 core/arch/arm/kernel/link.mk | 5 +++--
19 core/arch/riscv/kernel/link.mk | 5 +++--
20 2 files changed, 6 insertions(+), 4 deletions(-)
22 Upstream-Status: Backport
24 diff --git a/core/arch/arm/kernel/link.mk b/core/arch/arm/kernel/link.mk
26 --- a/core/arch/arm/kernel/link.mk
[all …]
/openbmc/phosphor-logging/
H A Dmeson.build2 'phosphor-logging',
8 'warning_level=3',
22 sdbuspp_gen_meson_prog = find_program('sdbus++-gen-meson', native: true)
30 pdi_dep = dependency('phosphor-dbus-interfaces')
85 subdir('gen') subdir
87 # Generate callouts-gen
[all...]

12345678910>>...32