| /openbmc/u-boot/drivers/power/mfd/ |
| H A D | fg_max77693.c | 18 u16 value; in max77693_get_vcell() local 34 u16 value; in max77693_get_soc() local
|
| /openbmc/phosphor-led-manager/fault-monitor/ |
| H A D | operational-status-monitor.cpp | 32 const bool* value = std::get_if<bool>(&it->second); in matchHandler() local 88 const std::vector<std::string>& ledGroupPaths, bool value) in updateAssertedProperty()
|
| /openbmc/phosphor-power/phosphor-power-supply/ |
| H A D | util.cpp | 44 int value = -1; in read() local 78 void GPIOInterface::write(int value, std::bitset<32> flags) in write()
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | virtio_gpio.h | 46 uint32_t value; member 51 uint8_t value; member 56 uint8_t value[]; member
|
| /openbmc/phosphor-health-monitor/ |
| H A D | health_metric_collection.cpp | 126 double value; in readMemory() local 158 auto value = memoryValues.at(config.subType) * 1024; in readMemory() local 179 double value = buffer.f_bfree * buffer.f_frsize; in readStorage() local
|
| /openbmc/qemu/hw/nvram/ |
| H A D | aspeed_otp.c | 28 uint32_t value, uint32_t prog_bit) in valid_program_data() 61 uint32_t prog_bit, uint32_t *value) in program_otpmem_data() 86 uint32_t otp_offset, value; in aspeed_otp_write() local
|
| /openbmc/qemu/hw/intc/ |
| H A D | arm_gicv3_dist.c | 222 uint8_t value) in gicd_write_ipriorityr() 322 uint64_t value, MemTxAttrs attrs) in gicd_writeb() 362 uint64_t value, MemTxAttrs attrs) in gicd_writew() 490 uint32_t value = 0; in gicd_readl() local 507 uint32_t value = 0; in gicd_readl() local 606 uint64_t value, MemTxAttrs attrs) in gicd_writel() 820 uint64_t value, MemTxAttrs attrs) in gicd_writeq()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | aspeed-smc-utils.c | 42 uint32_t value) in spi_writel() 53 uint8_t value) in flash_writeb() 59 uint32_t value) in flash_writel() 76 static void spi_conf(const AspeedSMCTestData *data, uint32_t value) in spi_conf() 84 static void spi_conf_remove(const AspeedSMCTestData *data, uint32_t value) in spi_conf_remove() 92 static void spi_ce_ctrl(const AspeedSMCTestData *data, uint32_t value) in spi_ce_ctrl() 131 static void spi_ctrl_set_io_mode(const AspeedSMCTestData *data, uint32_t value) in spi_ctrl_set_io_mode()
|
| /openbmc/qemu/tests/qtest/migration/ |
| H A D | migration-qmp.c | 143 bool value) in migrate_set_capability() 398 long long value) in migrate_check_parameter_int() 407 long long value) in migrate_set_parameter_int() 429 const char *value) in migrate_check_parameter_str() 436 const char *value) in migrate_set_parameter_str() 459 int value) in migrate_check_parameter_bool() 468 int value) in migrate_set_parameter_bool()
|
| /openbmc/telemetry/src/ |
| H A D | on_change_threshold.cpp | 55 Milliseconds timestamp, double value) in sensorUpdated() 66 void OnChangeThreshold::commit(const std::string& sensorName, double value) in commit()
|
| /openbmc/qemu/include/system/ |
| H A D | replay.h | 80 #define REPLAY_CLOCK(clock, value) \ argument 87 #define REPLAY_CLOCK_LOCKED(clock, value) \ argument
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-string-output-visitor.c | 72 int64_t value = 42; in test_visitor_out_int() local 88 int64_t value[] = {0, 1, 9, 10, 16, 15, 14, in test_visitor_out_intList() local 118 bool value = true; in test_visitor_out_bool() local 130 double value = 3.1415926535897932; in test_visitor_out_number() local
|
| /openbmc/qemu/target/ppc/ |
| H A D | power8-pmu.c | 289 void helper_store_mmcr0(CPUPPCState *env, target_ulong value) in helper_store_mmcr0() 301 void helper_store_mmcr1(CPUPPCState *env, uint64_t value) in helper_store_mmcr1() 310 void helper_store_mmcrA(CPUPPCState *env, uint64_t value) in helper_store_mmcrA() 324 void helper_store_pmc(CPUPPCState *env, uint32_t sprn, uint64_t value) in helper_store_pmc()
|
| /openbmc/libcper/examples/ |
| H A D | memory.json | 23 "value": 4, number 64 "value": 16, number 77 "value": 52608 number 80 "value": 0, number
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | spear_gpio.c | 34 int gpio_set_value(unsigned gpio, int value) in gpio_set_value() 79 int gpio_direction_output(unsigned gpio, int value) in gpio_direction_output()
|
| H A D | at91_gpio.c | 251 int value) in at91_set_port_output() 270 int at91_set_pio_output(unsigned port, u32 pin, int value) in at91_set_pio_output() 414 int value) in at91_set_port_value() 428 int at91_set_pio_value(unsigned port, unsigned pin, int value) in at91_set_pio_value() 480 int gpio_direction_output(unsigned gpio, int value) in gpio_direction_output() 493 int gpio_set_value(unsigned gpio, int value) in gpio_set_value() 520 int value) in at91_gpio_direction_output() 539 int value) in at91_gpio_set_value()
|
| /openbmc/u-boot/drivers/usb/ulpi/ |
| H A D | ulpi-viewport.c | 75 static int ulpi_request(struct ulpi_viewport *ulpi_vp, u32 value) in ulpi_request() 92 int ulpi_write(struct ulpi_viewport *ulpi_vp, u8 *reg, u32 value) in ulpi_write()
|
| /openbmc/phosphor-power/phosphor-regulators/src/ |
| H A D | dbus_sensor.cpp | 70 SensorType type, double value, const std::string& rail, in DBusSensor() 137 void DBusSensor::setValue(double value) in setValue() 284 bool DBusSensor::shouldUpdateValue(double value) in shouldUpdateValue()
|
| /openbmc/u-boot/include/ |
| H A D | mpc106.h | 68 #define PICR1_CF_CBA(value) ((value & 0xff) << 24) argument 69 #define PICR1_CF_BREAD_WS(value) ((value & 0x3) << 22) argument 83 #define PICR2_CF_SNOOP_WS(value) ((value & 0x3) << 18) argument 85 #define PICR2_CF_L2_HIT_DELAY(value) ((value & 0x3) << 9) argument 86 #define PICR2_CF_APHASE_WS(value) ((value & 0x3) << 2) argument
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | sensordatahandler.cpp | 89 for (const auto& value : std::get<OffsetValueMap>(values)) in mapDbusToAssertion() local 133 for (const auto& value : std::get<OffsetValueMap>(values)) in mapDbusToEventdata2() local 254 for (const auto& value : std::get<OffsetValueMap>(property.second)) in assertion() local 340 for (const auto& value : std::get<OffsetValueMap>(property.second)) assertion() local 363 for (const auto& value : assertion() local [all...] |
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci_tegra.c | 240 static void afi_writel(struct tegra_pcie *pcie, unsigned long value, in afi_writel() 251 static void pads_writel(struct tegra_pcie *pcie, unsigned long value, in pads_writel() 270 static void rp_writel(struct tegra_pcie_port *port, unsigned long value, in rp_writel() 316 unsigned long address, value; in pci_tegra_read_config() local 344 uint offset, ulong value, in pci_tegra_write_config() 609 unsigned long value; in tegra_pcie_power_on() local 657 u32 value; in tegra_pcie_pll_wait() local 671 u32 value; in tegra_pcie_phy_enable() local 728 u32 value; local 895 unsigned long value; local [all …]
|
| /openbmc/qemu/util/ |
| H A D | qtree.c | 88 gpointer value; /* value stored at this node */ member 120 gpointer value) in q_tree_node_new() 445 gpointer value) in q_tree_insert_node() 474 gpointer value) in q_tree_insert() 502 gpointer value) in q_tree_replace_node() 529 gpointer value) in q_tree_replace() 538 gpointer value, in q_tree_insert_internal() 986 gpointer *value) in q_tree_lookup_extended()
|
| /openbmc/qemu/include/qemu/ |
| H A D | bitops.h | 515 static inline uint32_t extract32(uint32_t value, int start, int length) in extract32() 534 static inline uint8_t extract8(uint8_t value, int start, int length) in extract8() 553 static inline uint16_t extract16(uint16_t value, int start, int length) in extract16() 572 static inline uint64_t extract64(uint64_t value, int start, int length) in extract64() 594 static inline int32_t sextract32(uint32_t value, int start, int length) in sextract32() 619 static inline int64_t sextract64(uint64_t value, int start, int length) in sextract64() 645 static inline uint32_t deposit32(uint32_t value, int start, int length, in deposit32() 671 static inline uint64_t deposit64(uint64_t value, int start, int length, in deposit64()
|
| /openbmc/qemu/hw/arm/ |
| H A D | omap1.c | 64 uint32_t value) in omap_badwidth_write8() 82 uint32_t value) in omap_badwidth_write16() 100 uint32_t value) in omap_badwidth_write32() 230 uint64_t value, unsigned size) in omap_mpu_timer_write() 337 uint64_t value, unsigned size) in omap_wd_timer_write() 462 uint64_t value, unsigned size) in omap_os_timer_write() 582 uint16_t diff, uint16_t value) in omap_ulpd_clk_update() 591 uint16_t diff, uint16_t value) in omap_ulpd_req_update() 604 uint64_t value, unsigned size) in omap_ulpd_pm_write() 823 uint32_t diff, uint32_t value) in omap_pin_funcmux0_update() [all …]
|
| /openbmc/skeleton/libopenbmc_intf/ |
| H A D | openbmc_intf.c | 875 hwmon_set_poll_interval (Hwmon *object, gint value) in hwmon_set_poll_interval() 913 gchar *value; in hwmon_dup_sysfs_path() local 928 hwmon_set_sysfs_path (Hwmon *object, const gchar *value) in hwmon_set_sysfs_path() 961 hwmon_set_scale (Hwmon *object, gint value) in hwmon_set_scale() 1009 GValue *value, in hwmon_proxy_get_property() 1056 const GValue *value, in hwmon_proxy_set_property() 1148 gint value = 0; in hwmon_proxy_get_poll_interval() local 1163 const gchar *value = NULL; in hwmon_proxy_get_sysfs_path() local 1178 gint value = 0; in hwmon_proxy_get_scale() local 1509 GValue value = G_VALUE_INIT; in _hwmon_skeleton_handle_get_property() local [all …]
|