/openbmc/linux/Documentation/hwmon/ |
H A D | corsair-psu.rst | 52 curr2_crit Current max critical value on the 12v psu rail 54 curr3_crit Current max critical value on the 5v psu rail 56 curr4_crit Current max critical value on the 3.3v psu rail 60 in1_crit Voltage max critical value on the 12v psu rail 61 in1_lcrit Voltage min critical value on the 12v psu rail 63 in2_crit Voltage max critical value on the 5v psu rail 64 in2_lcrit Voltage min critical value on the 5v psu rail 66 in3_crit Voltage max critical value on the 3.3v psu rail 67 in3_lcrit Voltage min critical value on the 3.3v psu rail 72 pwm1 PWM value, read only [all …]
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | collect_slot_vpd.cpp | 49 for (const auto& [key, value] : fruAssociationMap) in enableSlot() 51 if (entity.entity_instance_num == value.entity_instance_num && in enableSlot() 52 entity.entity_type == value.entity_type && in enableSlot() 53 entity.entity_container_id == value.entity_container_id) in enableSlot() 55 this->currentOnGoingSlotEntity.entity_type = value.entity_type; in enableSlot() 57 value.entity_instance_num; in enableSlot() 59 value.entity_container_id; in enableSlot() 60 processSlotOperations(key, value, stateFileValue); in enableSlot() 76 adapterObjPath = getAdapterObjPath(slotObjectPath).value(); in processSlotOperations() 172 bool value = std::get<bool>(itr->second); in createPresenceMatch() local [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
H A D | Value.interface.yaml | 118 value: airflow 120 value: altitude 122 value: current 124 value: energy 126 value: fan_tach 128 value: humidity 130 value: liquidflow 132 value: power 134 value: pressure 136 value: temperature [all …]
|
/openbmc/libcper/ |
H A D | common-utils.c | 18 UINT8 int_to_bcd(int value) in int_to_bcd() argument 22 while (value > 0) { in int_to_bcd() 23 result |= (value % 10) << (shift++ << 2); in int_to_bcd() 24 value /= 10; in int_to_bcd()
|
/openbmc/linux/drivers/fpga/ |
H A D | dfl-fme-error.c | 47 u64 value; in pcie0_errors_show() local 52 value = readq(base + PCIE0_ERROR); in pcie0_errors_show() 55 return sprintf(buf, "0x%llx\n", (unsigned long long)value); in pcie0_errors_show() 92 u64 value; in pcie1_errors_show() local 97 value = readq(base + PCIE1_ERROR); in pcie1_errors_show() 206 u64 value; in fme_errors_show() local 211 value = readq(base + FME_ERROR); in fme_errors_show() 253 u64 value; in first_error_show() local 258 value = readq(base + FME_FIRST_ERROR); in first_error_show() 270 u64 value; in next_error_show() local [all …]
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_ppi.c | 85 if (obj->package.elements[0].integer.value) in tpm_show_ppi_request() 100 if (obj->package.elements[0].integer.value) in tpm_show_ppi_request() 104 obj->package.elements[1].integer.value); in tpm_show_ppi_request() 141 &tmp[1].integer.value) != 2) in tpm_store_ppi_request() 165 ret = obj->integer.value; in tpm_store_ppi_request() 209 ret = obj->integer.value; in tpm_show_ppi_transition_action() 249 if (ret_obj[0].integer.value) { in tpm_show_ppi_response() 254 req = ret_obj[1].integer.value; in tpm_show_ppi_response() 255 res = ret_obj[2].integer.value; in tpm_show_ppi_response() 305 tmp.integer.value = i; in show_ppi_operations() [all …]
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-lock.txt | 69 --key=<value>:: 74 --field=<value>:: 105 --entries=<value>:: 125 --key=<value>:: 130 --field=<value>:: 149 --cpu=<value>:: 155 --pid=<value>:: 158 --tid=<value>:: 166 --max-stack=<value>:: 169 --stack-skip=<value>:: [all …]
|
/openbmc/linux/drivers/cpufreq/ |
H A D | pmac32-cpufreq.c | 456 const u32 *value; in pmac_cpufreq_init_MacRISC3() local 527 if (!value) in pmac_cpufreq_init_MacRISC3() 529 low_freq = (*value) / 1000; in pmac_cpufreq_init_MacRISC3() 536 if (!value) in pmac_cpufreq_init_MacRISC3() 538 hi_freq = (*value) / 1000; in pmac_cpufreq_init_MacRISC3() 577 const u32 *value; in pmac_cpufreq_init_750FX() local 584 if (!value) in pmac_cpufreq_init_750FX() 586 low_freq = (*value) / 1000; in pmac_cpufreq_init_750FX() 617 const u32 *value; in pmac_cpufreq_setup() local 629 if (!value) in pmac_cpufreq_setup() [all …]
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | varhandlers.c | 68 int value = 0; in spk_chartab_get_value() local 71 value = ALPHA; in spk_chartab_get_value() 73 value = B_CTL; in spk_chartab_get_value() 75 value = WDLM; in spk_chartab_get_value() 77 value = A_PUNC; in spk_chartab_get_value() 79 value = PUNC; in spk_chartab_get_value() 81 value = NUM; in spk_chartab_get_value() 83 value = A_CAP; in spk_chartab_get_value() 85 value = B_CAPSYM; in spk_chartab_get_value() 87 value = B_SYM; in spk_chartab_get_value() [all …]
|
/openbmc/bmcweb/include/ |
H A D | sessions.hpp | 210 if (value != nullptr) in fromJson() 214 xtoken = *value; in fromJson() 218 cookie = *value; in fromJson() 222 sessionToken = *value; in fromJson() 226 basic = *value; in fromJson() 230 tls = *value; in fromJson() 234 tlsStrict = *value; in fromJson() 382 if (value.second == nullptr) in removeSessionsByUsername() 386 return value.second->username == username; in removeSessionsByUsername() 394 if (value.second == nullptr) in removeSessionsByUsernameExceptSession() [all …]
|
/openbmc/qemu/hw/ide/ |
H A D | microdrive.c | 177 s->opt = value & 0xcf; in md_attr_write() 178 if (value & OPT_SRESET) { in md_attr_write() 184 if ((s->stat ^ value) & STAT_PWRDWN) { in md_attr_write() 188 s->stat |= value & 0x74; in md_attr_write() 194 s->pins |= value & PINS_MRDY; in md_attr_write() 301 ide_data_writew(&s->bus, 0, value); in md_common_write() 308 s->io = value & 0xff; in md_common_write() 313 s->io = value & 0xff; in md_common_write() 320 s->ctrl = value; in md_common_write() 321 if (value & CTRL_SRST) { in md_common_write() [all …]
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.c | 71 return value->pred.id >= '0' && value->pred.id <= '3'; in is_direct_predicate() 367 rvalue.imm.value = value; in gen_imm_value() 1804 *value = gen_rvalue_truncate(c, locp, value); in gen_setbits() 1805 len = hi->imm.value + 1 - lo->imm.value; in gen_setbits() 1910 gen_c_int_type(c, locp, value->bit_width, value->signedness); in gen_rvalue_simple_unary() 1932 gen_c_int_type(c, locp, value->bit_width, value->signedness); in gen_rvalue_notl() 1957 yyassert(c, locp, width->imm.value < value->bit_width, in gen_rvalue_sat() 1968 OUT(c, locp, &ovfl, ", ", &res, ", ", value, ", ", &width->imm.value, in gen_rvalue_sat() 1980 *value = gen_rvalue_extend(c, locp, value); in gen_rvalue_fscr() 2003 res = gen_tmp(c, locp, value->bit_width, value->signedness); in gen_rvalue_brev() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | dammit.py | 94 def quoted_attribute_value(self, value): argument 113 if '"' in value: 114 if "'" in value: 123 value = value.replace('"', replace_with) 144 value = cls.AMPERSAND_OR_BRACKET.sub( 148 value = cls.quoted_attribute_value(value) 149 return value 170 value = cls.quoted_attribute_value(value) 171 return value 446 if value: [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | dev-serial.c | 280 switch (value) { in usb_serial_handle_control() 298 if (value & FTDI_SET_RTS) { in usb_serial_handle_control() 299 if (value & FTDI_RTS) { in usb_serial_handle_control() 305 if (value & FTDI_SET_DTR) { in usb_serial_handle_control() 306 if (value & FTDI_DTR) { in usb_serial_handle_control() 328 int divisor = value & 0x3fff; in usb_serial_handle_control() 344 switch (value & 0xff) { in usb_serial_handle_control() 377 switch (value & FTDI_STOP) { in usb_serial_handle_control() 402 s->event_chr = value; in usb_serial_handle_control() 406 s->error_chr = value; in usb_serial_handle_control() [all …]
|
/openbmc/linux/drivers/pci/controller/mobiveil/ |
H A D | pcie-mobiveil-host.c | 52 u32 value; in mobiveil_pcie_map_bus() local 67 value = bus->number << PAB_BUS_SHIFT | in mobiveil_pcie_map_bus() 219 u32 value, pab_ctrl, type; in mobiveil_host_init() local 228 value &= 0xff000000; in mobiveil_host_init() 229 value |= 0x00ff0100; in mobiveil_host_init() 237 value = mobiveil_csr_readl(pcie, PCI_COMMAND); in mobiveil_host_init() 239 mobiveil_csr_writel(pcie, value, PCI_COMMAND); in mobiveil_host_init() 254 value |= APIO_EN_MASK; in mobiveil_host_init() 259 value |= 1 << PIO_ENABLE_SHIFT; in mobiveil_host_init() 294 value &= 0xff; in mobiveil_host_init() [all …]
|
/openbmc/telemetry/tests/src/ |
H A D | test_numeric_threshold.cpp | 87 double value; member 90 UpdateParams(size_t sensor, double value, in UpdateParams() 92 sensor(sensor), value(value), sleepAfter(sleepAfter) in UpdateParams() 99 double value; member 102 ExpectedParams(size_t sensor, double value, in ExpectedParams() 104 sensor(sensor), value(value), waitMin(waitMin) in ExpectedParams() 151 for (const double value : o.initialValues) in PrintTo() local 163 for (const auto& [index, value, waitMin] : o.expected) in PrintTo() 205 _, TriggerValue(value))) in testBodySensorIsUpdatedMultipleTimes() 216 for (const double value : GetParam().initialValues) in testBodySensorIsUpdatedMultipleTimes() local [all …]
|
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-array.c | 362 fill_ablock(info, ab, value, nr); in insert_new_ablock() 425 const void *value; member 527 resize->value, &resize->root); in grow_add_tail_block() 577 const __le64 *block_le = value; in block_inc() 629 __block_dec(context, value); in block_dec() 685 resize.value = value; in array_resize() 698 __dm_written_to_disk(value) in dm_array_resize() 702 __dm_unbless_for_disk(value); in dm_array_resize() 837 vt->inc(vt->context, value, 1); in array_set_value() 849 __dm_written_to_disk(value) in dm_array_set_value() [all …]
|
/openbmc/openpower-vpd-parser/vpd-manager/ |
H A D | meson.options | 1 option('BUSNAME', type : 'string', value : 'com.ibm.VPD.Manager', description : 'BUS NAME FOR THE S… 2 option('OBJPATH', type : 'string', value : '/com/ibm/VPD/Manager', description : 'OBJECT PATH FOR T… 3 option('IFACE', type : 'string', value : 'com.ibm.VPD.Manager', description : 'INTERFACE NAME') 4 option('oe-sdk', type : 'feature', value : 'disabled', description : 'ENABLE OE SDK FOR VPD KEYWORD… 5 option('INVENTORY_JSON', type : 'string', value : '/var/lib/vpd/vpd_inventory.json', description : …
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | sk_storage_omem_uncharge.c | 21 __type(value, int); 46 int *value; in BPF_PROG() local 51 value = bpf_sk_storage_get(&sk_storage, sk, 0, 0); in BPF_PROG() 52 if (value && *value == 0xdeadbeef) { in BPF_PROG()
|
/openbmc/phosphor-hwmon/ |
H A D | fan_pwm.cpp | 21 uint64_t FanPwm::target(uint64_t value) in target() argument 29 _ioAccess->write(value, _type, _id, empty, hwmonio::retries, in target() 37 e.code().value()), in target() 45 e.code().value()) in target() 51 return FanPwmObject::target(value); in target()
|
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | cgs_common.h | 99 uint32_t value); 118 unsigned index, uint32_t value); 127 #define CGS_REG_GET_FIELD(value, reg, field) \ argument 128 (((value) & CGS_REG_FIELD_MASK(reg, field)) >> CGS_REG_FIELD_SHIFT(reg, field)) 167 #define cgs_write_register(dev,offset,value) \ argument 168 CGS_CALL(write_register,dev,offset,value) 171 #define cgs_write_ind_register(dev,space,index,value) \ argument 172 CGS_CALL(write_ind_register,dev,space,index,value)
|
/openbmc/u-boot/lib/ |
H A D | fdtdec_test.c | 45 static int checkval(const char *oper_name, int expected, int value) in checkval() argument 47 if (expected != value) { in checkval() 49 oper_name, expected, value); in checkval() 80 char name[20], value[20]; in make_fdt() local 91 sprintf(value, "/i2c%d@0", s[1] - 'a'); in make_fdt() 92 CHECK(fdt_property_string(fdt, name, value)); in make_fdt() 98 sprintf(value, "i2c%d@0", (*s & 0xdf) - 'A'); in make_fdt() 99 CHECK(fdt_begin_node(fdt, value)); in make_fdt()
|
/openbmc/u-boot/board/freescale/common/ |
H A D | qixis.h | 92 void qixis_write(unsigned int reg, u8 value); 99 void qixis_write_i2c(unsigned int reg, u8 value); 104 #define QIXIS_WRITE(reg, value) \ argument 105 qixis_write_i2c(offsetof(struct qixis, reg), value) 108 #define QIXIS_WRITE(reg, value) qixis_write(offsetof(struct qixis, reg), value) argument 113 #define QIXIS_WRITE_I2C(reg, value) \ argument 114 qixis_write_i2c(offsetof(struct qixis, reg), value)
|
/openbmc/boost-dbus/include/dbus/impl/ |
H A D | message_iterator.ipp | 18 inline bool message_iterator::append_basic(int code, const void *value) 21 return dbus_message_iter_append_basic(&DBusMessageIter_, code, value); 40 inline bool message_iterator::append_fixed_array(int code, const void *value, int n_elements) 43 return dbus_message_iter_append_fixed_array(&DBusMessageIter_, code, value, n_elements); 71 inline void message_iterator::get_basic(void *value) 73 dbus_message_iter_get_basic(&DBusMessageIter_, value); 86 inline void message_iterator::get_fixed_array(void *value, int *n_elements) 88 dbus_message_iter_get_fixed_array(&DBusMessageIter_, value, n_elements);
|
/openbmc/linux/drivers/hid/ |
H A D | wacom.h | 210 static inline __u32 wacom_s32tou(s32 value, __u8 n) in wacom_s32tou() argument 213 case 8: return ((__u8)value); in wacom_s32tou() 214 case 16: return ((__u16)value); in wacom_s32tou() 215 case 32: return ((__u32)value); in wacom_s32tou() 217 return value & (1 << (n - 1)) ? value & (~(~0U << n)) : value; in wacom_s32tou() 233 struct hid_usage *usage, __s32 value);
|