| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | tach_sensor.cpp | 59 T& value) in readProperty()
|
| /openbmc/qemu/scripts/ |
| H A D | minikconf.py | 147 def __init__(self, dest, value): argument 157 def __init__(self, dest, value, cond=None): argument 695 name, value = m.groups() variable
|
| /openbmc/qemu/hw/pci/ |
| H A D | shpc.c | 127 static const char *shpc_led_state_to_str(uint8_t value) in shpc_led_state_to_str() 141 static const char *shpc_slot_state_to_str(uint8_t value) in shpc_slot_state_to_str() 165 int slot, uint8_t value, uint16_t msk) in shpc_set_status()
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | utils.py | 397 def _print_exception(t, value, tb, realfile, text, context): argument 1713 def layerlist_param(value): argument 1894 def ioprio_set(who, cls, value): argument
|
| /openbmc/qemu/hw/intc/ |
| H A D | armv7m_nvic.c | 1517 uint32_t value = cpu->env.v7m.fpccr[M_REG_S]; in nvic_readl() local 1554 static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, in nvic_writel() 2341 uint64_t value, unsigned size, in nvic_sysreg_write()
|
| H A D | loongson_liointc.c | 160 uint32_t value = val64; in liointc_write() local
|
| /openbmc/libpldm/include/libpldm/ |
| H A D | pldm_types.h | 39 uint16_t value; member 61 uint32_t value; member 99 uint64_t value; member
|
| /openbmc/openbmc/poky/bitbake/lib/hashserv/ |
| H A D | sqlalchemy.py | 90 value = Column(Text) variable in Config 210 async def _set_config(self, name, value): argument
|
| /openbmc/u-boot/drivers/qe/ |
| H A D | uec.c | 627 unsigned short value = 0; in uec_miiphy_read() local 648 u16 value) in uec_miiphy_write()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | dm9000x.c | 576 DM9000_iow(int reg, u8 value) in DM9000_iow() 606 dm9000_phy_write(int reg, u16 value) in dm9000_phy_write()
|
| /openbmc/u-boot/drivers/pinctrl/rockchip/ |
| H A D | pinctrl-rockchip-core.c | 62 int mux, u32 *reg, u32 *value) in rockchip_get_mux_route() 569 const void *value; local
|
| /openbmc/u-boot/common/ |
| H A D | console.c | 24 static int on_console(const char *name, const char *value, enum env_op op, in on_console() 67 static int on_silent(const char *name, const char *value, enum env_op op, in on_silent()
|
| /openbmc/google-ipmi-sys/ |
| H A D | handler.cpp | 196 std::string value; in getCpldVersion() local 747 Value value; in accelGetVrSettings() local
|
| /openbmc/qemu/chardev/ |
| H A D | baum.c | 532 static void baum_send_key(BaumChardev *baum, uint8_t type, uint8_t value) in baum_send_key() 539 static void baum_send_key2(BaumChardev *baum, uint8_t type, uint8_t value, in baum_send_key2()
|
| /openbmc/qemu/hw/timer/ |
| H A D | pxa2xx_timer.c | 73 uint32_t value; member 272 uint64_t value, unsigned size) in pxa2xx_timer_write()
|
| /openbmc/qemu/hw/char/ |
| H A D | cadence_uart.c | 414 uint64_t value, unsigned size, MemTxAttrs attrs) in uart_write() 482 uint64_t *value, unsigned size, MemTxAttrs attrs) in uart_read()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | pcie.hpp | 380 [asyncResp](const boost::system::error_code& ec, const bool value) { in getPCIeDeviceHealth() 407 [asyncResp](const boost::system::error_code& ec, bool value) { in getPCIeDeviceState()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr.c | 376 MemoryDeviceInfo *value = info->value; in spapr_pc_dimm_node() local 1343 target_ulong value; member 1361 void spapr_set_all_lpcrs(target_ulong value, target_ulong mask) in spapr_set_all_lpcrs() 1374 void spapr_init_all_lpcrs(target_ulong value, target_ulong mask) in spapr_init_all_lpcrs() 3263 static void spapr_set_kvm_type(Object *obj, const char *value, Error **errp) in spapr_set_kvm_type() 3278 static void spapr_set_modern_hotplug_events(Object *obj, bool value, in spapr_set_modern_hotplug_events() 3308 static void spapr_set_resize_hpt(Object *obj, const char *value, Error **errp) in spapr_set_resize_hpt() 3332 static void spapr_set_vof(Object *obj, bool value, Error **errp) in spapr_set_vof() 3363 static void spapr_set_ic_mode(Object *obj, const char *value, Error **errp) in spapr_set_ic_mode() 3391 static void spapr_set_host_model(Object *obj, const char *value, Error **errp) in spapr_set_host_model() [all …]
|
| /openbmc/u-boot/board/freescale/common/ |
| H A D | ngpixis.h | 60 #define PIXIS_WRITE(reg, value) pixis_write(offsetof(ngpixis_t, reg), value) argument
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | g_dnl.c | 211 static int on_serialno(const char *name, const char *value, enum env_op op, in on_serialno()
|
| /openbmc/u-boot/arch/sh/include/asm/ |
| H A D | system.h | 135 #define set_mb(var, value) do { xchg(&var, value); } while (0) argument
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | serial.c | 49 static int on_baudrate(const char *name, const char *value, enum env_op op, in on_baudrate()
|
| /openbmc/qemu/include/hw/ssi/ |
| H A D | imx_spi.h | 78 #define EXTRACT(value, name) extract32(value, name##_SHIFT, name##_LENGTH) argument
|
| /openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
| H A D | hwinit.c | 489 u32 value = 0; in vmmc_pbias_config() local
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | gen_valid.py | 17 def set_exit_on_error(value): argument
|