/openbmc/qemu/target/arm/tcg/ |
H A D | neon-dp.decode | 1 # AArch32 Neon data-processing instruction descriptions 22 %vm_dp 5:1 0:4 23 %vn_dp 7:1 16:4 24 %vd_dp 22:1 12:4 36 # 3-reg-same grouping: 42 @3same .... ... . . . size:2 .... .... .... . q:1 . . .... \ 49 # and the 'size' bit is 0 for 32-bit float and 1 for 16-bit float. 52 %3same_fp_size 20:1 !function=neon_3same_fp_size 54 @3same_fp .... ... . . . . . .... .... .... . q:1 . . .... \ 60 VHADD_U_3s 1111 001 1 0 . .. .... .... 0000 . . . 0 .... @3same [all …]
|
H A D | mve.decode | 1 # M-profile MVE instruction descriptions 22 %qd 22:1 13:3 23 %qm 5:1 1:3 24 %qn 7:1 17:3 26 # VQDMULL has size in bit 28: 0 for 16 bit, 1 for 32 bit 27 %size_28 28:1 !function=plus_1 29 # 2 operand fp insns have size in bit 20: 1 for 16 bit, 0 for 32 bit, 31 %2op_fp_size 20:1 !function=neon_3same_fp_size 32 # VCADD is an exception, where bit 20 is 0 for 16 bit and 1 for 32 bit 33 %2op_fp_size_rev 20:1 !function=plus_1 [all …]
|
H A D | sme-fa64.decode | 22 # These patterns are taken from Appendix E1.1 of DDI0616 A.a, 24 # The Scalable Matrix Extension (SME), for Armv9-A 28 OK 0-00 1110 0000 0001 0010 11-- ---- ---- # SMOV W|Xd,Vn.B[0] 29 OK 0-00 1110 0000 0010 0010 11-- ---- ---- # SMOV W|Xd,Vn.H[0] 30 OK 0100 1110 0000 0100 0010 11-- ---- ---- # SMOV Xd,Vn.S[0] 31 OK 0000 1110 0000 0001 0011 11-- ---- ---- # UMOV Wd,Vn.B[0] 32 OK 0000 1110 0000 0010 0011 11-- ---- ---- # UMOV Wd,Vn.H[0] 33 OK 0000 1110 0000 0100 0011 11-- ---- ---- # UMOV Wd,Vn.S[0] 34 OK 0100 1110 0000 1000 0011 11-- ---- ---- # UMOV Xd,Vn.D[0] 36 FAIL 0--0 111- ---- ---- ---- ---- ---- ---- # Advanced SIMD vector operations [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, … 29 # vs [r^1, r^3, r^2, r^4] 56 #include <asm/asm-offsets.h> 57 #include <asm/asm-compat.h> [all …]
|
H A D | chacha-p10le-8x.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 # Copyright 2023- IBM Corp. All rights reserved 14 # 1. a += b; d ^= a; d <<<= 16; 43 #include <asm/asm-offsets.h> 44 #include <asm/asm-compat.h> 80 std 0, 16(1) 81 stdu 1,-752(1) 83 SAVE_GPR 14, 112, 1 84 SAVE_GPR 15, 120, 1 85 SAVE_GPR 16, 128, 1 [all …]
|
/openbmc/linux/include/dt-bindings/memory/ |
H A D | mt8186-memory-port.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 11 #include <dt-bindings/memory/mtk-memory-port.h> 22 * modules dma-address-region larbs-ports 23 * disp 0 ~ 4G larb0/1/2 32 /* LARB 0 -- MMSYS */ 34 #define IOMMU_PORT_L0_REVERSED MTK_M4U_ID(0, 1) 38 /* LARB 1 -- MMSYS */ 39 #define IOMMU_PORT_L1_DISP_RDMA1 MTK_M4U_ID(1, 0) 40 #define IOMMU_PORT_L1_OVL_2L_RDMA0 MTK_M4U_ID(1, 1) 41 #define IOMMU_PORT_L1_DISP_RDMA0 MTK_M4U_ID(1, 2) [all …]
|
H A D | mt8192-larb-port.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 11 #include <dt-bindings/memory/mtk-memory-port.h> 18 * modules dma-address-region larbs-ports 19 * disp 0 ~ 4G larb0/1 21 * cam/mdp 8G ~ 12G larb2/9/11/13/14/16/17/18/19/20 30 #define M4U_PORT_L0_OVL_RDMA0_HDR MTK_M4U_ID(0, 1) 37 #define M4U_PORT_L1_OVL_2L_RDMA0_HDR MTK_M4U_ID(1, 0) 38 #define M4U_PORT_L1_OVL_2L_RDMA2_HDR MTK_M4U_ID(1, 1) 39 #define M4U_PORT_L1_OVL_2L_RDMA0 MTK_M4U_ID(1, 2) 40 #define M4U_PORT_L1_OVL_2L_RDMA2 MTK_M4U_ID(1, 3) [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_qp_tables.c | 1 // SPDX-License-Identifier: MIT 44 { 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 51 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 52 { 5, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 53 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 }, 54 { 5, 5, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 1, 1, 1, 1, 1, 55 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 }, [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | unaligned-emul.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 11 "1:\t"type##_lb("%0", "0(%2)")"\n" \ 12 "2:\t"type##_lbu("$1", "1(%2)")"\n\t"\ 14 "or\t%0, $1\n\t" \ 15 "li\t%1, 0\n" \ 19 "4:\tli\t%1, %3\n\t" \ 27 : "r" (addr), "i" (-EFAULT)); \ 34 "1:\t"type##_lwl("%0", "(%2)")"\n" \ 36 "li\t%1, 0\n" \ 40 "4:\tli\t%1, %3\n\t" \ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | tda1997x.txt | 1 Device-Tree bindings for the NXP TDA1997x HDMI receiver 6 - RGB 8bit per color (24 bits total): R[11:4] B[11:4] G[11:4] 7 - YUV444 8bit per color (24 bits total): Y[11:4] Cr[11:4] Cb[11:4] 8 - YUV422 semi-planar 8bit per component (16 bits total): Y[11:4] CbCr[11:4] 9 - YUV422 semi-planar 10bit per component (20 bits total): Y[11:2] CbCr[11:2] 10 - YUV422 semi-planar 12bit per component (24 bits total): - Y[11:0] CbCr[11:0] 11 - YUV422 BT656 8bit per component (8 bits total): YCbCr[11:4] (2-cycles) 12 - YUV422 BT656 10bit per component (10 bits total): YCbCr[11:2] (2-cycles) 13 - YUV422 BT656 12bit per component (12 bits total): YCbCr[11:0] (2-cycles) 16 - RGB 12bit per color (36 bits total): R[11:0] B[11:0] G[11:0] [all …]
|
/openbmc/linux/arch/arm/crypto/ |
H A D | sha1-ce-core.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * sha1-ce-core.S - SHA-1 secure hash using ARMv8 Crypto Extensions 13 .arch armv8-a 14 .fpu crypto-neon-fp-armv8 68 vld1.32 {k0-k1}, [ip, :128]! 69 vld1.32 {k2-k3}, [ip, :128] 76 0: vld1.32 {q8-q9}, [r1]! 77 vld1.32 {q10-q11}, [r1]! 78 subs r2, r2, #1 90 add_update c, 0, k0, 8, 9, 10, 11, dgb [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 63 int size = 1024 * (rc_buffer_size + 1); in drm_dsc_dp_rc_buffer_size() 67 return 1 * size; in drm_dsc_dp_rc_buffer_size() 81 * drm_dsc_pps_payload_pack() - Populates the DSC PPS 95 * that span more than 1 byte. [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/ |
H A D | tests.json | 14 "$TC filter add dev $DEV1 protocol all pref 1 ingress handle 0x1234 matchall action ok" string 16 … "cmdUnderTest": "$TC filter get dev $DEV1 protocol all pref 1 ingress handle 0x1234 matchall", 19 "matchPattern": "filter protocol all pref 1 matchall chain 0 handle 0x1234", 20 "matchCount": "1", 35 …"cmdUnderTest": "$TC filter add dev $DEV2 protocol ip pref 1 ingress handle 0xffffffff flower acti… 38 "matchPattern": "filter protocol ip pref 1 flower.*handle 0xffffffff", 39 "matchCount": "1", 46 "name": "Add 1M filters with the same action", 56 "./tdc_batch.py $DEV2 $BATCH_FILE --share_action -n 1000000" 58 "cmdUnderTest": "$TC -b $BATCH_FILE", [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-rapidio | 3 On-chip RapidIO controllers and PCIe-to-RapidIO bridges 21 0 = small (8-bit destination ID, max. 256 devices), 23 1 = large (16-bit destination ID, max. 65536 devices). 46 [rio@rapidio ~]$ ls /sys/class/rapidio_port/rapidio0/ -l 48 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0001 49 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0004 50 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0007 51 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0002 52 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0003 53 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0005 [all …]
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-cpld.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates. 11 #include "cobalt-cpld.h" 17 return cobalt_bus_read32(cobalt->bar1, ADRS(offset)); in cpld_read() 22 return cobalt_bus_write32(cobalt->bar1, ADRS(offset), val); in cpld_write() 36 …cobalt_info("CPLD HSMA Clk Osc register (read/write) - Must set wr trigger to load default values\… in cpld_info_ver3() 45 cobalt_info("\t\tRegister #11:\t0x%04x (0x001e)\n", in cpld_info_ver3() 80 cobalt_info("\t\tADC ch6 1V8: %u,%03uV\n", tmp / 1000, tmp % 1000); in cpld_info_ver3() 83 cobalt_info("\t\tADC ch7 1V5: %u,%03uV\n", tmp / 1000, tmp % 1000); in cpld_info_ver3() 132 { 4, 4, 1 }, { 5, 5, 1 }, { 6, 6, 1 }, [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/power-workarounds/witherspoon/ |
H A D | power-workarounds.sh | 5 i2cset -y 4 0x70 0x00 0x01 b 6 i2cset -y 4 0x70 0x02 0x16 b #respond to ENABLE pin 7 i2cset -y 4 0x70 0x00 0x00 b 9 i2cset -y 5 0x70 0x00 0x01 b 10 i2cset -y 5 0x70 0x02 0x16 b #respond to ENABLE pin 11 i2cset -y 5 0x70 0x00 0x00 b 14 i2cset -y 4 0x12 0xFF 0x00 b # VDD/VCS 0 15 i2cset -y 4 0x12 0x2E 0x03 b # VDD/VCS 0 16 i2cset -y 4 0x13 0xFF 0x00 b # VDN 0 17 i2cset -y 4 0x13 0x2E 0x03 b # VDN 0 [all …]
|
/openbmc/phosphor-webui/app/assets/images/ |
H A D | logo.svg | 1 …-1{fill:#a6a8ab}.cls-6{fill:#626366}</style><linearGradient id="linear-gradient" x1="82.9" y1="11.…
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.27/ |
H A D | index.html | 2 <head><title>Index of /pub/linux/utils/util-linux/v2.27/</title></head> 4 <h1>Index of /pub/linux/utils/util-linux/v2.27/</h1><hr><pre><a href="../">../</a> 5 <a href="libblkid-docs/">libblkid-docs/</a> 02-Nov-2015 11:01 … 6 <a href="libfdisk-docs/">libfdisk-docs/</a> 02-Nov-2015 11:03 … 7 <a href="libmount-docs/">libmount-docs/</a> 02-Nov-2015 11:04 … 8 <a href="libsmartcols-docs/">libsmartcols-docs/</a> 02-Nov-2015 11:… 9 <a href="sha256sums.asc">sha256sums.asc</a> 12-May-2017 10:54 … 10 <a href="util-linux-2.27-rc1.tar.gz">util-linux-2.27-rc1.tar.gz</a> 31-Jul-… 11 <a href="util-linux-2.27-rc1.tar.sign">util-linux-2.27-rc1.tar.sign</a> 31-Ju… 12 <a href="util-linux-2.27-rc1.tar.xz">util-linux-2.27-rc1.tar.xz</a> 31-Jul-… [all …]
|
/openbmc/linux/drivers/staging/vt6655/ |
H A D | device.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 35 /*--------------------- Export Definitions -------------------------*/ 38 #define RATE_2M 1 48 #define RATE_54M 11 52 #define AUTO_FB_0 1 56 #define FB_RATE1 1 60 #define ANT_B 1 73 #define AVAIL_TD(p, q) ((p)->opts.tx_descs[(q)] - ((p)->iTDUsed[(q)])) 75 /* 0:11A 1:11B 2:11G */ 77 #define BB_TYPE_11B 1 [all …]
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | dot11d.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 16 {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 36, 40, 44, 48, 52, 56, 60, 64, 18 {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}, 11}, 19 {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 36, 40, 44, 48, 52, 56, 21 {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}, 13}, 22 {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}, 13}, 23 {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 36, 40, 44, 48, 52, 25 {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 36, 40, 44, 48, 52, 27 {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}, 13}, [all …]
|
/openbmc/linux/kernel/locking/ |
H A D | lockdep_proc.c | 1 // SPDX-License-Identifier: GPL-2.0 43 *pos = class - lock_classes; in l_next() 63 const char *name = class->name; in print_name() 66 name = __get_key_name(class->key, str); in print_name() 70 if (class->name_version > 1) in print_name() 71 seq_printf(m, "#%d", class->name_version); in print_name() 72 if (class->subclass) in print_name() 73 seq_printf(m, "/%d", class->subclass); in print_name() 82 int idx = class - lock_classes; in l_show() 90 seq_printf(m, "%p", class->key); in l_show() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.28/ |
H A D | index.html | 2 <head><title>Index of /pub/linux/utils/util-linux/v2.28/</title></head> 4 <h1>Index of /pub/linux/utils/util-linux/v2.28/</h1><hr><pre><a href="../">../</a> 5 <a href="libblkid-docs/">libblkid-docs/</a> 07-Sep-2016 12:00 … 6 <a href="libfdisk-docs/">libfdisk-docs/</a> 07-Sep-2016 12:02 … 7 <a href="libmount-docs/">libmount-docs/</a> 07-Sep-2016 12:04 … 8 <a href="libsmartcols-docs/">libsmartcols-docs/</a> 07-Sep-2016 12:… 9 <a href="sha256sums.asc">sha256sums.asc</a> 12-May-2017 10:55 … 10 <a href="util-linux-2.28-rc1.tar.gz">util-linux-2.28-rc1.tar.gz</a> 11-Mar-… 11 <a href="util-linux-2.28-rc1.tar.sign">util-linux-2.28-rc1.tar.sign</a> 11-Ma… 12 <a href="util-linux-2.28-rc1.tar.xz">util-linux-2.28-rc1.tar.xz</a> 11-Mar-… [all …]
|
/openbmc/linux/arch/riscv/kernel/probes/ |
H A D | simulate-insn.c | 1 // SPDX-License-Identifier: GPL-2.0+ 7 #include "decode-insn.h" 8 #include "simulate-insn.h" 39 * 31 30 21 20 19 12 11 7 6 0 in simulate_jal() 40 * imm [20] | imm[10:1] | imm[11] | imm[19:12] | rd | opcode in simulate_jal() 41 * 1 10 1 8 5 JAL/J in simulate_jal() 51 imm = ((opcode >> 21) & 0x3ff) << 1; in simulate_jal() 52 imm |= ((opcode >> 20) & 0x1) << 11; in simulate_jal() 64 * 31 20 19 15 14 12 11 7 6 0 in simulate_jalr() 65 * offset[11:0] | rs1 | 010 | rd | opcode in simulate_jalr() [all …]
|
/openbmc/qemu/target/sparc/ |
H A D | insns.decode | 1 # SPDX-License-Identifier: LGPL-2.0-or-later 7 ## Major Opcodes 00 and 01 -- branches, call, and sethi. 11 BPcc 00 a:1 cond:4 001 cc:1 0 - i:s19 &bcc 12 Bicc 00 a:1 cond:4 010 i:s22 &bcc cc=0 13 FBPfcc 00 a:1 cond:4 101 cc:2 - i:s19 &bcc 14 FBfcc 00 a:1 cond:4 110 i:s22 &bcc cc=0 17 BPr 00 a:1 0 cond:3 011 .. - rs1:5 .............. i=%d16 19 NCP 00 - ---- 111 ---------------------- # CBcc 26 ## Major Opcode 10 -- integer, floating-point, vis, and system insns. 39 @n_r_ri .. ..... ...... rs1:5 imm:1 rs2_or_imm:s13 &r_r_ri rd=0 [all …]
|
/openbmc/webui-vue/src/assets/images/ |
H A D | login-company-logo.svg | 4 <linearGradient id="linear-gradient" x1="82.9" y1="11.55" x2="82.9" y2="154.54" 6 <stop offset="0" stop-color="#00b0da" /> 7 <stop offset="1" stop-color="#008abf" /> 9 <linearGradient id="linear-gradient-2" x1="81.55" y1="27.55" x2="81.55" y2="158.66" 10 xlink:href="#linear-gradient" /> 11 <linearGradient id="linear-gradient-3" x1="156.66" y1="51.54" x2="156.66" y2="154.8" 13 <stop offset="0" stop-color="#a5d440" /> 14 <stop offset="1" stop-color="#8cce3f" /> 16 <linearGradient id="linear-gradient-4" x1="158.41" y1="51.54" x2="158.41" y2="154.8" 17 xlink:href="#linear-gradient-3" /> [all …]
|