/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/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/linux/arch/m68k/lib/ |
H A D | checksum.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 * Andreas Schwab, <schwab@issan.informatik.uni-dortmund.de> 19 * length-counter instead of the length counter 22 * data-registers to hold input values and one tries to 43 * is aligned on either a 2-byte or 4-byte boundary. in csum_partial() 45 __asm__("movel %2,%3\n\t" in csum_partial() 47 "jeq 2f\n\t" in csum_partial() 48 "subql #2,%1\n\t" /* buff%4==2: treat first word */ in csum_partial() 50 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial() 53 "addw %2@+,%0\n\t" /* add first word to sum */ in csum_partial() [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))) 19 #define SHA256_F1(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) 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 */ 80 ctx->h[i] = sha256_h0[i]; in avb_sha256_init() [all …]
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | feature-fixups-test.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 6 #include <asm/feature-fixups.h> 9 #include <asm/asm-compat.h> 10 #include <asm/ppc-opcode.h> 20 or 2,2,2 /* fixup will nop out this instruction */ 27 or 2,2,2 37 or 2,2,2 /* fixup will replace this with ftr_fixup_test2_alt */ 44 or 2,2,2 57 or 2,2,2 /* fixup will fail to replace this */ 64 or 2,2,2 [all …]
|
/openbmc/linux/fs/exfat/ |
H A D | balloc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. 14 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2,/* 0 ~ 19*/ 15 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2, 0, 1, 0, 3,/* 20 ~ 39*/ 16 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2,/* 40 ~ 59*/ 17 0, 1, 0, 6, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4,/* 60 ~ 79*/ 18 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2,/* 80 ~ 99*/ 19 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3,/*100 ~ 119*/ 20 0, 1, 0, 2, 0, 1, 0, 7, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2,/*120 ~ 139*/ 21 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5,/*140 ~ 159*/ [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 25 5.2.1 Parity checking and packet re-synchronization 26 5.2.2 One/Three finger touch 32 6.2.2 Two finger touch 37 7.2.2 Head packet 50 hardware versions unimaginatively called version 1,version 2, version 3 52 packet. Version 2 seems to be introduced with the EeePC and uses 6 bytes [all …]
|
/openbmc/linux/arch/alpha/lib/ |
H A D | ev6-memset.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * arch/alpha/lib/ev6-memset.S 8 * 21264 version contributed by Rick Gorton <rick.gorton@alpha-processor.com> 13 * ftp.digital.com/pub/Digital/info/semiconductor/literature/dsc-library.html 15 * E - either cluster 16 * U - upper subcluster; U0 - subcluster U0; U1 - subcluster U1 17 * L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1 41 .align 5 48 * undertake a major re-write to interleave the constant materialization 49 * with other parts of the fall-through code. This is important, even [all …]
|
H A D | memmove.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 * This is hand-massaged output from the original memcpy.c. We defer to 25 addq $17,$18,$5 27 cmpule $5,$16,$2 /* dest >= src + n */ 29 bis $1,$2,$1 31 xor $16,$17,$2 34 and $2,7,$2 /* Test for src/dest co-alignment. */ 40 bne $2,$misaligned_dn 45 lda $4,-1($4) 46 lda $5,-1($5) [all …]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | ucd9200.rst | 11 Addresses scanned: - 15 - http://focus.ti.com/lit/ds/symlink/ucd9220.pdf 16 - http://focus.ti.com/lit/ds/symlink/ucd9222.pdf 17 - http://focus.ti.com/lit/ds/symlink/ucd9224.pdf 18 - http://focus.ti.com/lit/ds/symlink/ucd9240.pdf 19 - http://focus.ti.com/lit/ds/symlink/ucd9244.pdf 20 - http://focus.ti.com/lit/ds/symlink/ucd9246.pdf 21 - http://focus.ti.com/lit/ds/symlink/ucd9248.pdf 23 Author: Guenter Roeck <linux@roeck-us.net> 27 ----------- [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/include/dt-bindings/pinctrl/ |
H A D | pads-imx8dxl.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 12 #define IMX8DXL_PCIE_CTRL0_WAKE_B 2 15 #define IMX8DXL_USB_SS3_TC1 5 150 … IMX8DXL_PCIE_CTRL0_PERST_B_LSIO_GPIO7_IO00 IMX8DXL_PCIE_CTRL0_PERST_B 5 153 … IMX8DXL_PCIE_CTRL0_CLKREQ_B_LSIO_GPIO7_IO01 IMX8DXL_PCIE_CTRL0_CLKREQ_B 5 156 … IMX8DXL_PCIE_CTRL0_WAKE_B_LSIO_GPIO7_IO02 IMX8DXL_PCIE_CTRL0_WAKE_B 5 159 … IMX8DXL_USB_SS3_TC0_CONN_USB_OTG2_PWR IMX8DXL_USB_SS3_TC0 2 161 … IMX8DXL_USB_SS3_TC0_LSIO_GPIO7_IO03 IMX8DXL_USB_SS3_TC0 5 165 … IMX8DXL_USB_SS3_TC1_LSIO_GPIO7_IO04 IMX8DXL_USB_SS3_TC1 5 168 … IMX8DXL_USB_SS3_TC2_CONN_USB_OTG2_OC IMX8DXL_USB_SS3_TC2 2 [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgtable-32.h | 19 #include <asm-generic/pgtable-nopmd.h> 26 * Regarding 32-bit MIPS huge page support (and the tradeoff it entails): 28 * We use the same huge page sizes as 64-bit MIPS. Assuming a 4KB page size, 29 * our 2-level table layout would normally have a PGD entry cover a contiguous 30 * 4MB virtual address region (pointing to a 4KB PTE page of 1,024 32-bit pte_t 32 * spanning both halves of a TLB EntryLo0,1 pair, requires 2MB hardware page 37 * increases to match 64-bit MIPS, but PTE lookups remain CPU cache-friendly. 39 * NOTE: We don't yet support huge pages if extended-addressing is enabled 40 * (i.e. EVA, XPA, 36-bit Alchemy/Netlogic). 46 * - add_temporary_entry() add a temporary TLB entry. We use TLB entries [all …]
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211metadef.h | 1 /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */ 2 /* -------------------------------------------------------------------- 5 * -------------------------------------------------------------------- 7 * linux-wlan 9 * -------------------------------------------------------------------- 11 * Inquiries regarding the linux-wlan Open Source project can be 15 * info@linux-wlan.com 16 * http://www.linux-wlan.com 18 * -------------------------------------------------------------------- 23 * -------------------------------------------------------------------- [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> 21 * C5.2, version:ARM DDI 0487A.f) 22 * [20-19] : Op0 23 * [18-16] : Op1 24 * [15-12] : CRn 25 * [11-8] : CRm 26 * [7-5] : Op2 36 #define Op2_shift 5 [all …]
|
/openbmc/qemu/target/hppa/ |
H A D | insns.decode | 24 %assemble_sr3 13:1 14:2 25 %assemble_sr3x 13:1 14:2 !function=expand_sr3x 28 %assemble_12 0:s1 2:1 3:10 !function=expand_shl2 31 %assemble_17 0:s1 16:5 2:1 3:10 !function=expand_shl2 32 %assemble_22 0:s1 16:10 2:1 3:10 !function=expand_shl2 33 %assemble_sp 14:2 !function=sp0_if_wide 35 %assemble_21 0:s1 1:11 14:2 16:5 12:2 !function=expand_shl11 41 %rm64 1:1 16:5 42 %rt64 6:1 0:5 43 %ra64 7:1 21:5 [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/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/edac/ |
H A D | pnd2_edac.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 56 u64 interleave_mode : 2; 64 u64 sym_slice0_channel_enabled : 2; 65 u64 sym_slice1_channel_enabled : 2; 136 u32 pad : 2; 137 u32 asym_2way_intlv_mode : 2; 139 u32 pad_16_15 : 2; 149 /* Apollo Lake d-unit */ 156 u32 dwid : 2; 158 u32 rsvd13_9 : 5; [all …]
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | poly1305-p10le_64.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 # Copyright 2023- IBM Corp. All rights reserved 10 # Poly1305 - this version mainly using vector/VSX/Scalar 11 # - 26 bits limbs 12 # - Handle multiple 64 byte blcok. 17 # p = 2^130 - 5 25 # 07/22/21 - this revison based on the above sum of products. Setup r^4, r^3, r^2, r and s3, s2, … 28 # setup r^4, r^3, r^2, r vectors 29 # vs [r^1, r^3, r^2, r^4] 35 # vs5 = [r1*5,...] [all …]
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/ |
H A D | pxie-6535.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * comedi/drivers/ni_routing/ni_device_routes/pxie-6535.c 6 * COMEDI - Linux Control and Measurement Device Interface 11 * the Free Software Foundation; either version 2 of the License, or 31 .device = "pxie-6535", 37 NI_PFI(2), 40 NI_PFI(5), 43 TRIGGER_LINE(2), 46 TRIGGER_LINE(5), 67 NI_PFI(2), [all …]
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | traps.c | 1 // SPDX-License-Identifier: GPL-2.0 32 /* Work-around for some SRMs which mishandle opDEC faults. */ 51 /* With that in place, the fault from the round-to-minf fp in opDEC_check() 69 regs->pc, regs->r26, regs->ps, print_tainted()); in dik_show_regs() 70 printk("pc is at %pSR\n", (void *)regs->pc); in dik_show_regs() 71 printk("ra is at %pSR\n", (void *)regs->r26); in dik_show_regs() 73 regs->r0, regs->r1, regs->r2); in dik_show_regs() 75 regs->r3, regs->r4, regs->r5); in dik_show_regs() 77 regs->r6, regs->r7, regs->r8); in dik_show_regs() 88 regs->r16, regs->r17, regs->r18); in dik_show_regs() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_qp_tables.c | 1 // SPDX-License-Identifier: MIT 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, 57 2, 2, 2, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 }, 58 { 5, 5, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 59 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 0, 0, 0 }, [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8741.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * wm8741.h -- WM8423 ASoC driver 38 * R0 (0x00) - DACLLSB_ATTENUATION 42 #define WM8741_UPDATELL_SHIFT 5 /* UPDATELL */ 44 #define WM8741_LAT_4_0_MASK 0x001F /* LAT[4:0] - [4:0] */ 45 #define WM8741_LAT_4_0_SHIFT 0 /* LAT[4:0] - [4:0] */ 46 #define WM8741_LAT_4_0_WIDTH 5 /* LAT[4:0] - [4:0] */ 49 * R1 (0x01) - DACLMSB_ATTENUATION 53 #define WM8741_UPDATELM_SHIFT 5 /* UPDATELM */ 55 #define WM8741_LAT_9_5_0_MASK 0x001F /* LAT[9:5] - [4:0] */ [all …]
|
/openbmc/linux/arch/arm/boot/dts/nspire/ |
H A D | nspire-tp.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 8 #include <dt-bindings/input/input.h> 10 /include/ "nspire-classic.dtsi" 17 MATRIX_KEY(0, 5, 0x2c) 23 MATRIX_KEY(1, 2, 0x2f) 26 MATRIX_KEY(1, 5, 0x14) 30 MATRIX_KEY(2, 0, 0x13) 31 MATRIX_KEY(2, 1, 0x10) 32 MATRIX_KEY(2, 2, 0x19) [all …]
|