| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | sysfb.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 7 * Copyright (c) 2012-2013 David Herrmann <dh.herrmann@gmail.com> 15 M_I17, /* 17-Inch iMac */ 16 M_I20, /* 20-Inch iMac */ 17 M_I20_SR, /* 20-Inch iMac (Santa Rosa) */ 18 M_I24, /* 24-Inch iMac */ 19 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */ 20 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */ 21 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */ 23 M_MINI_3_1, /* Mac Mini, 3,1th gen */ [all …]
|
| /OK3568_Linux_fs/buildroot/board/intel/galileo/ |
| H A D | readme.txt | 2 Intel Galileo Gen 1/2 7 These instructions apply to both the Intel Galileo Gen 1/2 development boards 13 Apply the defconfig for the Intel Galileo Gen 1/2 23 $ ls -lh output/images/sdcard.img 24 -rw-r--r--. 1 foo foo 11M Nov 17 16:19 output/images/sdcard.img 33 During power-on the console will become available on the Galileo's ttyS1. This 36 * Galileo Gen 1 38 http://clayskits.com/products/galileo-gen-1-serial-cable 40 A USB to RS-232 to 3.5mm Jack cable is required. Connect to the 3.5mm 43 * Galileo Gen 2 [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/ |
| H A D | 0004-call-native-helpers.patch | 2 From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> 5 MIME-Version: 1.0 6 Content-Type: text/plain; charset=UTF-8 7 Content-Transfer-Encoding: 8bit 9 Upstream-Status: Inappropriate[oe-specific] 11 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> 12 --- 13 src/addressbook/libebook-contacts/CMakeLists.txt | 2 +- 14 src/camel/CMakeLists.txt | 2 +- 15 2 files changed, 2 insertions(+), 2 deletions(-) [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | ipu_regs.h | 2 * Porting to u-boot: 9 * (C) Copyright 2005-2009 Freescale Semiconductor, Inc. 11 * SPDX-License-Identifier: GPL-2.0+ 57 #define DC_EVT_EOF 2 67 #define DC_EVT_NEW_CHAN_W_0 2 132 DI_PIN13 = 2, 144 DI_SYNC_NONE = -1, 147 DI_SYNC_HSYNC = 2, 163 u32 fs_disp_flow[2]; 173 u32 ch_db_mode_sel[2]; [all …]
|
| /OK3568_Linux_fs/u-boot/board/toradex/apalis_imx6/ |
| H A D | pf0100_otp.inc | 2 * Copyright (C) 2014-2016, Toradex AG 4 * SPDX-License-Identifier: GPL-2.0+ 16 /* sed -e 's/^WRITE_I2C:\(..\):\(..\)/\{pmic_i2c, 0x\1, 0x\2\},/g' -e 's/^DELAY:\([0-9]*\)/\{pmic_d… 17 … sed -i -e 's/^VPGM:ON/\{pmic_vpgm, 0, 1},/g' -e 's/^VPGM:OFF/\{pmic_vpgm, 0, 0},/g' pf0100_otp.inc 18 …sed -i -e 's/^PWRON: HIGH/\{pmic_pwr, 0, 1},/g' -e 's/^PWRON:LOW/\{pmic_pwr, 0, 0},/g' pf0100_otp.… 29 {pmic_i2c, 0xA0, 0x2B}, // Auto gen from Row94 30 {pmic_i2c, 0xA1, 0x01}, // Auto gen from Row95 31 {pmic_i2c, 0xA2, 0x05}, // Auto gen from Row96 32 {pmic_i2c, 0xA8, 0x2B}, // Auto gen from Row102 33 {pmic_i2c, 0xA9, 0x02}, // Auto gen from Row103 [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | patch_analog.c | 1 // 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 D | patch_cirrus.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 23 struct hda_gen_spec gen; member 65 /* Vendor-specific processing widget */ 78 * 1 = digital immediate, analog zero-cross 79 * 2 = digtail & analog soft-ramp 80 * 3 = digital soft-ramp, analog zero-cross 84 #define CS_COEF_ADC_LI_SZC_MODE (3 << 0) /* SZC setup for line-in */ 85 /* PGA mode: 0 = differential, 1 = signle-ended */ 87 #define CS_COEF_ADC_LI_PGA_MODE (1 << 6) /* PGA setup for line-in */ 91 * 1 = zero-cross [all …]
|
| H A D | patch_via.c | 1 // 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 …]
|
| /OK3568_Linux_fs/u-boot/board/toradex/colibri_imx6/ |
| H A D | pf0100_otp.inc | 2 * Copyright (C) 2014-2016, Toradex AG 4 * SPDX-License-Identifier: GPL-2.0+ 16 /* sed -e 's/^WRITE_I2C:\(..\):\(..\)/\{pmic_i2c, 0x\1, 0x\2\},/g' -e 's/^DELAY:\([0-9]*\)/\{pmic_d… 17 … sed -i -e 's/^VPGM:ON/\{pmic_vpgm, 0, 1},/g' -e 's/^VPGM:OFF/\{pmic_vpgm, 0, 0},/g' pf0100_otp.inc 18 …sed -i -e 's/^PWRON: HIGH/\{pmic_pwr, 0, 1},/g' -e 's/^PWRON:LOW/\{pmic_pwr, 0, 0},/g' pf0100_otp.… 29 {pmic_i2c, 0xA0, 0x2B}, // Auto gen from Row94 30 {pmic_i2c, 0xA1, 0x01}, // Auto gen from Row95 31 {pmic_i2c, 0xA2, 0x05}, // Auto gen from Row96 32 {pmic_i2c, 0xA8, 0x2B}, // Auto gen from Row102 33 {pmic_i2c, 0xA9, 0x02}, // Auto gen from Row103 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/ |
| H A D | rcar_du_drv.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * rcar_du_drv.c -- R-Car Display Unit DRM driver 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 32 /* ----------------------------------------------------------------------------- 37 .gen = 2, 59 .gen = 2, 80 .gen = 2, 100 .port = 2, 106 .gen = 3, 111 .channels_mask = BIT(2) | BIT(1) | BIT(0), [all …]
|
| H A D | rcar_du_group.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * rcar_du_group.c -- 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 family. These are 5-port devices and are managed over an SPI 13 - SJA1105E (Gen. 1, No TT-Ethernet) 14 - SJA1105T (Gen. 1, TT-Ethernet) 15 - SJA1105P (Gen. 2, No SGMII, No TT-Ethernet) 16 - SJA1105Q (Gen. 2, No SGMII, TT-Ethernet) 17 - SJA1105R (Gen. 2, SGMII, No TT-Ethernet) 18 - SJA1105S (Gen. 2, SGMII, TT-Ethernet) 29 bool "Support for the Time-Aware Scheduler on NXP SJA1105" 34 This enables support for the TTEthernet-based egress scheduling [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_engine_cs.c | 2 * SPDX-License-Identifier: GPL-2.0 21 return *a - *b; in cmp_u32() 29 atomic_inc(>->rps.num_waiters); in perf_begin() 30 schedule_work(>->rps.work); in perf_begin() 31 flush_work(>->rps.work); in perf_begin() 36 atomic_dec(>->rps.num_waiters); in perf_end() 39 return igt_flush_test(gt->i915); in perf_end() 52 if (INTEL_GEN(rq->engine->i915) >= 8) in write_timestamp() 55 *cs++ = i915_mmio_reg_offset(RING_TIMESTAMP(rq->engine->mmio_base)); in write_timestamp() 56 *cs++ = i915_request_timeline(rq)->hwsp_offset + slot * sizeof(u32); in write_timestamp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/vmxnet3/ |
| H A D | vmxnet3_defs.h | 4 * Copyright (C) 2008-2020, VMware, Inc. All Rights Reserved. 8 * Free Software Foundation; version 2 of the License and no later version. 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 23 * Maintained by: pv-drivers@vmware.com 51 VMXNET3_REG_RXPROD2 = 0xA00 /* Rx Producer Index for ring 2 */ 57 #define VMXNET3_REG_ALIGN 8 /* All registers are 8-byte aligned. */ 104 * Little Endian layout of bitfields - 106 * Byte 1 : oco gen 13.len.8 107 * Byte 2 : 5.msscof.0 ext1 dtype 110 * Big Endian layout of bitfields - [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-aspectlib/ |
| H A D | 0001-Remove-tornado-6-test-constraint.-Ref-15.patch | 2 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= <contact@ionelmc.ro> 3 Date: Sun, 2 May 2021 09:50:43 +0300 6 Upstream-Status: Backport [https://github.com/ionelmc/python-aspectlib/commit/7dccb198dfb426f529b81… 7 Signed-off-by: Khem Raj <raj.khem@gmail.com> 8 --- 9 tests/test_integrations_py3.py | 5 ++++- 10 tox.ini | 3 ++- 11 2 files changed, 6 insertions(+), 2 deletions(-) 13 diff --git a/tests/test_integrations_py3.py b/tests/test_integrations_py3.py 15 --- a/tests/test_integrations_py3.py [all …]
|
| /OK3568_Linux_fs/kernel/drivers/phy/st/ |
| H A D | phy-miphy28lp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 24 #include <dt-bindings/phy/phy.h> 30 #define RST_MACRO_SW BIT(2) 34 #define RST_COMP_SW BIT(2) 39 #define HFC_PLL BIT(2) 42 #define TERM_EN_SW BIT(2) 54 #define SSC_EN_SW BIT(2) 60 #define TX_SPDSEL_20DEC 2 62 #define RX_SPDSEL_40DEC (1 << 2) 63 #define RX_SPDSEL_20DEC (2 << 2) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_pci.c | 39 #define GEN(x) .gen = (x), .gen_mask = BIT((x) - 1) macro 151 /* Keep in gen based order, and chronological order within a gen */ 160 GEN(2), \ 182 GEN(2), \ 224 GEN(3), \ 314 GEN(4), \ 367 GEN(5), \ 397 GEN(6), \ 428 .gt = 2, 444 .gt = 2, [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | uncore_snb.c | 1 // SPDX-License-Identifier: GPL-2.0 93 #define SNB_UNC_GLOBAL_CTL_CORE_ALL ((1 << 4) - 1) 112 #define NHM_UNC_GLOBAL_CTL_EN_PC_ALL ((1ULL << 8) - 1) 121 #define SKL_UNC_GLOBAL_CTL_CORE_ALL ((1 << 5) - 1) 133 DEFINE_UNCORE_FORMAT_ATTR(event, event, "config:0-7"); 134 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15"); 137 DEFINE_UNCORE_FORMAT_ATTR(cmask5, cmask, "config:24-28"); 138 DEFINE_UNCORE_FORMAT_ATTR(cmask8, cmask, "config:24-31"); 143 struct hw_perf_event *hwc = &event->hw; in snb_uncore_msr_enable_event() 145 if (hwc->idx < UNCORE_PMC_IDX_FIXED) in snb_uncore_msr_enable_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | sge.c | 2 * Copyright (c) 2005-2008 Chelsio, Inc. All rights reserved. 6 * General Public License (GPL) Version 2, available from the file 14 * - Redistributions of source code must retain the above 18 * - Redistributions in binary form must reproduce the above 38 #include <linux/dma-mapping.h> 135 * This structure lives at skb->head and must be allocated by callers. 146 * desc = 1 + (flits - 2) / (WR_FLITS - 1). 154 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 157 #elif SGE_NUM_GENBITS == 2 159 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8173-elm-hana.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include "mt8173-elm.dtsi" 9 clock-frequency = <200000>; 16 interrupt-parent = <&pio>; 21 * Lenovo 100e Chromebook 2nd Gen (MTK) and Lenovo 300e Chromebook 2nd 22 * Gen (MTK) are using synaptics touchscreen (hid-over-i2c driver) as a 26 compatible = "hid-over-i2c"; 28 hid-descr-addr = <0x0020>; 29 interrupt-parent = <&pio>; 36 * Lenovo 100e Chromebook 2nd Gen (MTK) and Lenovo 300e Chromebook 2nd [all …]
|
| /OK3568_Linux_fs/buildroot/package/libgpg-error/ |
| H A D | 0001-build-Fix-generation-of-lock-obj-pub.native.h-for-cr.patch | 4 Subject: [PATCH] build: Fix generation of lock-obj-pub.native.h for cross 7 * src/gen-lock-obj.sh: Capture echo output with quotes. 9 -- 11 Fixes-commit: 99ae862a96a569724f49a604ebb7d3f6d2c2d374 12 Signed-off-by: David Michael <fedora.dm0@gmail.com> 14 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> 15 --- 16 src/gen-lock-obj.sh | 2 +- 17 1 file changed, 1 insertion(+), 1 deletion(-) 19 diff --git a/src/gen-lock-obj.sh b/src/gen-lock-obj.sh [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/switches/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 tristate "IDT CPS-xx SRIO switches support" 13 Includes support for IDT CPS-16/12/10/8 serial RapidIO switches. 22 tristate "IDT CPS Gen.2 SRIO switch support" 25 Includes support for ITD CPS Gen.2 serial RapidIO switches. 28 tristate "IDT RXS Gen.3 SRIO switch support" 31 Includes support for ITD RXS Gen.3 serial RapidIO switches.
|
| /OK3568_Linux_fs/buildroot/package/bind/ |
| H A D | 0001-cross.patch | 4 Subject: [PATCH] Use host compiler to build 'gen' since it's run when 7 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> 9 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> 10 Signed-off-by: Petr Vorel <petr.vorel@gmail.com> 11 --- 12 lib/dns/Makefile.in | 6 ++---- 13 1 file changed, 2 insertions(+), 4 deletions(-) 15 diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in 17 --- a/lib/dns/Makefile.in 19 @@ -184,10 +184,8 @@ code.h: gen [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | regs.h | 5 * Copyright (C) 1996-1999 SciTech Software, Inc. 6 * Copyright (C) David Mosberger-Tang 44 /*---------------------- Macros and type definitions ----------------------*/ 131 #define R_AH gen.A.I8_reg.h_reg 132 #define R_AL gen.A.I8_reg.l_reg 133 #define R_BH gen.B.I8_reg.h_reg 134 #define R_BL gen.B.I8_reg.l_reg 135 #define R_CH gen.C.I8_reg.h_reg 136 #define R_CL gen.C.I8_reg.l_reg 137 #define R_DH gen.D.I8_reg.h_reg [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ncurses/files/ |
| H A D | 0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch | 4 Subject: [PATCH] gen-pkgconfig.in: Do not include LDFLAGS in generated pc 9 '-Wl,--dynamic-linker='). 11 Upstream-Status: Inappropriate [OE Specific] 12 Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> 14 --- 15 misc/gen-pkgconfig.in | 2 +- 16 1 file changed, 1 insertion(+), 1 deletion(-) 18 diff --git a/misc/gen-pkgconfig.in b/misc/gen-pkgconfig.in 20 --- a/misc/gen-pkgconfig.in 21 +++ b/misc/gen-pkgconfig.in [all …]
|