/openbmc/qemu/hw/usb/ |
H A D | chipidea.c | 30 uint64_t value, unsigned size) in chipidea_write() 71 uint64_t value, unsigned size) in chipidea_dc_write()
|
/openbmc/qemu/hw/watchdog/ |
H A D | wdt_imx2.c | 74 uint16_t value = 0; in imx2_wdt_read() local 149 uint64_t value, unsigned int size) in imx2_wdt_write()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | ramtest.c | 12 static void write_phys(unsigned long addr, u32 value) in write_phys()
|
/openbmc/u-boot/drivers/sysreset/ |
H A D | sysreset_x86.c | 18 int value; in x86_sysreset_request() local
|
/openbmc/u-boot/include/ |
H A D | debug_uart.h | 113 #define serial_dout(reg, value) \ argument
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | journal.cpp | 33 const auto& value = std::get<valueIndex>(storage.get()); in operator ()() local
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/tc/ |
H A D | generate_metadata.py | 11 def add_field_to_metadata(value): argument
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | json_utils.hpp | 69 char value[valueSize]; in getNumberString() local
|
/openbmc/phosphor-virtual-sensor/src/ |
H A D | dbusUtils.hpp | 20 Value value; in getDbusProperty() local
|
H A D | dbusSensor.hpp | 51 double value = std::numeric_limits<double>::quiet_NaN(); member in phosphor::virtual_sensor::DbusSensor
|
/openbmc/qemu/block/ |
H A D | qapi.c | 791 QNum *value = qobject_to(QNum, obj); in dump_qobject() local 798 QString *value = qobject_to(QString, obj); in dump_qobject() local 803 QDict *value = qobject_to(QDict, obj); in dump_qobject() local 808 QList *value = qobject_to(QList, obj); in dump_qobject() local 813 QBool *value = qobject_to(QBool, obj); in dump_qobject() local
|
/openbmc/phosphor-fan-presence/control/ |
H A D | zone.hpp | 164 const char* property, T value) in setPropertyValue() 180 const std::string& property, T value) in setPropertyValue() 241 std::optional<T> value; in getPropertyValueVisitor() local 616 T value; in getPropertyByName() local
|
/openbmc/qemu/hw/pci-host/ |
H A D | i440fx.c | 144 uint32_t value; in i440fx_pcihost_get_pci_hole_start() local 158 uint32_t value; in i440fx_pcihost_get_pci_hole_end() local 178 uint64_t value; in i440fx_pcihost_get_pci_hole64_start_value() local 211 uint64_t value, hole64_end; in i440fx_pcihost_get_pci_hole64_end() local
|
/openbmc/qemu/hw/arm/ |
H A D | armv7m.c | 62 static MemTxResult bitband_write(void *opaque, hwaddr offset, uint64_t value, in bitband_write() 134 uint64_t value, unsigned size, in v7m_sysreg_ns_write() 181 uint64_t value, unsigned size, in v7m_systick_write() 230 uint64_t value, unsigned size, in ppb_default_write()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | pm8916_gpio.c | 54 bool input, int value) in pm8916_gpio_set_direction() 109 int value) in pm8916_gpio_direction_output() 150 int value) in pm8916_gpio_set_value()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | mv88e6352.c | 86 u16 value; in sw_reg_write() local 235 u16 value = 0, phyaddr, reg, port; in do_mvsw_reg_read() local 250 u16 value = 0, phyaddr, reg, port; in do_mvsw_reg_write() local
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_cmdline.c | 100 const char* value) { in cmdline_append_option() 139 static size_t uint64_to_base10(uint64_t value, in uint64_to_base10() 179 uint64_t value) { in cmdline_append_uint64_base10()
|
/openbmc/qemu/hw/xen/ |
H A D | xen-bus-helper.c | 75 char *path, *value; in xs_node_vprintf() local 108 char *value; in xs_node_vscanf() local 146 char *path, *value; in xs_node_read() local
|
/openbmc/qemu/crypto/ |
H A D | secret_common.c | 196 int value, in qcrypto_secret_prop_set_format() 215 const char *value, in qcrypto_secret_prop_set_iv() 236 const char *value, in qcrypto_secret_prop_set_keyid()
|
/openbmc/entity-manager/src/entity_manager/ |
H A D | dbus_interface.cpp | 104 static bool checkArrayElementsSameType(nlohmann::json& value) in checkArrayElementsSameType() argument 124 const nlohmann::json& value, nlohmann::json::value_t type, in getDBusType() argument 152 const nlohmann::json& key, const nlohmann::json& value, in populateInterfacePropertyFromJson() argument [all...] |
/openbmc/u-boot/drivers/pci/ |
H A D | pci_msc01.c | 65 int where, u32 *value) in msc01_read_config_dword() 74 int where, u32 value) in msc01_write_config_dword()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorutils.cpp | 261 uint8_t scaleIPMIValueFromDouble(const double value, const int16_t mValue, in scaleIPMIValueFromDouble() 309 uint8_t getScaledIPMIValue(const double value, const double max, in getScaledIPMIValue()
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | cipher_mgmt.cpp | 159 uint4_t CipherConfig::convertToPrivLimitIndex(const std::string& value) in convertToPrivLimitIndex() 171 std::string CipherConfig::convertToPrivLimitString(const uint4_t& value) in convertToPrivLimitString()
|
/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
|