| /openbmc/u-boot/drivers/net/ |
| H A D | ep93xx_eth.c | 150 uint32_t value; in ep93xx_mac_reset() local 557 unsigned short value = 0; in ep93xx_miiphy_read() local 609 int reg, u16 value) in ep93xx_miiphy_write()
|
| /openbmc/telemetry/src/utils/ |
| H A D | labeled_tuple.hpp | 99 static constexpr bool value = member 119 static constexpr bool value = member 286 tuple_type value; member
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | pci-pc.c | 95 static void qpci_pc_config_writeb(QPCIBus *bus, int devfn, uint8_t offset, uint8_t value) in qpci_pc_config_writeb() 101 static void qpci_pc_config_writew(QPCIBus *bus, int devfn, uint8_t offset, uint16_t value) in qpci_pc_config_writew() 107 static void qpci_pc_config_writel(QPCIBus *bus, int devfn, uint8_t offset, uint32_t value) in qpci_pc_config_writel()
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | file_io_type_dump.cpp | 228 PropertyValue value{ in fileAck() local 256 PropertyValue value = static_cast<uint32_t>(val); in fileAck() local 303 PropertyValue value{true}; in fileAck() local
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | filter_expr_executor.cpp | 33 time_utils::usSinceEpoch value = time_utils::usSinceEpoch::zero(); member 378 bool value = (*this)(x.first); in operator ()() local 388 bool value = (*this)(x.first); in operator ()() local
|
| /openbmc/estoraged/src/ |
| H A D | estoraged.cpp | 80 [this](bool& value) { in EStoraged() 102 [this](bool& value) { in EStoraged() 110 [this](Drive::DriveEncryptionState& value) { in EStoraged()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | test-x86-cpuid-compat.c | 39 QBool *value = qobject_to(QBool, qom_get(path, prop)); in qom_get_bool() local 56 QNum *value; in test_cpuid_prop() local 149 uint32_t value; in test_feature_flag() local
|
| /openbmc/qemu/hw/dma/ |
| H A D | sifive_pdma.c | 303 hwaddr offset, uint64_t value) in sifive_pdma_writeq() 330 hwaddr offset, uint32_t value) in sifive_pdma_writel() 413 uint64_t value, unsigned size) in sifive_pdma_write()
|
| /openbmc/qemu/net/ |
| H A D | filter-rewriter.c | 329 static void reset_seq_offset(gpointer key, gpointer value, gpointer user_data) in reset_seq_offset() 337 gpointer value, in offset_is_nonzero() 398 bool value, in filter_rewriter_set_vnet_hdr()
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | mvebu_gpio.c | 38 int value) in mvebu_gpio_direction_output() 66 int value) in mvebu_gpio_set_value()
|
| H A D | 74x164_gpio.c | 72 int value) in gen_74x164_set_value() 97 int value) in gen_74x164_direction_output()
|
| /openbmc/u-boot/drivers/power/ |
| H A D | twl6030.c | 223 u8 value = 0; in twl6030_power_mmc_init() local 255 u8 value = 0; in twl6030_usb_device_settings() local
|
| /openbmc/u-boot/test/py/tests/ |
| H A D | test_env.py | 113 def set_var(state_test_env, var, value): argument 153 def validate_set(state_test_env, var, value): argument
|
| /openbmc/u-boot/tools/ |
| H A D | rkmux.py | 63 def __exit__(self, type, value, traceback): argument 168 def out_enum(field, suffix, value, skip_val=False): argument
|
| /openbmc/qemu/hw/ppc/ |
| H A D | mpc8544_guts.c | 78 uint32_t value = 0; in mpc8544_guts_read() local 106 uint64_t value, unsigned size) in mpc8544_guts_write()
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/usb/ |
| H A D | usb_manager.cpp | 141 utils::PropertyValue value = in setApplyTime() local 159 utils::PropertyValue value = in setRequestedActivation() local
|
| /openbmc/qemu/hw/nvram/ |
| H A D | mac_nvram.c | 44 uint64_t value, unsigned size) in macio_nvram_writeb() 63 uint32_t value; in macio_nvram_readb() local
|
| /openbmc/qemu/hw/misc/ |
| H A D | imx6_src.c | 91 uint32_t value = 0; in imx6_src_read() local 150 static void imx6_src_write(void *opaque, hwaddr offset, uint64_t value, in imx6_src_write()
|
| H A D | imx7_src.c | 107 uint32_t value = 0; in imx7_src_read() local 167 static void imx7_src_write(void *opaque, hwaddr offset, uint64_t value, in imx7_src_write()
|
| H A D | mchp_pfsoc_dmc.c | 88 uint64_t value, unsigned size) in mchp_pfsoc_ddr_sgmii_phy_write() 171 uint64_t value, unsigned size) in mchp_pfsoc_ddr_cfg_write()
|
| /openbmc/qemu/qom/ |
| H A D | object.c | 499 const char *value, bool optional) in object_register_sugar_prop() 682 gpointer key, value; in object_property_del_child() local 882 const char *value = va_arg(vargs, char *); in object_set_propv() local 1103 static void object_class_foreach_tramp(gpointer key, gpointer value, in object_class_foreach_tramp() 1455 const char *value, Error **errp) in object_property_set_str() 1488 Object *value, Error **errp) in object_property_set_link() 1517 bool value, Error **errp) in object_property_set_bool() 1550 int64_t value, Error **errp) in object_property_set_int() 1600 void object_property_set_default_bool(ObjectProperty *prop, bool value) in object_property_set_default_bool() 1605 void object_property_set_default_str(ObjectProperty *prop, const char *value) in object_property_set_default_str() [all …]
|
| /openbmc/phosphor-time-manager/test/ |
| H A D | TestManager.cpp | 22 void notifyPropertyChanged(const std::string& key, const std::string& value) in notifyPropertyChanged()
|
| /openbmc/pyphosphor/obmc/utils/ |
| H A D | misc.py | 33 def find_case_insensitive(value, lst): argument
|
| /openbmc/u-boot/arch/arm/mach-davinci/ |
| H A D | pinmux.c | 50 const unsigned int value = pins[i].value << offset; in davinci_configure_pin_mux() local
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | virtio-dmabuf.h | 27 gpointer value; member
|