| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | io.h | 105 #define setbits(type, addr, set) \ argument 108 #define clrsetbits(type, addr, clear, set) \ argument 112 #define setbits_be32(addr, set) setbits(be32, addr, set) argument 113 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument 116 #define setbits_le32(addr, set) setbits(le32, addr, set) argument 117 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument 120 #define setbits_be16(addr, set) setbits(be16, addr, set) argument 121 #define clrsetbits_be16(addr, clear, set) clrsetbits(be16, addr, clear, set) argument 124 #define setbits_le16(addr, set) setbits(le16, addr, set) argument 125 #define clrsetbits_le16(addr, clear, set) clrsetbits(le16, addr, clear, set) argument [all …]
|
| /openbmc/witherspoon-pfault-analysis/ |
| H A D | gpio.cpp | 58 void GPIO::set(Value value) in set() function in witherspoon::gpio::GPIO
|
| /openbmc/phosphor-power/ |
| H A D | gpio.cpp | 58 void GPIO::set(Value value) in set() function in phosphor::gpio::GPIO
|
| /openbmc/dbus-sensors/src/adc/ |
| H A D | ADCSensor.hpp | 51 void set(int value) in set() function in BridgeGpio
|
| /openbmc/u-boot/drivers/power/regulator/ |
| H A D | tps65090_regulator.c | 49 static int tps65090_fet_set(struct udevice *pmic, int fet_id, bool set) in tps65090_fet_set() 52 u32 value; in tps65090_fet_set() local
|
| /openbmc/u-boot/board/synopsys/hsdk/ |
| H A D | env-lib.c | 71 u32 value = map[index].val->val; in env_validate_common() local 72 bool set = map[index].val->set; in env_validate_common() local 102 u32 value; in env_validate_core() local 103 bool set; in env_validate_core() local
|
| /openbmc/qemu/hw/gpio/ |
| H A D | aspeed_gpio.c | 303 uint32_t value, uint32_t mode_mask) in aspeed_gpio_update() 338 ptrdiff_t set = aspeed_gpio_set_idx(s, regs); in aspeed_gpio_update() local 366 uint32_t value = s->sets[set_idx].data_value; in aspeed_gpio_set_pin_level() local 397 uint32_t value) in update_value_control_source() 583 GPIOSets *set; in aspeed_gpio_read() local 584 uint32_t value = 0; in aspeed_gpio_read() local 668 GPIOSets *set; in aspeed_gpio_write_index_mode() local 813 GPIOSets *set; in aspeed_gpio_write() local 1007 GPIOSets *set; in aspeed_gpio_2700_read_control_reg() local 1008 uint64_t value = 0; in aspeed_gpio_2700_read_control_reg() local [all …]
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci-uclass.c | 260 unsigned long value, enum pci_size_t size) in pci_bus_write_config() 271 u32 clr, u32 set) in pci_bus_clrset_config32() 285 int pci_write_config(pci_dev_t bdf, int offset, unsigned long value, in pci_write_config() 298 int dm_pci_write_config(struct udevice *dev, int offset, unsigned long value, in dm_pci_write_config() 309 int pci_write_config32(pci_dev_t bdf, int offset, u32 value) in pci_write_config32() 314 int pci_write_config16(pci_dev_t bdf, int offset, u16 value) in pci_write_config16() 319 int pci_write_config8(pci_dev_t bdf, int offset, u8 value) in pci_write_config8() 324 int dm_pci_write_config8(struct udevice *dev, int offset, u8 value) in dm_pci_write_config8() 329 int dm_pci_write_config16(struct udevice *dev, int offset, u16 value) in dm_pci_write_config16() 334 int dm_pci_write_config32(struct udevice *dev, int offset, u32 value) in dm_pci_write_config32() [all …]
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | devtool | 77 def set(self, section, option, value): member in ConfigHandler
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | sensordatahandler.hpp | 248 double value{}; readingData() local 457 double value = std::get<T>(iter->second) * readingData() local 504 namespace set global() namespace 545 std::variant<T> value = static_cast<T>( readingAssertion() local 575 std::variant<T> value = raw_value; readingData() local [all...] |
| 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 203 namespace set namespace 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/openbmc/poky/scripts/esdk-tools/ |
| H A D | devtool | 79 set(self, section, option, value) global() argument
|
| /openbmc/qemu/system/ |
| H A D | qemu-seccomp.c | 38 uint8_t set; member 367 const char *value = NULL; in parse_sandbox() local
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_nested.c | 631 static void copy_state_8to8(void *a, void *b, bool set) in copy_state_8to8() 642 static void copy_state_4to4(void *a, void *b, bool set) in copy_state_4to4() 651 static void copy_state_16to16(void *a, void *b, bool set) in copy_state_16to16() 670 static void copy_state_4to8(void *a, void *b, bool set) in copy_state_4to8() 679 static void copy_state_pagetbl(void *a, void *b, bool set) in copy_state_pagetbl() 705 static void copy_state_proctbl(void *a, void *b, bool set) in copy_state_proctbl() 726 static void copy_state_runbuf(void *a, void *b, bool set) in copy_state_runbuf() 752 static void out_buf_min_size(void *a, void *b, bool set) in out_buf_min_size() 763 static void copy_logical_pvr(void *a, void *b, bool set) in copy_logical_pvr() 808 static void copy_tb_offset(void *a, void *b, bool set) in copy_tb_offset() [all …]
|
| /openbmc/u-boot/drivers/power/pmic/ |
| H A D | pmic-uclass.c | 149 int pmic_reg_write(struct udevice *dev, uint reg, uint value) in pmic_reg_write() 167 int pmic_clrsetbits(struct udevice *dev, uint reg, uint clr, uint set) in pmic_clrsetbits()
|
| /openbmc/qemu/hw/misc/ |
| H A D | bcm2835_mbox.c | 98 uint32_t value; in bcm2835_mbox_update() local 99 bool set; in bcm2835_mbox_update() local 196 uint64_t value, unsigned size) in bcm2835_mbox_write()
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | spdx30.py | 43 def validate(self, value): argument 52 def set(self, value): member in Property 55 def check_min_count(self, value, min_count): argument 58 def check_max_count(self, value, max_count): argument 61 def elide(self, value): argument 64 def walk(self, value, callback, path): argument 67 def iter_objects(self, value, recursive, visited): argument 70 def link_prop(self, value, objectset, missing, visited): argument 73 def to_string(self, value): argument 77 def encode(self, encoder, value, state): argument [all …]
|
| /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() 1239 ObjectPropertyAccessor *set, in object_property_try_add() 1290 ObjectPropertyAccessor *set, in object_property_add() 1303 ObjectPropertyAccessor *set, in object_class_property_add() 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() [all …]
|
| /openbmc/u-boot/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtk-common.c | 69 void mtk_rmw(struct udevice *dev, u32 reg, u32 mask, u32 set) in mtk_rmw() 144 struct mtk_pin_field *pf, int value) in mtk_hw_write_cross_field() 158 struct mtk_pin_field *pf, int *value) in mtk_hw_read_cross_field() 171 int value) in mtk_hw_set_value() 190 int *value) in mtk_hw_get_value()
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | mscc_sgpio.c | 95 u32 rno, u32 off, u32 clear, u32 set) in sgpio_clrsetbits() 115 unsigned int gpio, int value) in mscc_sgpio_direction_output() 148 unsigned int gpio, int value) in mscc_sgpio_set_value()
|
| /openbmc/qemu/ui/ |
| H A D | input-barrier.h | 96 int value; member 109 struct barrierSet set; member
|
| /openbmc/qemu/accel/tcg/ |
| H A D | tb-maint.c | 526 static gboolean page_entry_lock(gpointer key, gpointer value, gpointer data) in page_entry_lock() 534 static gboolean page_entry_unlock(gpointer key, gpointer value, gpointer data) in page_entry_unlock() 549 static bool page_trylock_add(struct page_collection *set, tb_page_addr_t addr) in page_trylock_add() 605 struct page_collection *set = g_malloc(sizeof(*set)); in page_collection_lock() local 647 static void page_collection_unlock(struct page_collection *set) in page_collection_unlock()
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | cell.rs | 255 value: UnsafeCell<T>, field 351 pub fn set(&self, val: T) { in set() method 473 value: UnsafeCell<T>, field 608 let value = unsafe { NonNull::new_unchecked(self.value.get()) }; in borrow() localVariable 662 let value = unsafe { NonNull::new_unchecked(self.value.get()) }; in borrow_mut() localVariable 822 value: NonNull<T>, field 903 value: NonNull<T>, field 955 value: UnsafeCell<MaybeUninit<T>>, field
|
| /openbmc/qemu/target/ppc/ |
| H A D | mmu_helper.c | 175 target_ulong value) in dump_store_bat() 182 void helper_store_ibatu(CPUPPCState *env, uint32_t nr, target_ulong value) in helper_store_ibatu() 209 void helper_store_ibatl(CPUPPCState *env, uint32_t nr, target_ulong value) in helper_store_ibatl() 215 void helper_store_dbatu(CPUPPCState *env, uint32_t nr, target_ulong value) in helper_store_dbatu() 242 void helper_store_dbatl(CPUPPCState *env, uint32_t nr, target_ulong value) in helper_store_dbatl() 342 void helper_store_sr(CPUPPCState *env, target_ulong srnum, target_ulong value) in helper_store_sr() 463 unsigned set = extract64(rb, PPC_BIT_NR(51), 12); in helper_tlbie_isa300() local 855 target_ulong value) in helper_440_tlbwe()
|
| /openbmc/qemu/hw/timer/ |
| H A D | hpet.c | 127 static uint64_t ticks_to_ns(uint64_t value) in ticks_to_ns() 132 static uint64_t ns_to_ticks(uint64_t value) in ns_to_ticks() 187 static void update_irq(struct HPETTimer *timer, int set) in update_irq() 477 uint64_t value, unsigned size) in hpet_ram_write()
|