/openbmc/linux/drivers/staging/media/ipu3/ |
H A D | ipu3-tables.c | 1 // SPDX-License-Identifier: GPL-2.0 4 #include "ipu3-tables.h" 10 /* Scale factor 32 / (32 + 0) = 1 */ 22 /* Scale factor 32 / (32 + 1) = 0.969697 */ 24 .even = { { 0, 3, 122, 7, 3, 0, 0 }, 25 { 0, 0, 122, 7, 7, -1, 0 }, 26 { 0, -3, 122, 7, 10, -1, 0 }, 27 { 0, -5, 121, 7, 14, -2, 0 }, 28 { 0, -7, 120, 7, 18, -3, 0 }, 29 { 0, -9, 118, 7, 23, -4, 0 }, [all …]
|
/openbmc/qemu/include/libdecnumber/ |
H A D | decDPD.h | 29 02110-1301, USA. */ 31 /* ------------------------------------------------------------------------ */ 33 /* [Automatically generated -- do not edit. 2007.05.05] */ 34 /* ------------------------------------------------------------------------ */ 35 /* ------------------------------------------------------------------------ */ 41 /* uint16_t BCD2DPD[2458]; -- BCD -> DPD (0x999 => 2457) */ 42 /* uint16_t BIN2DPD[1000]; -- Bin -> DPD (999 => 2457) */ 43 /* uint8_t BIN2CHAR[4001]; -- Bin -> CHAR (999 => '\3' '9' '9' '9') */ 44 /* uint8_t BIN2BCD8[4000]; -- Bin -> bytes (999 => 9 9 9 3) */ 45 /* uint16_t DPD2BCD[1024]; -- DPD -> BCD (0x3FF => 0x999) */ [all …]
|
/openbmc/phosphor-webui/app/assets/images/ |
H A D | DMTF_Redfish_logo_2017.svg | 1 …1b4298}</style><linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" y1="612" x2=".7071" y2…
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm2200.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * wm2200.h - WM2200 audio codec interface 12 #define WM2200_CLK_SYSCLK 1 15 #define WM2200_CLKSRC_MCLK2 1 20 #define WM2200_FLL_SRC_MCLK2 1 529 * R0 (0x00) - software reset 531 #define WM2200_SW_RESET_CHIP_ID1_MASK 0xFFFF /* SW_RESET_CHIP_ID1 - [15:0] */ 532 #define WM2200_SW_RESET_CHIP_ID1_SHIFT 0 /* SW_RESET_CHIP_ID1 - [15:0] */ 533 #define WM2200_SW_RESET_CHIP_ID1_WIDTH 16 /* SW_RESET_CHIP_ID1 - [15:0] */ 536 * R1 (0x01) - Device Revision [all …]
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_sha256.c | 1 // SPDX-License-Identifier: BSD-3-Clause 6 * FIPS 180-2 SHA-224/256/384/512 implementation 14 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) 15 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) 21 #define SHA256_F3(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHFR(x, 3)) 28 *((str) + 1) = (uint8_t)((x) >> 16); \ 35 ((uint32_t) * ((str) + 1) << 16) | \ 42 { w[i] = SHA256_F4(w[i - 2]) + w[i - 7] + SHA256_F3(w[i - 15]) + w[i - 16]; } 75 /* SHA-256 implementation */ 80 ctx->h[i] = sha256_h0[i]; in avb_sha256_init() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
H A D | 0001-Replace-tclsh-with-tclsh8-in-the-scripts-used-in-the.patch | 6 MIME-Version: 1.0 7 Content-Type: text/plain; charset=UTF-8 8 Content-Transfer-Encoding: 8bit 18 Upstream-Status: Inactive-Upstream 20 Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> 21 --- 22 example/archie | 2 +- 23 example/autoexpect | 2 +- 24 example/autopasswd | 2 +- 25 example/chess.exp | 2 +- [all …]
|
/openbmc/linux/arch/sh/include/mach-common/mach/ |
H A D | sh2007.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 9 #define BUS_SZ8 1 13 #define PCMCIA_IODYN 1 20 #define PCMCIA_ATTR16 7 25 /* write-read/write-write delay (0-7:0,1,2,3,4,5,6,7) */ 28 /* different area, read-write delay (0-7:0,1,2,3,4,5,6,7) */ 31 /* same area, read-write delay (0-7:0,1,2,3,4,5,6,7) */ 34 /* different area, read-read delay (0-7:0,1,2,3,4,5,6,7) */ 37 /* same area, read-read delay (0-7:0,1,2,3,4,5,6,7) */ 40 /* burst count (0-3:4,8,16,32) */ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
H A D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 3 Date: Fri, 6 Jan 2023 16:53:06 -0800 4 Subject: [PATCH 1/2] Replace LFS64 interfaces off64_t and lseek64 6 Musl does not define these interfaces unless -D_LARGEFILE64_SOURCE is 7 defined and that too it is transitional until apps switch to using 64-bit 8 off_t. We pass -D_FILE_OFFSET_BITS=64 in makefiles already therefore 11 This fixes build with latest musl which has dropped LFS64 interfaces [1] 13 [1] https://git.musl-libc.org/cgit/musl/commit/?id=246f1c811448f37a44b41cd8df8d0ef9736d95f4i 15 Upstream-Status: Submitted [https://lore.kernel.org/linux-trace-devel/20230109225315.1284538-1-raj.… 16 Signed-off-by: Khem Raj <raj.khem@gmail.com> 17 --- [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-srggb10-ipu3.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _v4l2-pix-fmt-ipu3-sbggr10: 4 .. _v4l2-pix-fmt-ipu3-sgbrg10: 5 .. _v4l2-pix-fmt-ipu3-sgrbg10: 6 .. _v4l2-pix-fmt-ipu3-srggb10: 13 10-bit Bayer formats 24 In other respects this format is similar to :ref:`V4L2-PIX-FMT-SRGGB10`. 36 .. flat-table:: 38 * - start + 0: 39 - B\ :sub:`0000low` [all …]
|
H A D | pixfmt-rgb.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _pixfmt-rgb: 22 (including capture queues of mem-to-mem devices) fill the alpha component in 25 but can set the alpha bit to a user-configurable value, the 26 :ref:`V4L2_CID_ALPHA_COMPONENT <v4l2-alpha-component>` control is used to 31 :ref:`Output <output>` devices (including output queues of mem-to-mem devices 44 - In all the tables that follow, bit 7 is the most significant bit in a byte. 45 - 'r', 'g' and 'b' denote bits of the red, green and blue components 54 based on the order of the RGB components as seen in a 8-, 16- or 32-bit word, 57 for each component. For instance, the RGB565 format stores a pixel in a 16-bit [all …]
|
H A D | pixfmt-packed-yuv.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _packed-yuv: 15 - In all the tables that follow, bit 7 is the most significant bit in a byte. 16 - 'Y', 'Cb' and 'Cr' denote bits of the luma, blue chroma (also known as 30 seen in a 16-bit word, which is then stored in memory in little endian byte 32 format stores a pixel in a 16-bit word [15:0] laid out at as [Y'\ :sub:`4-0` 33 Cb\ :sub:`5-0` Cr\ :sub:`4-0`], and stored in memory in two bytes, 34 [Cb\ :sub:`2-0` Cr\ :sub:`4-0`] followed by [Y'\ :sub:`4-0` Cb\ :sub:`5-3`]. 44 .. flat-table:: Packed YUV 4:4:4 Image Formats (less than 8bpc) 45 :header-rows: 2 [all …]
|
/openbmc/linux/arch/mips/boot/dts/loongson/ |
H A D | ls7a-pch.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 compatible = "simple-bus"; 6 #address-cells = <2>; 7 #size-cells = <2>; 13 pic: interrupt-controller@10000000 { 14 compatible = "loongson,pch-pic-1.0"; 16 interrupt-controller; 17 interrupt-parent = <&htvec>; 18 loongson,pic-base-vec = <0>; 19 #interrupt-cells = <2>; [all …]
|
/openbmc/u-boot/board/siemens/draco/ |
H A D | mux.c | 1 // SPDX-License-Identifier: GPL-2.0+ 9 * u-boot:/board/ti/am335x/mux.c 10 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ 24 {-1}, 28 {OFFSET(spi0_cs1), (MODE(1) | PULLUP_EN | RXACTIVE)}, /* UART3_RXD */ 29 {OFFSET(ecap0_in_pwm0_out), (MODE(1) | PULLUDEN)}, /* UART3_TXD */ 30 {-1}, 38 {-1}, 51 {OFFSET(gpmc_wpn), (MODE(7) | PULLUP_EN | RXACTIVE)}, /* NAND_WPN */ 58 {-1}, [all …]
|
/openbmc/u-boot/board/freescale/b4860qds/ |
H A D | b4860qds_crossbar_con.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 12 static const int8_t vsc16_tx_amc[8][2] = { {15, 3}, {0, 2}, {7, 4}, {9, 10}, 15 static int8_t vsc16_tx_sfp[8][2] = { {15, 7}, {0, 1}, {7, 8}, {9, 0}, 16 {-1, -1}, {-1, -1}, {-1, -1}, {-1, -1} }; 18 static int8_t vsc16_tx_4sfp_sgmii_12_56[8][2] = { {15, 7}, {0, 1}, 19 {7, 8}, {9, 0}, {2, 14}, {12, 15}, 20 {-1, -1}, {-1, -1} }; 22 static const int8_t vsc16_tx_4sfp_sgmii_34[8][2] = { {15, 7}, {0, 1}, 23 {7, 8}, {9, 0}, {5, 14}, {4, 15}, 24 {-1, -1}, {-1, -1} }; [all …]
|
/openbmc/bmcweb/src/ |
H A D | json_html_serializer.cpp | 1 // SPDX-License-Identifier: Apache-2.0 2 // SPDX-FileCopyrightText: Copyright OpenBMC Authors 24 static constexpr uint8_t utf8Reject = 1; 29 // clang-format off in decode() 33 …0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 00..1F in decode() 36 …0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 60..7F in decode() 37 …1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, //… in decode() 38 …7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, //… in decode() 43 …1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, //… in decode() 44 …1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, //… in decode() [all …]
|
/openbmc/linux/lib/ |
H A D | test_objagg.c | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 21 WARN_ON(1); in key_id_index() 60 if (!world->key_refs[key_id_index(key_id)]) { in world_obj_get() 61 world->objagg_objs[key_id_index(key_id)] = objagg_obj; in world_obj_get() 62 } else if (world->objagg_objs[key_id_index(key_id)] != objagg_obj) { in world_obj_get() 65 err = -EINVAL; in world_obj_get() 68 world->key_refs[key_id_index(key_id)]++; in world_obj_get() 81 if (!world->key_refs[key_id_index(key_id)]) in world_obj_put() 83 objagg_obj = world->objagg_objs[key_id_index(key_id)]; in world_obj_put() 85 world->key_refs[key_id_index(key_id)]--; in world_obj_put() [all …]
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 2001-fix-luaL-checkint.patch | 4 Upstream-Status: Inappropriate 6 RPI-Distro repo forks original vlc and applies patches to enable 9 Signed-off-by: Tim Orling <TicoTimo@gmail.com> 11 --- a/modules/lua/demux.c 13 @@ -52,7 +52,7 @@ struct vlclua_playlist 17 - int n = luaL_checkint( L, 1 ); 18 + int n = luaL_checkinteger( L, 1 ); 21 ssize_t val = vlc_stream_Peek(s->p_source, &p_peek, n); 22 @@ -66,7 +66,7 @@ static int vlclua_demux_peek( lua_State 26 - int n = luaL_checkint( L, 1 ); [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
H A D | 0003-fix-luaL-checkint.patch | 4 Upstream-Status: Pending 6 Signed-off-by: Tim Orling <TicoTimo@gmail.com> 8 --- a/modules/lua/demux.c 10 @@ -52,7 +52,7 @@ struct vlclua_playlist 14 - int n = luaL_checkint( L, 1 ); 15 + int n = luaL_checkinteger( L, 1 ); 18 ssize_t val = vlc_stream_Peek(s->p_source, &p_peek, n); 19 @@ -66,7 +66,7 @@ static int vlclua_demux_peek( lua_State 23 - int n = luaL_checkint( L, 1 ); 24 + int n = luaL_checkinteger( L, 1 ); [all …]
|
/openbmc/linux/Documentation/input/devices/ |
H A D | elantech.rst | 4 Copyright (C) 2007-2008 Arjan Opmeer <arjan@opmeer.net> 6 Extra information for hardware version 1 found and 15 1. Introduction 18 4. Hardware version 1 25 5.2.1 Parity checking and packet re-synchronization 31 6.2.1 One/Three finger touch 33 7. Hardware version 4 36 7.2.1 Status packet 42 8.2.1 Status Packet 50 hardware versions unimaginatively called version 1,version 2, version 3 [all …]
|
/openbmc/linux/drivers/pinctrl/sunplus/ |
H A D | sppctl_sp7021.c | 1 // SPDX-License-Identifier: GPL-2.0 18 D_PIS(0, 0), D_PIS(0, 1), D_PIS(0, 2), D_PIS(0, 3), 19 D_PIS(0, 4), D_PIS(0, 5), D_PIS(0, 6), D_PIS(0, 7), 20 D_PIS(1, 0), D_PIS(1, 1), D_PIS(1, 2), D_PIS(1, 3), 21 D_PIS(1, 4), D_PIS(1, 5), D_PIS(1, 6), D_PIS(1, 7), 22 D_PIS(2, 0), D_PIS(2, 1), D_PIS(2, 2), D_PIS(2, 3), 23 D_PIS(2, 4), D_PIS(2, 5), D_PIS(2, 6), D_PIS(2, 7), 24 D_PIS(3, 0), D_PIS(3, 1), D_PIS(3, 2), D_PIS(3, 3), 25 D_PIS(3, 4), D_PIS(3, 5), D_PIS(3, 6), D_PIS(3, 7), 26 D_PIS(4, 0), D_PIS(4, 1), D_PIS(4, 2), D_PIS(4, 3), [all …]
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | ddr3_training_db.c | 1 // SPDX-License-Identifier: GPL-2.0 65 /* DDR3-800D */ 67 /* DDR3-800E */ 69 /* DDR3-1066E */ 71 /* DDR3-1066F */ 72 { {6, 6, 7, 0, 0, 0, 0, 6, 6, 7, 0, 0, 6, 0, 6, 0} }, 73 /* DDR3-1066G */ 75 /* DDR3-1333F* */ 76 { {6, 5, 6, 7, 0, 0, 0, 5, 5, 6, 0, 7, 5, 0, 5, 0} }, 77 /* DDR3-1333G */ [all …]
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | sysreg.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 14 #include <linux/kasan-tags.h> 16 #include <asm/gpr-num.h> 22 * [20-19] : Op0 23 * [18-16] : Op1 24 * [15-12] : CRn 25 * [11-8] : CRm 26 * [7-5] : Op2 83 * As per Arm ARM for v8-A, Section "C.5.1.3 op0 == 0b00, architectural hints, 97 #define PSTATE_SSBS pstate_field(3, 1) [all …]
|
/openbmc/linux/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra234.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved. 16 #include "pinctrl-tegra.h" 1382 #define PINGROUP_REG_N(r) -1 1385 #define DRV_PINGROUP_N(r) -1 1388 .drv_reg = -1, \ 1389 .drv_bank = -1, \ 1390 .drvdn_bit = -1, \ 1391 .drvup_bit = -1, \ 1392 .slwr_bit = -1, \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/ |
H A D | b76e3c578f1e9f582e9c28f50d82b1f569602075.patch | 2 From: =?UTF-8?q?Michal=20Such=C3=A1nek?= <hramrach@gmail.com> 8 - cast POPs to void to avoid unused value warning 9 - declare functions that don't set RETVAL as returning void 11 Signed-off-by: Michal Suchanek <msuchanek@suse.de> 24 …nsord/rrd.c:302:40: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 28 …nsord/rrd.c:458:42: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 32 Signed-off-by: Michal Suchanek <msuchanek@suse.de> 36 --------- 38 Signed-off-by: Michal Suchanek <msuchanek@suse.de> 39 Upstream-Status: Backport [https://github.com/oetiker/rrdtool-1.x/commit/b76e3c578f1e9f582e9c28f50d… [all …]
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 8 1, 0, EAX, 3:0, stepping, Stepping ID 9 1, 0, EAX, 7:4, model, Model 10 1, 0, EAX, 11:8, family, Family ID 11 1, 0, EAX, 13:12, processor, Processor Type 12 1, 0, EAX, 19:16, model_ext, Extended Model ID 13 1, 0, EAX, 27:20, family_ext, Extended Family ID 15 1, 0, EBX, 7:0, brand, Brand Index 16 1, 0, EBX, 15:8, clflush_size, CLFLUSH line size (value * 8) in bytes 17 1, 0, EBX, 23:16, max_cpu_id, Maxim number of addressable logic cpu in this package 18 1, 0, EBX, 31:24, apic_id, Initial APIC ID [all …]
|