Home
last modified time | relevance | path

Searched +full:0 +full:- +full:6 (Results 1 – 25 of 1187) sorted by relevance

12345678910>>...48

/openbmc/linux/arch/x86/include/asm/
H A Dintel-family.h1 /* SPDX-License-Identifier: GPL-2.0 */
18 * MICROARCH Is the code name for the micro-architecture for this core.
24 * - regular client parts
25 * _L - regular mobile parts
26 * _G - parts with extra graphics on
27 * _X - regular server parts
28 * _D - micro server parts
29 * _N,_P - other mobile parts
30 * _H - premium mobile parts
31 * _S - other client parts
[all …]
/openbmc/qemu/include/libdecnumber/
H A DdecDPD.h29 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/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_db.c1 // SPDX-License-Identifier: GPL-2.0
15 int ddr_dev_attr_init_done = 0;
30 0, /*MV_DDR_FREQ_LOW_FREQ */
50 return &freq_val[0]; in mv_ddr_freq_tbl_get()
65 /* DDR3-800D */
66 { {6, 5, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 5, 0, 5, 0} },
67 /* DDR3-800E */
68 { {6, 6, 0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 6, 0, 6, 0} },
69 /* DDR3-1066E */
70 { {6, 5, 6, 0, 0, 0, 0, 5, 5, 6, 0, 0, 5, 0, 5, 0} },
[all …]
/openbmc/phosphor-webui/app/assets/images/
H A DDMTF_Redfish_logo_2017.svg10 0 792 612"><style>.st2{fill:#d31245}.st5{fill:#fff}.st6{fill:#1b4298}</style><linearGradient id=…
/openbmc/linux/arch/ia64/lib/
H A Dxor.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * Optimized RAID-5 checksumming functions for IA-64.
13 .fframe 0
15 alloc r31 = ar.pfs, 3, 0, 13, 16
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]
35 0:
36 (p[0]) ld8.nta s1[0] = [r16], 8
[all …]
/openbmc/linux/arch/sh/lib/
H A Dudivsi3_i4i.S1 /* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0
23 Uses a lookup table for divisors in the range -128 .. +128, and
27 #define L_LSB 0
54 mov.l r4,@-r15
56 mov.l r1,@-r15
67 mov.l r4,@-r15
70 mov.l r5,@-r15
75 tst #0xfe,r0
108 mov.l r4,@-r15
110 mov.l r1,@-r15
[all …]
/openbmc/u-boot/arch/sh/lib/
H A Dudivsi3_i4i.S1 /* SPDX-License-Identifier: GPL-2.0+ */
22 Uses a lookup table for divisors in the range -128 .. +128, and
26 #define L_LSB 0
53 mov.l r4,@-r15
55 mov.l r1,@-r15
66 mov.l r4,@-r15
69 mov.l r5,@-r15
74 tst #0xfe,r0
107 mov.l r4,@-r15
109 mov.l r1,@-r15
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dbpf.json12 0,
17 …cmdUnderTest": "$TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' …
18 "expExitCode": "0",
20 …"matchPattern": "action order [0-9]*: bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' …
36 0,
41 …cmdUnderTest": "$TC action add action bpf bytecode '4,40 0 0 12,31 0 1 2048,6 0 0 262144,6 0 0 0' …
44 …"matchPattern": "action order [0-9]*: bpf bytecode '4,40 0 0 12,31 0 1 2048,6 0 0 262144,6 0 0 0' …
45 "matchCount": "0",
52 "name": "Add eBPF action with valid object-file",
63 0,
[all …]
/openbmc/u-boot/lib/libavb/
H A Davb_sha256.c1 // 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)))
20 #define SHA256_F2(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25))
29 *((str) + 0) = (uint8_t)((x) >> 24); \
36 ((uint32_t) * ((str) + 0) << 24); \
42 { w[i] = SHA256_F4(w[i - 2]) + w[i - 7] + SHA256_F3(w[i - 15]) + w[i - 16]; }
53 static const uint32_t sha256_h0[8] = {0x6a09e667,
54 0xbb67ae85,
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Drfbuffer.h50 * struct ath5k_ini_rfbuffer - Initial RF Buffer settings
65 * struct ath5k_rfb_field - An RF Buffer field (register/value)
81 * struct ath5k_rf_reg - RF analog register definition
100 * enum ath5k_rf_regs_idx - Map RF registers to indexes
108 AR5K_RF_TURBO = 0,
109 /* BANK 6 */
165 #define AR5K_RF5111_RF_TURBO { 1, 3, 0 }
167 /* BANK 6 len pos col */
168 #define AR5K_RF5111_OB_2GHZ { 3, 119, 0 }
169 #define AR5K_RF5111_DB_2GHZ { 3, 122, 0 }
[all …]
/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_audio.c20 /* ulaw[unsigned char] -> signed 16-bit */
22 /* alaw[unsigned char] -> signed 16-bit */
28 /* signed 16-bit -> law */
32 /* alaw -> ulaw */
34 /* ulaw -> alaw */
43 #define AMI_MASK 0x55
51 0xFF, 0x1FF, 0x3FF, 0x7FF, 0xFFF, 0x1FFF, 0x3FFF, 0x7FFF in linear2alaw()
55 if (pcm_val >= 0) { in linear2alaw()
57 mask = AMI_MASK | 0x80; in linear2alaw()
59 /* Sign bit = 0 */ in linear2alaw()
[all …]
/openbmc/openbmc/poky/documentation/ref-manual/svg/
H A Dreleases.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
7 viewBox="0 0 1523.001 504.30497"
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"
[all …]
/openbmc/linux/tools/thermal/tmon/
H A Dtmon.82 # SPDX-License-Identifier: GPL-2.0
4 \fBtmon\fP - A monitoring and testing tool for Linux kernel thermal subsystem
13 real-time thermal data; tune
22 - show thermal zone information
23 - show cooling device information
24 - show trip point binding within each thermal zone
25 - show trip point and cooling device instance bindings
28 - show temperature of all thermal zones w.r.t. its trip points and types
29 - show states of all cooling devices
32 - with a built-in Proportional Integral Derivative (\fBPID\fP)
[all …]
/openbmc/linux/Documentation/input/devices/
H A Delantech.rst4 Copyright (C) 2007-2008 Arjan Opmeer <arjan@opmeer.net>
24 5.2 Native absolute mode 6 byte packet format
25 5.2.1 Parity checking and packet re-synchronization
28 6. Hardware version 3
30 6.2 Native absolute mode 6 byte packet format
35 7.2 Native absolute mode 6 byte packet format
41 8.2 Native relative mode 6 byte packet format
52 packet. Version 2 seems to be introduced with the EeePC and uses 6 bytes
54 and width of the touch. Hardware version 3 uses 6 bytes per packet (and
55 for 2 fingers the concatenation of two 6 bytes packets) and allows tracking
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dmem.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2006-2008
5 * Richard Woodruff <r-woodruff2@ti.com>
11 #define CS0 0x0
12 #define CS1 0x1 /* mirror CS1 regs appear offset 0x30 from CS0 */
16 STACKED = 0,
32 #define SDRC_SHARING 0x00000100
33 #define SDRC_MR_0_SDR 0x00000031
37 * enable at bits 0:1 and an autorefresh counter value in bits 8:23. The
38 * counter is a result of ( tREFI / tCK ) - 50.
[all …]
/openbmc/linux/drivers/regulator/
H A Dda9052-regulator.c1 // SPDX-License-Identifier: GPL-2.0+
3 // da9052-regulator.c: Regulator driver for DA9052
28 #define DA9052_MIN_UA 0
33 #define DA9052_BUCK_ILIM_MASK_EVEN 0x0c
34 #define DA9052_BUCK_ILIM_MASK_ODD 0xc0
37 #define DA9052_ID_BUCK1 0
43 #define DA9052_ID_LDO3 6
53 {700000, 800000, 1000000, 1200000}, /* DA9052-BC BUCKs */
54 {1600000, 2000000, 2400000, 3000000}, /* DA9053-AA/Bx BUCK-CORE */
55 {800000, 1000000, 1200000, 1500000}, /* DA9053-AA/Bx BUCK-PRO,
[all …]
/openbmc/linux/drivers/pinctrl/tegra/
H A Dpinctrl-tegra234.c1 // 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-benchmark/tinymembench/tinymembench/
H A D0001-asm-Delete-.func-.endfunc-directives.patch3 Date: Tue, 29 Jan 2019 13:15:07 -0800
10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 ---
12 Upstream-Status: Pending
14 aarch64-asm.S | 14 +-------------
15 arm-neon.S | 24 ------------------------
16 mips-32.S | 5 ++---
17 x86-sse2.S | 21 ++++++++++-----------
18 4 files changed, 13 insertions(+), 51 deletions(-)
20 diff --git a/aarch64-asm.S b/aarch64-asm.S
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dwm2200.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * wm2200.h - WM2200 audio codec interface
14 #define WM2200_CLKSRC_MCLK1 0
19 #define WM2200_FLL_SRC_MCLK1 0
26 #define WM2200_SOFTWARE_RESET 0x00
27 #define WM2200_DEVICE_REVISION 0x01
28 #define WM2200_TONE_GENERATOR_1 0x0B
29 #define WM2200_CLOCKING_3 0x102
30 #define WM2200_CLOCKING_4 0x103
31 #define WM2200_FLL_CONTROL_1 0x111
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/
H A Dbpf.json7 "bpf-filter"
15 …t ffff: handle 1 protocol ip prio 100 bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0'",
16 "expExitCode": "0",
18 …t ffff: protocol ip pref 100 bpf chain [0-9]+ handle 0x1.*bytecode '4,40 0 0 12,21 0 1 2048,6 0 0
29 "bpf-filter"
37 …t ffff: handle 1 protocol ip prio 100 bpf bytecode '4,40 0 0 12,31 0 1 2048,6 0 0 262144,6 0 0 0'",
40 …t ffff: protocol ip pref 100 bpf chain [0-9]+ handle 0x1.*bytecode '4,40 0 0 12,21 0 1 2048,6 0 0
41 "matchCount": "0",
48 "name": "Add eBPF filter with valid object-file",
51 "bpf-filter"
[all …]
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8084.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include <dt-bindings/interrupt-controller/arm-gic.h>
5 #include <dt-bindings/clock/qcom,gcc-apq8084.h>
6 #include <dt-bindings/gpio/gpio.h>
9 #address-cells = <1>;
10 #size-cells = <1>;
13 interrupt-parent = <&intc>;
15 reserved-memory {
16 #address-cells = <1>;
[all …]
/openbmc/u-boot/board/sunxi/
H A Ddram_timings_sun4i.h4 # if CONFIG_DRAM_CLK <= 360 /* DDR3-1066F @360MHz, timings: 6-5-5-14 */
5 .cas = 6,
6 .tpr0 = 0x268e5590,
7 .tpr1 = 0xa090,
8 .tpr2 = 0x22a00,
9 .emr2 = 0x0,
10 # elif CONFIG_DRAM_CLK <= 384 /* DDR3-1066F @384MHz, timings: 6-6-6-15 */
11 .cas = 6,
12 .tpr0 = 0x288f6690,
13 .tpr1 = 0xa0a0,
[all …]
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dsc_helper.c1 // SPDX-License-Identifier: MIT
34 * drm_dsc_dp_pps_header_init() - Initializes the PPS Header
46 memset(pps_header, 0, sizeof(*pps_header)); in drm_dsc_dp_pps_header_init()
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
59 * buffer size in bytes, or 0 on invalid input
75 return 0; in drm_dsc_dp_rc_buffer_size()
81 * drm_dsc_pps_payload_pack() - Populates the DSC PPS
[all …]
/openbmc/linux/arch/arm/boot/dts/nspire/
H A Dnspire-clp.dts1 // SPDX-License-Identifier: GPL-2.0-only
6 /dts-v1/;
8 #include <dt-bindings/input/input.h>
10 /include/ "nspire-classic.dtsi"
14 MATRIX_KEY(0, 0, 0x1c)
15 MATRIX_KEY(0, 1, 0x1c)
16 MATRIX_KEY(0, 2, 0x39)
17 MATRIX_KEY(0, 4, 0x2c)
18 MATRIX_KEY(0, 5, 0x34)
19 MATRIX_KEY(0, 6, 0x15)
[all …]
/openbmc/linux/Documentation/networking/device_drivers/can/ctu/
H A Dfsm_txt_buffer_user.svg1 <?xml version="1.0" encoding="UTF-8"?>
20 0 113.611 86.6873" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" …
5-.6)" d="m8.71859 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.0…
8-.6)" d="m8.71859 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.0…
11-.6)" d="m8.71859 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.0…
14-.6)" d="m8.71859 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.0…
17-.6)" d="m8.71859 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.0…
20-.6)" d="m8.71859 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1.73544 5.61745-6e-7 8.0…
236) rotate(180) translate(0)" d="m8.71859 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1…
266) rotate(180) translate(0)" d="m8.71859 4.03374-10.9259-4.01772 10.9259-4.01772c-1.7455 2.37206-1…
[all …]

12345678910>>...48