| /openbmc/qemu/ |
| H A D | version.rc | 16 VALUE "CompanyName", "https://www.qemu.org" 17 VALUE "FileDescription", "QEMU machine emulators and tools" 18 VALUE "FileVersion", QEMU_VERSION 19 …VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License." 20 VALUE "LegalTrademarks", "QEMU is a trademark of Fabrice Bellard." 21 VALUE "ProductName", "QEMU" 26 VALUE "Translation", 0x0409, 1252
|
| /openbmc/qemu/tests/qtest/ |
| H A D | cmsdk-apb-timer-test.c | 24 #define VALUE 4 macro 39 g_assert_cmpuint(readl(TIMER_BASE + VALUE), ==, 500); in test_timer() 44 g_assert_cmpuint(readl(TIMER_BASE + VALUE), ==, 0); in test_timer() 48 g_assert_cmpuint(readl(TIMER_BASE + VALUE), ==, 1000); in test_timer()
|
| H A D | erst-test.c | 46 #define VALUE 8 macro 134 log_address_range = in_reg64(&state, VALUE); in test_acpi_erst_basic() 136 log_address_length = in_reg64(&state, VALUE); in test_acpi_erst_basic() 138 log_address_attr = in_reg32(&state, VALUE); in test_acpi_erst_basic()
|
| /openbmc/phosphor-state-manager/ |
| H A D | obmcutil | 378 VALUE=$INTERFACE.Transition.Off 381 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "s" $VALUE 390 VALUE=$INTERFACE.Transition.On 393 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "s" $VALUE 401 VALUE=$INTERFACE.Transition.Off 404 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "s" $VALUE 413 VALUE=$INTERFACE.Transition.On 416 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "s" $VALUE 481 VALUE=false 482 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "b" $VALUE [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | nginx-cross.patch | 101 + --with-int=VALUE force int size 102 + --with-long=VALUE force long size 103 + --with-long-long=VALUE force long long size 104 + --with-ptr-size=VALUE force pointer size 105 + --with-sig-atomic-t=VALUE force sig_atomic_t size 106 + --with-size-t=VALUE force size_t size 107 + --with-off-t=VALUE force off_t size 108 + --with-time-t=VALUE force time_t size 109 + --with-sys-nerr=VALUE force sys_nerr value 110 + --with-endian=VALUE force system endianess
|
| /openbmc/ipmitool/contrib/ |
| H A D | bmclanconf | 116 local VALUE= 120 echo "Setting LAN parameter $PARAM $VALUE" 121 echo "$IPMITOOL -I $IPMIINTF lan set $CHANNEL $PARAM $VALUE" 125 $IPMITOOL -I $IPMIINTF lan set $CHANNEL $PARAM $VALUE
|
| /openbmc/phosphor-hwmon/ |
| H A D | interface.hpp | 45 VALUE, enumerator
|
| /openbmc/qemu/hw/nvram/ |
| H A D | xlnx-versal-efuse-ctrl.c | 65 FIELD(TPGM, VALUE, 0, 16) 67 FIELD(TRD, VALUE, 0, 8) 69 FIELD(TSU_H_PS, VALUE, 0, 8) 71 FIELD(TSU_H_PS_CS, VALUE, 0, 8) 73 FIELD(TRDM, VALUE, 0, 8) 75 FIELD(TSU_H_CS, VALUE, 0, 8)
|
| H A D | xlnx-zynqmp-efuse.c | 64 FIELD(TPGM, VALUE, 0, 16) 66 FIELD(TRD, VALUE, 0, 8) 68 FIELD(TSU_H_PS, VALUE, 0, 8) 70 FIELD(TSU_H_PS_CS, VALUE, 0, 8) 72 FIELD(TSU_H_CS, VALUE, 0, 4)
|
| /openbmc/qemu/include/hw/rtc/ |
| H A D | xlnx-zynqmp-rtc.h | 50 FIELD(CURRENT_TICK, VALUE, 0, 16)
|
| /openbmc/u-boot/arch/arm/include/asm/arch-omap3/ |
| H A D | mux.h | 492 #define MUX_VAL(OFFSET, VALUE)\ argument 493 writew((VALUE), OMAP34XX_CTRL_BASE + (OFFSET));
|
| /openbmc/u-boot/tools/scripts/ |
| H A D | define2mk.sed | 13 # Change to form CONFIG_*=VALUE
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | idef-parser.h | 72 VALUE, enumerator
|
| H A D | idef-parser.y | 682 $5.imm.type == VALUE, 690 $5.imm.type == VALUE, 755 $5.imm.type == VALUE && 757 $7.imm.type == VALUE,
|
| H A D | parser-helpers.c | 180 case VALUE: in imm_print() 366 rvalue.imm.type = VALUE; in gen_imm_value() 876 op2_m.imm.type == VALUE && op2_m.imm.value >= 32) { in gen_bin_op() 1015 need_guarding = (src_width->imm.type != VALUE); in gen_extend_imm_width_op() 1017 if (src_width->imm.type == VALUE && in gen_extend_imm_width_op() 1184 assert(begin->type == IMMEDIATE && begin->imm.type == VALUE); in gen_rdeposit_op() 1799 hi->imm.type == VALUE && in gen_setbits() 1801 lo->imm.type == VALUE, in gen_setbits()
|
| /openbmc/phosphor-settingsd/ |
| H A D | settings_manager.hpp.mako | 252 "Input '{VALUE}' not in the format of this regex: " 253 "${validators[propName][1]}", "VALUE", value); 268 "Input '{VALUE}' with unit '${validators[propName][2]}' " 270 "VALUE", std::to_string(value));
|
| /openbmc/u-boot/board/Barix/ipam390/ |
| H A D | ipam390-ais-uart.cfg | 145 ; VALUE: | value | 149 ;VALUE = 0x00880000
|
| /openbmc/qemu/docs/specs/ |
| H A D | acpi_erst.rst | 87 BAR0 contains the programming interface consisting of ACTION and VALUE 90 be placed into VALUE prior to writing ACTION. Reading the VALUE
|
| /openbmc/phosphor-led-sysfs/ |
| H A D | README.md | 37 NAME TYPE SIGNATURE RESULT/VALUE F…
|
| /openbmc/entity-manager/docs/ |
| H A D | my_first_sensors.md | 90 NAME TYPE SIGNATURE RESULT/VALUE FLAGS 192 NAME TYPE SIGNATURE RESULT/VALUE FLAGS 232 NAME TYPE SIGNATURE RESULT/VALUE FL…
|
| /openbmc/qemu/hw/timer/ |
| H A D | cmsdk-apb-timer.c | 47 REG32(VALUE, 4)
|
| /openbmc/phosphor-led-manager/ |
| H A D | README.md | 140 NAME TYPE SIGNATURE RESULT/VALUE FLAGS
|
| /openbmc/qemu/hw/misc/ |
| H A D | sifive_e_aon.c | 42 FIELD(AON_WDT_WDOGCOUNT, VALUE, 0, 31)
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu.h | 855 #define FIELD_DP64_IDREG(ISAR, REG, FIELD, VALUE) \ argument 859 regval = FIELD_DP64(regval, REG, FIELD, VALUE); \ 863 #define FIELD_DP32_IDREG(ISAR, REG, FIELD, VALUE) \ argument 867 regval = FIELD_DP32(regval, REG, FIELD, VALUE); \ 889 #define SET_IDREG(ISAR, REG, VALUE) \ argument 892 i_->idregs[REG ## _EL1_IDX] = VALUE; \
|
| /openbmc/phosphor-webui/app/common/styles/base/ |
| H A D | forms.scss | 177 <label for="power-cap" class="content-label">POWER CAP VALUE IN WATTS</label>
|