Home
last modified time | relevance | path

Searched defs:value (Results 226 – 250 of 2001) sorted by relevance

12345678910>>...81

/openbmc/qemu/include/qemu/
H A Dbitops.h515 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()
H A Dqtree.h136 gpointer value) in q_tree_insert()
143 gpointer value) in q_tree_replace()
169 gpointer *value) in q_tree_lookup_extended()
/openbmc/u-boot/drivers/gpio/
H A Dat91_gpio.c251 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()
H A Dhi6220_gpio.c26 int value) in hi6220_gpio_set_value()
35 int value) in hi6220_gpio_direction_output()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A DCOW.py54 def __setitem__(cls, key, value): argument
177 def add(cls, value): argument
180 def remove(cls, value): argument
183 def __in__(cls, value): argument
H A Dcodeparser.py417 def parse_shell(self, value): argument
442 def _parse_shell(self, value): argument
456 def function_definition(value): argument
460 def case_clause(value): argument
468 def if_clause(value): argument
476 def simple_command(value): argument
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_cert.cpp149 PropertyValue value{str}; in write() local
189 PropertyValue value{"xyz.openbmc_project.Certs.Entry.State.BadCSR"}; in write() local
283 PropertyValue value{status}; in newFileAvailableWithMetaData() local
322 PropertyValue value = "xyz.openbmc_project.Certs.Entry.State.Pending"; in fileAckWithMetaData() local
/openbmc/qemu/hw/misc/
H A Dimx6_ccm.c468 uint32_t value = 0; in imx6_ccm_read() local
479 static void imx6_ccm_write(void *opaque, hwaddr offset, uint64_t value, in imx6_ccm_write()
496 uint32_t value; in imx6_analog_read() local
586 static void imx6_analog_write(void *opaque, hwaddr offset, uint64_t value, in imx6_analog_write()
/openbmc/qemu/hw/char/
H A Dimx_serial.c98 static void imx_serial_rx_fifo_push(IMXSerialState *s, uint32_t value) in imx_serial_rx_fifo_push()
192 uint64_t value; in imx_serial_read() local
277 uint64_t value, unsigned size) in imx_serial_write()
393 static void imx_put_data(void *opaque, uint32_t value) in imx_put_data()
/openbmc/phosphor-logging/phosphor-rsyslog-config/
H A Dserver-conf.cpp124 std::string Server::address(std::string value) in address()
163 uint16_t Server::port(uint16_t value) in port()
193 NetworkClient::TransportProtocol value) in transportProtocol()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dversion.cpp50 auto value = key + "="; in getValues() local
91 std::string value = substr.substr(pos + 1); in getExtVersionInfo() local
/openbmc/qemu/tests/qtest/
H A Dast2700-gpio-test.c21 uint32_t value = 0; in test_output_pins() local
49 uint32_t value = 0; in test_input_pins() local
/openbmc/qemu/common-user/
H A Dsafe-syscall-error.c21 long safe_syscall_set_errno_tail(int value) in safe_syscall_set_errno_tail()
/openbmc/qemu/hw/arm/
H A Domap1.c64 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 Dopenbmc_intf.c875 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 …]
/openbmc/phosphor-time-manager/
H A Dutils.hpp46 std::variant<T> value{}; in getProperty() local
74 const std::string& propertyName, T& value) in setProperty()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dpmbus_utils_tests.cpp148 uint16_t value; in TEST() local
199 uint16_t value; in TEST() local
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dpmbus_utils.hpp139 inline double convertFromLinear(uint16_t value) in convertFromLinear()
180 inline double convertFromVoutLinear(uint16_t value, int8_t exponent) in convertFromVoutLinear()
/openbmc/qemu/hw/nvram/
H A Dbcm2835_otp.c28 uint32_t value) in bcm2835_otp_set_row()
88 uint64_t value, unsigned int size) in bcm2835_otp_write()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-access.h73 uint16_t value) in virtio_stw_phys()
85 uint32_t value) in virtio_stl_phys()
191 hwaddr pa, uint16_t value) in virtio_stw_phys_cached()
202 hwaddr pa, uint32_t value) in virtio_stl_phys_cached()
/openbmc/phosphor-power/phosphor-regulators/config_files/
H A DBonnell.json11 { "i2c_write_byte": { "register": "0x00", "value": "0x00" } } string
19 { "i2c_write_byte": { "register": "0x00", "value": "0x01" } } string
75 "i2c_write_byte": { "register": "0x01", "value": "0x80" } string
92 "i2c_write_byte": { "register": "0x01", "value": "0xB0" } string
H A DEverest.json11 { "i2c_write_byte": { "register": "0x00", "value": "0x00" } } string
19 { "i2c_write_byte": { "register": "0x00", "value": "0x01" } } string
75 "i2c_write_byte": { "register": "0x01", "value": "0x80" } string
92 "i2c_write_byte": { "register": "0x01", "value": "0xB0" } string
H A DFuji.json9 { "i2c_write_byte": { "register": "0x00", "value": "0x00" } } string
17 { "i2c_write_byte": { "register": "0x00", "value": "0x01" } } string
73 "i2c_write_byte": { "register": "0x01", "value": "0x80" } string
90 "i2c_write_byte": { "register": "0x01", "value": "0xB0" } string
H A DBalcones.json11 { "i2c_write_byte": { "register": "0x00", "value": "0x00" } } string
19 { "i2c_write_byte": { "register": "0x00", "value": "0x01" } } string
75 "i2c_write_byte": { "register": "0x01", "value": "0x80" } string
92 "i2c_write_byte": { "register": "0x01", "value": "0xB0" } string
/openbmc/telemetry/tests/src/params/
H A Dmetric_params.hpp49 MetricParams& readings(std::vector<std::pair<Milliseconds, double>> value) in readings()
76 MetricParams& expectedIsTimerRequired(bool value) in expectedIsTimerRequired()

12345678910>>...81