Home
last modified time | relevance | path

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

12345678910>>...43

/openbmc/qemu/include/libdecnumber/
H A DdecDPD.h30 /* ------------------------------------------------------------------------ */
32 /* [Automatically generated -- do not edit. 2007.05.05] */
33 /* ------------------------------------------------------------------------ */
34 /* ------------------------------------------------------------------------ */
40 /* uint16_t BCD2DPD[2458]; -- BCD -> DPD (0x999 => 2457) */
41 /* uint16_t BIN2DPD[1000]; -- Bin -> DPD (999 => 2457) */
42 /* uint8_t BIN2CHAR[4001]; -- Bin -> CHAR (999 => '\3' '9' '9' '9') */
43 /* uint8_t BIN2BCD8[4000]; -- Bin -> bytes (999 => 9 9 9 3) */
44 /* uint16_t DPD2BCD[1024]; -- DPD -> BCD (0x3FF => 0x999) */
45 /* uint16_t DPD2BIN[1024]; -- DPD -> BIN (0x3FF => 999) */
[all …]
H A DdecNumberLocal.h30 /* ------------------------------------------------------------------ */
32 /* ------------------------------------------------------------------ */
37 /* ------------------------------------------------------------------ */
48 /* Conditional code flag -- set this to match hardware platform */
49 /* 1=little-endian, 0=big-endian */
56 /* Conditional code flag -- set this to 1 for best performance */
59 /* Conditional check flags -- set these to 0 for best performance */
67 /* rounded up to a multiple of 4; must */
70 /* ---------------------------------------------------------------- */
71 /* Definitions for all modules (general-purpose) */
[all …]
/openbmc/openbmc/poky/documentation/ref-manual/svg/
H A Dreleases.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
9 inkscape:version="1.4.1 (93de688d07, 2025-03-30)"
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"
69 miter_limit="4"
[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))
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()
83 ctx->h[0] = sha256_h0[0]; in avb_sha256_init()
84 ctx->h[1] = sha256_h0[1]; in avb_sha256_init()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libgee/
H A Dlibgee_0.20.8.bb1 DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \
5 DEPENDS = "glib-2.0"
8 LICENSE = "LGPL-2.1-only"
12 inherit gnomebase vala gobject-introspection
14 CFLAGS += "-Wno-incompatible-pointer-types"
19 rm -f m4/$i
26-0.20.6/gee/concurrentlist.c:1169:177: error: passing argument 4 of 'gee_hazard_pointer_get_pointe…
27-0.20.6/gee/concurrentlist.c:1175:168: error: passing argument 4 of 'gee_hazard_pointer_set_pointe…
28-0.20.6/gee/concurrentlist.c:2385:194: error: passing argument 4 of 'gee_hazard_pointer_compare_an…
29-0.20.6/gee/concurrentlist.c:2438:177: error: passing argument 4 of 'gee_hazard_pointer_get_pointe…
[all …]
/openbmc/phosphor-webui/app/assets/images/
H A DDMTF_Redfish_logo_2017.svg1-color="#20ac4b"/><stop offset=".9831" stop-color="#19361a"/></linearGradient><linearGradient id="…
/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
35 .balign 4
53 mov.l r4,@-r15
55 mov.l r1,@-r15
66 mov.l r4,@-r15
69 mov.l r5,@-r15
107 mov.l r4,@-r15
109 mov.l r1,@-r15
113 .rept 4
[all …]
/openbmc/u-boot/include/
H A Dipu_pixfmt.h1 /* SPDX-License-Identifier: GPL-2.0+ */
8 * (C) Copyright 2005-2010 Freescale Semiconductor, Inc.
28 #define IPU_PIX_FMT_LVDS666 fourcc('L', 'V', 'D', '6')
31 #define IPU_PIX_FMT_RGB332 fourcc('R', 'G', 'B', '1') /*< 8 RGB-3-3-2 */
32 #define IPU_PIX_FMT_RGB555 fourcc('R', 'G', 'B', 'O') /*< 16 RGB-5-5-5 */
33 #define IPU_PIX_FMT_RGB565 fourcc('R', 'G', 'B', 'P') /*< 1 6 RGB-5-6-5 */
34 #define IPU_PIX_FMT_RGB666 fourcc('R', 'G', 'B', '6') /*< 18 RGB-6-6-6 */
35 #define IPU_PIX_FMT_BGR666 fourcc('B', 'G', 'R', '6') /*< 18 BGR-6-6-6 */
36 #define IPU_PIX_FMT_BGR24 fourcc('B', 'G', 'R', '3') /*< 24 BGR-8-8-8 */
37 #define IPU_PIX_FMT_RGB24 fourcc('R', 'G', 'B', '3') /*< 24 RGB-8-8-8 */
[all …]
H A Dmc13892.h1 /* SPDX-License-Identifier: GPL-2.0+ */
19 #define ICHRG1 (1 << 4)
21 #define ICHRG3 (1 << 6)
43 #define VO_1_10V 4
45 #define VO_2_77V 6
49 #define VDIG 4
50 #define VGEN 6
57 #define SWMODE_AUTO_OFF 4
59 #define SWMODE_PWM_AUTO 6
81 #define VAUDIO_2_3 (0 << 4)
[all …]
/openbmc/u-boot/drivers/gpio/
H A Dda8xx_gpio.c1 // SPDX-License-Identifier: GPL-2.0+
14 #include <dt-bindings/gpio/gpio.h>
28 #define pinmux(x) (&davinci_syscfg_regs->pinmux[x])
32 { pinmux(13), 8, 6 }, /* GP0[0] */
38 { pinmux(14), 8, 4 },
40 { pinmux(14), 8, 6 },
46 { pinmux(15), 8, 4 },
48 { pinmux(15), 8, 6 }, /* GP1[0] */
54 { pinmux(16), 8, 4 },
56 { pinmux(16), 8, 6 },
[all …]
/openbmc/u-boot/board/freescale/mpc8568mds/
H A Dbcsr.h1 /* SPDX-License-Identifier: GPL-2.0+ */
14 4:6 cfg core pll
20 6 PCI IO
24 0:4 QE PLL
26 6 cfg PCI arbiter
32 4:5 TSEC2 protocol
33 6 PHY1 slave
36 * BCSR 4 *
37 4 clock enable
39 6 GETH transactive reset
[all …]
/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/
H A Dgdb-config.c.inc3 Copyright (c) 2003-2019 Tensilica Inc.
23 XTREG( 0, 0,32, 4, 4,0x0020,0x0006,-2, 9,0x0100,pc, 0,0,0,0,0,0)
24 XTREG( 1, 4,32, 4, 4,0x0100,0x0006,-2, 1,0x0002,ar0, 0,0,0,0,0,0)
25 XTREG( 2, 8,32, 4, 4,0x0101,0x0006,-2, 1,0x0002,ar1, 0,0,0,0,0,0)
26 XTREG( 3, 12,32, 4, 4,0x0102,0x0006,-2, 1,0x0002,ar2, 0,0,0,0,0,0)
27 XTREG( 4, 16,32, 4, 4,0x0103,0x0006,-2, 1,0x0002,ar3, 0,0,0,0,0,0)
28 XTREG( 5, 20,32, 4, 4,0x0104,0x0006,-2, 1,0x0002,ar4, 0,0,0,0,0,0)
29 XTREG( 6, 24,32, 4, 4,0x0105,0x0006,-2, 1,0x0002,ar5, 0,0,0,0,0,0)
30 XTREG( 7, 28,32, 4, 4,0x0106,0x0006,-2, 1,0x0002,ar6, 0,0,0,0,0,0)
31 XTREG( 8, 32,32, 4, 4,0x0107,0x0006,-2, 1,0x0002,ar7, 0,0,0,0,0,0)
[all …]
/openbmc/qemu/target/xtensa/core-test_kc705_be/
H A Dgdb-config.c.inc3 Copyright (c) 2003-2015 Tensilica Inc.
23 XTREG( 0, 0,32, 4, 4,0x0020,0x0006,-2, 9,0x0100,pc, 0,0,0,0,0,0)
24 XTREG( 1, 4,32, 4, 4,0x0100,0x0006,-2, 1,0x0002,ar0, 0,0,0,0,0,0)
25 XTREG( 2, 8,32, 4, 4,0x0101,0x0006,-2, 1,0x0002,ar1, 0,0,0,0,0,0)
26 XTREG( 3, 12,32, 4, 4,0x0102,0x0006,-2, 1,0x0002,ar2, 0,0,0,0,0,0)
27 XTREG( 4, 16,32, 4, 4,0x0103,0x0006,-2, 1,0x0002,ar3, 0,0,0,0,0,0)
28 XTREG( 5, 20,32, 4, 4,0x0104,0x0006,-2, 1,0x0002,ar4, 0,0,0,0,0,0)
29 XTREG( 6, 24,32, 4, 4,0x0105,0x0006,-2, 1,0x0002,ar5, 0,0,0,0,0,0)
30 XTREG( 7, 28,32, 4, 4,0x0106,0x0006,-2, 1,0x0002,ar6, 0,0,0,0,0,0)
31 XTREG( 8, 32,32, 4, 4,0x0107,0x0006,-2, 1,0x0002,ar7, 0,0,0,0,0,0)
[all …]
/openbmc/phosphor-webui/app/assets/icons/
H A Dicon-config.svg1-.77l1.92-1.68A2 2 0 0 0 29.3 11l-2.36-4a2 2 0 0 0-1.73-1 2 2 0 0 0-.64.1l-2.43.82a11.35 11.35 0 0…
/openbmc/openbmc/meta-raspberrypi/recipes-core/psplash/files/
H A Dpsplash-raspberrypi-img.h1 /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
6 #define POKY_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */
10 "\372\0\0\0\0\3\0\0\0\4\0\0\0)\0\0\0F\202\0\0\0U\2\0\0\0G\0\0\0\37\377" \
11 "\0\0\0\0\377\0\0\0\0\262\0\0\0\0\4\0\0\0\27\0\0\0g\0\0\0\264\0\0\0\366" \
12 "\206\0\0\0\377\4\0\0\0\356\0\0\0\271\0\0\0t\0\0\0-\377\0\0\0\0\363\0" \
13 "\0\0\0\4\0\0\0-\0\0\0|\0\0\0\311\0\0\0\371\206\0\0\0\377\4\0\0\0\356" \
15 "\0\10\0\0\0\77\0\0\0i\0\0\0\214\0\0\0\240\202\0\0\0\252\6\0\0\0\241\0" \
19 "\352\0\0\0\204\0\0\0\17\214\0\0\0\0\6\0\0\0\26\0\0\0B\0\0\0l\0\0\0\223" \
21 "1\0\0\0\2\377\0\0\0\0\364\0\0\0\0\4\0\0\0\12\0\0\0]\0\0\0\267\0\0\0\367" \
22 "\214\0\0\0\377\4\0\0\0\333\0\0\0\232\0\0\0V\0\0\0\24\206\0\0\0\0\3\0" \
[all …]
/openbmc/qemu/target/xtensa/core-de233_fpu/
H A Dgdb-config.c.inc3 Copyright (c) 2003-2020 Tensilica Inc.
23 XTREG( 0, 0,32, 4, 4,0x0020,0x0006,-2, 9,0x2100,pc, 0,0,0,0,0,0)
24 XTREG( 1, 4,32, 4, 4,0x0100,0x0006,-2, 1,0x0002,ar0, 0,0,0,0,0,0)
25 XTREG( 2, 8,32, 4, 4,0x0101,0x0006,-2, 1,0x0002,ar1, 0,0,0,0,0,0)
26 XTREG( 3, 12,32, 4, 4,0x0102,0x0006,-2, 1,0x0002,ar2, 0,0,0,0,0,0)
27 XTREG( 4, 16,32, 4, 4,0x0103,0x0006,-2, 1,0x0002,ar3, 0,0,0,0,0,0)
28 XTREG( 5, 20,32, 4, 4,0x0104,0x0006,-2, 1,0x0002,ar4, 0,0,0,0,0,0)
29 XTREG( 6, 24,32, 4, 4,0x0105,0x0006,-2, 1,0x0002,ar5, 0,0,0,0,0,0)
30 XTREG( 7, 28,32, 4, 4,0x0106,0x0006,-2, 1,0x0002,ar6, 0,0,0,0,0,0)
31 XTREG( 8, 32,32, 4, 4,0x0107,0x0006,-2, 1,0x0002,ar7, 0,0,0,0,0,0)
[all …]
/openbmc/u-boot/arch/arm/mach-davinci/
H A Dda850_pinmux.c1 // SPDX-License-Identifier: GPL-2.0+
21 { pinmux(4), 1, 1 }, /* SPI0_SCS[0] */
26 { pinmux(5), 1, 4 }, /* SPI1_SOMI */
36 { pinmux(3), 2, 4 }, /* UART0_RXD */
41 { pinmux(3), 2, 6 },
46 { pinmux(4), 2, 6 }, /* UART1_RXD */
47 { pinmux(4), 2, 7 }, /* UART1_TXD */
51 { pinmux(4), 2, 4 }, /* UART2_RXD */
52 { pinmux(4), 2, 5 }, /* UART2_TXD */
56 { pinmux(0), 4, 6 }, /* UART2_RTS */
[all …]
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/phosphor-virtual-sensor/
H A Dvirtual_sensor_config.json107 "MinValue": -127
163 "var CAL_OFS[11]:={-1.0, -1.0, -1.0, -1.5, -1.5, -2.5, -2.5, -3.0, -3.0, -3.0, -3.0};",
165 …AVG,DUTY_OFS[0]): SCM_TEMP_C+(CAL_OFS[0]+((DUTY_AVG-DUTY_OFS[0])*(CAL_OFS[1]-CAL_OFS[0])/(DUTY_OFS…
166 …AVG,DUTY_OFS[1]): SCM_TEMP_C+(CAL_OFS[1]+((DUTY_AVG-DUTY_OFS[1])*(CAL_OFS[2]-CAL_OFS[1])/(DUTY_OFS…
167 …AVG,DUTY_OFS[2]): SCM_TEMP_C+(CAL_OFS[2]+((DUTY_AVG-DUTY_OFS[2])*(CAL_OFS[3]-CAL_OFS[2])/(DUTY_OFS…
168 …ase inrange(DUTY_OFS[4],DUTY_AVG,DUTY_OFS[3]): SCM_TEMP_C+(CAL_OFS[3]+((DUTY_AVG-DUTY_OFS[3])*(CAL…
169 …Y_OFS[5],DUTY_AVG,DUTY_OFS[4]): SCM_TEMP_C+(CAL_OFS[4]+((DUTY_AVG-DUTY_OFS[4])*(CAL_OFS[5]-CAL_OFS…
170 …ase inrange(DUTY_OFS[6],DUTY_AVG,DUTY_OFS[5]): SCM_TEMP_C+(CAL_OFS[5]+((DUTY_AVG-DUTY_OFS[5])*(CAL…
171 …Y_OFS[7],DUTY_AVG,DUTY_OFS[6]): SCM_TEMP_C+(CAL_OFS[6]+((DUTY_AVG-DUTY_OFS[6])*(CAL_OFS[7]-CAL_OFS…
172 …AVG,DUTY_OFS[7]): SCM_TEMP_C+(CAL_OFS[7]+((DUTY_AVG-DUTY_OFS[7])*(CAL_OFS[8]-CAL_OFS[7])/(DUTY_OFS…
[all …]
/openbmc/openbmc/poky/documentation/template/
H A Dtemplate.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
9 inkscape:version="1.1 (ce6663b3b7, 2021-05-25)"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
15 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
31 <inkscape:path-effect
33 id="path-effect6121"
42 miter_limit="4"
55 transform="scale(-0.6)"
56 …d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354…
57 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-line…
[all …]
/openbmc/openbmc/poky/documentation/overview-manual/svg/
H A Dgit-workflow.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17 sodipodi:docname="git-workflow.svg"
18 inkscape:version="1.0.2 (394de47547, 2021-03-26)">
33 <inkscape:path-effect
35 id="path-effect6121"
44 miter_limit="4"
56 transform="scale(-0.6)"
57 …d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354…
[all …]
/openbmc/phosphor-net-ipmid/command/
H A Dopen_session.hpp20 uint8_t maxPrivLevel:4; // Requested maximum privilege level
21 uint8_t reserved1:4; // Reserved for future definition
25 uint8_t reserved1:4; // Reserved for future definition
26 uint8_t maxPrivLevel:4; // Requested maximum privilege level
38 uint8_t authAlgo:6;
44 uint8_t authAlgo:6;
55 uint8_t intAlgo:6;
61 uint8_t intAlgo:6;
72 uint8_t confAlgo:6;
78 uint8_t confAlgo:6;
[all …]
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_session.h22 * PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED.
55 uint8_t session_slot_count : 6; /* 1-based */
57 uint8_t session_slot_count : 6; /* 1-based */
63 uint8_t active_session_count : 6; /* 1-based */
65 uint8_t active_session_count : 6; /* 1-based */
71 uint8_t user_id : 6;
73 uint8_t user_id : 6;
78 uint8_t __reserved4 : 4;
79 uint8_t privilege_level : 4;
81 uint8_t privilege_level : 4;
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-mxs/
H A Diomux-mx28.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2009-2010 Amit Kucheria <amit.kucheria@canonical.com>
24 #define MX28_PAD_GPMI_D04__GPMI_D4 MXS_IOMUX_PAD_NAKED(0, 4, PAD_MUXSEL_0)
26 #define MX28_PAD_GPMI_D06__GPMI_D6 MXS_IOMUX_PAD_NAKED(0, 6, PAD_MUXSEL_0)
46 #define MX28_PAD_LCD_D04__LCD_D4 MXS_IOMUX_PAD_NAKED(1, 4, PAD_MUXSEL_0)
48 #define MX28_PAD_LCD_D06__LCD_D6 MXS_IOMUX_PAD_NAKED(1, 6, PAD_MUXSEL_0)
79 #define MX28_PAD_SSP0_DATA4__SSP0_D4 MXS_IOMUX_PAD_NAKED(2, 4, PAD_MUXSEL_0)
81 #define MX28_PAD_SSP0_DATA6__SSP0_D6 MXS_IOMUX_PAD_NAKED(2, 6, PAD_MUXSEL_0)
105 #define MX28_PAD_AUART1_RX__AUART1_RX MXS_IOMUX_PAD_NAKED(3, 4, PAD_MUXSEL_0)
107 #define MX28_PAD_AUART1_CTS__AUART1_CTS MXS_IOMUX_PAD_NAKED(3, 6, PAD_MUXSEL_0)
[all …]
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/phosphor-virtual-sensor/catalina/
H A Dvirtual_sensor_config.json79 …_PWM_PCT, FAN2_PWM_PCT, FAN3_PWM_PCT, FAN4_PWM_PCT, FAN5_PWM_PCT, FAN6_PWM_PCT, FAN7_PWM_PCT)) - ",
88 "MinValue": -127
167 "var CAL_OFS[11]:={-1.0, -1.0, -1.0, -1.5, -1.5, -2.5, -2.5, -3.0, -3.0, -3.0, -3.0};",
169 …FIOBOARD_REMOTE_INLET_TEMP_C+(CAL_OFS[0]+((DUTY_AVG-DUTY_OFS[0])*(CAL_OFS[1]-CAL_OFS[0])/(DUTY_OFS…
170 …FIOBOARD_REMOTE_INLET_TEMP_C+(CAL_OFS[1]+((DUTY_AVG-DUTY_OFS[1])*(CAL_OFS[2]-CAL_OFS[1])/(DUTY_OFS…
171 …FIOBOARD_REMOTE_INLET_TEMP_C+(CAL_OFS[2]+((DUTY_AVG-DUTY_OFS[2])*(CAL_OFS[3]-CAL_OFS[2])/(DUTY_OFS…
172 …ge(DUTY_OFS[4],DUTY_AVG,DUTY_OFS[3]): FIOBOARD_REMOTE_INLET_TEMP_C+(CAL_OFS[3]+((DUTY_AVG-DUTY_OFS…
173 …DUTY_AVG,DUTY_OFS[4]): FIOBOARD_REMOTE_INLET_TEMP_C+(CAL_OFS[4]+((DUTY_AVG-DUTY_OFS[4])*(CAL_OFS[5…
174 …ge(DUTY_OFS[6],DUTY_AVG,DUTY_OFS[5]): FIOBOARD_REMOTE_INLET_TEMP_C+(CAL_OFS[5]+((DUTY_AVG-DUTY_OFS…
175 …DUTY_AVG,DUTY_OFS[6]): FIOBOARD_REMOTE_INLET_TEMP_C+(CAL_OFS[6]+((DUTY_AVG-DUTY_OFS[6])*(CAL_OFS[7…
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/bindgen-cli/
H A Dbindgen-cli-crates.inc1 # Autogenerated with 'bitbake -c update_crates bindgen-cli'
5 crate://crates.io/aho-corasick/1.1.3 \
6 crate://crates.io/annotate-snippets/0.11.4 \
11 crate://crates.io/block/0.1.6 \
14 crate://crates.io/cfg-if/1.0.0 \
15 crate://crates.io/clang-sys/1.8.1 \
16 crate://crates.io/clap/4.1.4 \
22 crate://crates.io/env_logger/0.8.4 \
28 crate://crates.io/hermit-abi/0.3.9 \
29 crate://crates.io/hermit-abi/0.4.0 \
[all …]

12345678910>>...43