/openbmc/qemu/include/libdecnumber/ |
H A D | decDPD.h | 9 Software Foundation; either version 2, or (at your option) any later 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) */ [all …]
|
/openbmc/phosphor-webui/app/assets/images/ |
H A D | DMTF_Redfish_logo_2017.svg | 1 …-color="#20ac4b"/><stop offset=".9831" stop-color="#19361a"/></linearGradient><linearGradient id="…
|
/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))) 19 #define SHA256_F1(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) 20 #define SHA256_F2(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) 27 *((str) + 2) = (uint8_t)((x) >> 8); \ 34 *(x) = ((uint32_t) * ((str) + 3)) | ((uint32_t) * ((str) + 2) << 8) | \ 42 { w[i] = SHA256_F4(w[i - 2]) + w[i - 7] + SHA256_F3(w[i - 15]) + w[i - 16]; } 75 /* SHA-256 implementation */ [all …]
|
/openbmc/linux/Documentation/input/devices/ |
H A D | elantech.rst | 4 Copyright (C) 2007-2008 Arjan Opmeer <arjan@opmeer.net> 9 Version 2 (EeePC) hardware support based on patches 16 2. Extra knobs 22 5. Hardware version 2 24 5.2 Native absolute mode 6 byte packet format 25 5.2.1 Parity checking and packet re-synchronization 26 5.2.2 One/Three finger touch 28 6. Hardware version 3 30 6.2 Native absolute mode 6 byte packet format 32 6.2.2 Two finger touch [all …]
|
/openbmc/openbmc/poky/documentation/ref-manual/svg/ |
H A D | releases.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 9 inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)" 10 inkscape:export-filename="../../../../../../../../tmp/releases.png" 11 inkscape:export-xdpi="96" 12 inkscape:export-ydpi="96" 14 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 17 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 58 <inkscape:path-effect 60 id="path-effect6121" 83 transform="scale(-0.6)" [all …]
|
/openbmc/linux/drivers/gpu/drm/display/ |
H A D | drm_dsc_helper.c | 1 // SPDX-License-Identifier: MIT 34 * drm_dsc_dp_pps_header_init() - Initializes the PPS Header 48 pps_header->HB1 = DP_SDP_PPS; in drm_dsc_dp_pps_header_init() 49 pps_header->HB2 = DP_SDP_PPS_HEADER_PAYLOAD_BYTES_MINUS_1; in drm_dsc_dp_pps_header_init() 54 * drm_dsc_dp_rc_buffer_size - get rc buffer size in bytes 56 * @rc_buffer_size: number of blocks - 1, according to DPCD offset 63h 81 * drm_dsc_pps_payload_pack() - Populates the DSC PPS 109 pps_payload->dsc_version = in drm_dsc_pps_payload_pack() 110 dsc_cfg->dsc_version_minor | in drm_dsc_pps_payload_pack() 111 dsc_cfg->dsc_version_major << DSC_PPS_VERSION_MAJOR_SHIFT; in drm_dsc_pps_payload_pack() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dsc/ |
H A D | rc_calc_fpu.c | 57 num = num - 0.5; in dsc_roundf() 99 index = (bpp - table[0].bpp) * 2; in get_qp_set() 115 …6) ? (0) : ((((bpp >= 8) && (bpp <= 12))) ? (2) : ((bpp >= 15) ? (10) : ((((bpp > 6) && (bpp < 8)… in get_ofs_set() 116 …6) ? (-2) : ((((bpp >= 8) && (bpp <= 12))) ? (0) : ((bpp >= 15) ? (8) : ((((bpp > 6) && (bpp < 8)… in get_ofs_set() 117 …6) ? (-2) : ((((bpp >= 8) && (bpp <= 12))) ? (0) : ((bpp >= 15) ? (6) : ((((bpp > 6) && (bpp < 8)… in get_ofs_set() 118 …6) ? (-4) : ((((bpp >= 8) && (bpp <= 12))) ? (-2) : ((bpp >= 15) ? (4) : ((((bpp > 6) && (bpp < 8… in get_ofs_set() 119 …6) ? (-6) : ((((bpp >= 8) && (bpp <= 12))) ? (-4) : ((bpp >= 15) ? (2) : ((((bpp > 6) && (bpp < 8… in get_ofs_set() 120 *p++ = (bpp <= 12) ? (-6) : ((bpp >= 15) ? (0) : (-6 + dsc_roundf((bpp - 12) * (6 / 3.0)))); in get_ofs_set() 121 *p++ = (bpp <= 12) ? (-8) : ((bpp >= 15) ? (-2) : (-8 + dsc_roundf((bpp - 12) * (6 / 3.0)))); in get_ofs_set() 122 *p++ = (bpp <= 12) ? (-8) : ((bpp >= 15) ? (-4) : (-8 + dsc_roundf((bpp - 12) * (4 / 3.0)))); in get_ofs_set() [all …]
|
/openbmc/linux/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 1 // SPDX-License-Identifier: LGPL-2.1+ 8 * A Recursive Algorithm for Sequency-Ordered Fast Walsh Transforms, 15 #include "codec-fwht.h" 35 2, 9, 16, 39 6, 13, 20, 27, 34, 41, 48, 75 for (i = 63; i >= 0 && !block[zigzag[i]]; i--) in rlc() 81 to_encode = 8 * 8 - (lastzero_run > 14 ? lastzero_run : 0); in rlc() 93 cnt--; in rlc() 111 * This function will worst-case increase rlc_in by 65*2 bytes: 130 * Now de-compress, it expands one byte to up to 15 bytes in derlc() [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | subdev-formats.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _v4l2-mbus-format: 14 .. flat-table:: struct v4l2_mbus_framefmt 15 :header-rows: 0 16 :stub-columns: 0 17 :widths: 1 1 2 19 * - __u32 20 - ``width`` 21 - Image width in pixels. 22 * - __u32 [all …]
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | mux.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * linux/arch/arm/mach-omap1/mux.c 7 * Copyright (C) 2003 - 2008 Nokia Corporation 15 #include <linux/soc/ti/omap1-io.h> 30 MUX_CFG("UART1_TX", 9, 21, 1, 2, 3, 0, NA, 0, 0) 31 MUX_CFG("UART1_RTS", 9, 12, 1, 2, 0, 0, NA, 0, 0) 37 MUX_CFG("UART2_RTS", C, 24, 1, 3, 2, 0, NA, 0, 0) 40 MUX_CFG("UART3_TX", 6, 0, 1, 0, 30, 0, NA, 0, 0) 41 MUX_CFG("UART3_RX", 6, 3, 0, 0, 31, 1, NA, 0, 0) 42 MUX_CFG("UART3_CTS", 5, 12, 2, 0, 24, 0, NA, 0, 0) [all …]
|
/openbmc/linux/arch/ia64/lib/ |
H A D | xor.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * Optimized RAID-5 checksumming functions for IA-64. 23 mov ar.ec = 6 + 2 26 adds in0 = -1, in0 33 .rotr s1[6+1], s2[6+1], d[2] 34 .rotp p[6+2] 38 (p[6]) xor d[0] = s1[6], s2[6] 39 (p[6+1])st8.nta [r8] = d[1], 8 44 mov pr = r29, -1 61 mov ar.ec = 6 + 2 [all …]
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | tbldo.S | 10 | index with a 10-bit index, with the first 23 |TBLDO idnt 2,1 | Motorola 040 Floating Point Software Package 46 | instruction ;opcode-stag Notes 49 .long smovcr |$00-0 fmovecr all 50 .long smovcr |$00-1 fmovecr all 51 .long smovcr |$00-2 fmovecr all 52 .long smovcr |$00-3 fmovecr all 53 .long smovcr |$00-4 fmovecr all 54 .long smovcr |$00-5 fmovecr all 55 .long smovcr |$00-6 fmovecr all [all …]
|
/openbmc/linux/arch/sh/include/mach-common/mach/ |
H A D | sh2007.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 10 #define BUS_SZ16 2 15 #define PCMCIA_IO8 2 19 #define PCMCIA_ATTR8 6 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) */ 29 #define IWRWD5 2 30 #define IWRWD6 2 31 /* same area, read-write delay (0-7:0,1,2,3,4,5,6,7) */ 32 #define IWRWS5 2 [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | fib_offload.sh | 2 # SPDX-License-Identifier: GPL-2.0 20 simple_if_init $tor1_p1 2001:db8:1::2/128 2001:db8:1::3/128 25 simple_if_fini $tor1_p1 2001:db8:1::2/128 2001:db8:1::3/128 30 simple_if_init $tor2_p1 2001:db8:2::2/128 2001:db8:2::3/128 35 simple_if_fini $tor2_p1 2001:db8:2::2/128 2001:db8:2::3/128 44 __addr_add_del $spine_p2 add 2001:db8:2::1/64 49 __addr_add_del $spine_p2 del 2001:db8:2::1/64 65 num=$(ip -6 route show match ${pfx} | grep "offload" | wc -l) 67 if [ $num -eq $expected_num ]; then 79 ip -6 route add 2001:db8:3::/64 dev $spine_p1 metric 100 [all …]
|
/openbmc/linux/drivers/video/logo/ |
H A D | logo_superh_clut224.ppm | 2 # 224-color SuperH Linux logo 5 2 2 2 2 2 2 2 2 2 2 2 2 6 2 2 2 2 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2 2 2 2 2 2 8 2 2 2 2 2 2 2 2 2 2 2 2 9 2 2 2 2 2 2 2 2 2 2 2 2 10 2 2 2 2 2 2 2 2 2 2 2 2 11 2 2 2 2 2 2 2 2 2 2 2 2 12 2 2 2 2 2 2 2 2 2 2 2 2 13 2 2 2 2 2 2 2 2 2 2 2 2 [all …]
|
H A D | logo_dec_clut224.ppm | 2 # 224-color Digital Equipment Corporation Linux logo 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 53 6 6 6 14 14 14 26 26 26 42 42 42 57 6 6 6 0 0 0 0 0 0 0 0 0 77 14 14 14 6 6 6 0 0 0 0 0 0 93 50 50 50 82 82 82 58 58 58 6 6 6 94 2 2 6 2 2 6 2 2 6 2 2 6 [all …]
|
H A D | logo_sgi_clut224.ppm | 2 # 224-color SGI Linux logo 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 53 6 6 6 14 14 14 26 26 26 42 42 42 57 6 6 6 0 0 0 0 0 0 0 0 0 77 14 14 14 6 6 6 0 0 0 0 0 0 93 50 50 50 82 82 82 58 58 58 6 6 6 94 2 2 6 2 2 6 2 2 6 2 2 6 [all …]
|
H A D | logo_sun_clut224.ppm | 2 # 224-color Sun Linux logo 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 53 6 6 6 14 14 14 26 26 26 42 42 42 57 6 6 6 0 0 0 0 0 0 0 0 0 77 14 14 14 6 6 6 0 0 0 0 0 0 93 50 50 50 82 82 82 58 58 58 6 6 6 94 2 2 6 2 2 6 2 2 6 2 2 6 [all …]
|
H A D | logo_linux_clut224.ppm | 2 # Standard 224-color Linux logo 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 53 6 6 6 14 14 14 26 26 26 42 42 42 57 6 6 6 0 0 0 0 0 0 0 0 0 77 14 14 14 6 6 6 0 0 0 0 0 0 93 50 50 50 82 82 82 58 58 58 6 6 6 94 2 2 6 2 2 6 2 2 6 2 2 6 [all …]
|
H A D | logo_mac_clut224.ppm | 2 # 224-color Macintosh Linux logo 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 53 6 6 6 14 14 14 26 26 26 42 42 42 57 6 6 6 0 0 0 0 0 0 0 0 0 77 14 14 14 6 6 6 0 0 0 0 0 0 93 50 50 50 82 82 82 58 58 58 6 6 6 94 2 2 6 2 2 6 2 2 6 2 2 6 [all …]
|
/openbmc/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-mt6397.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 #include "pinctrl-mtk-common.h" 20 MTK_FUNCTION(6, "TEST_CK1") 22 MTK_PIN(PINCTRL_PIN(2, "SRCLKEN_PERI"), 27 MTK_FUNCTION(6, "TEST_CK2") 34 MTK_FUNCTION(6, "TEST_CK3") 48 MTK_PIN(PINCTRL_PIN(6, "SPI_CSN"), 71 MTK_FUNCTION(6, "TEST_IN0"), 79 MTK_FUNCTION(6, "TEST_IN1"), 87 MTK_FUNCTION(6, "TEST_IN2"), [all …]
|
/openbmc/linux/arch/arm/boot/dts/nspire/ |
H A D | nspire-clp.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 8 #include <dt-bindings/input/input.h> 10 /include/ "nspire-classic.dtsi" 16 MATRIX_KEY(0, 2, 0x39) 19 MATRIX_KEY(0, 6, 0x15) 24 MATRIX_KEY(1, 2, 0x11) 28 MATRIX_KEY(1, 6, 0x16) 31 MATRIX_KEY(2, 0, 0x62) 32 MATRIX_KEY(2, 1, 0x0c) [all …]
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | sh_mobile_ceu_camera.rst | 1 .. SPDX-License-Identifier: GPL-2.0 9 ----------- 12 host scales: -"- host driver 17 --------------------------------- 19 .. code-block:: none 21 -1-- 23 -2-- -\ 24 | --\ 25 | --\ 26 +-5-- . -- -3-- -\ [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_qp_tables.c | 1 // SPDX-License-Identifier: MIT 11 /* from BPP 6 to 24 in steps of 0.5 */ 14 /* from BPP 6 to 30 in steps of 0.5 */ 17 /* from BPP 6 to 36 in steps of 0.5 */ 46 { 3, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 48 { 3, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 50 { 5, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 52 { 5, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 54 { 5, 5, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 1, 1, 1, 1, 1, 56 { 5, 5, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, [all …]
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_vp9.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 10 u8 sign[2]; 11 u8 class0_bit[2][1]; 12 u8 fr[2][3]; 13 u8 class0_hp[2]; 14 u8 hp[2]; 15 u8 classes[2][10]; 16 u8 class0_fr[2][2][3]; 17 u8 bits[2][10]; 24 u8 tx8[2][1]; [all …]
|