/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | sislands_smc.h | 126 uint16_t value; member 305 uint32_t value[SMC_SISLANDS_MC_REGISTER_ARRAY_SIZE]; member 405 u32 *value, u32 limit); 407 u32 value, u32 limit);
|
/openbmc/u-boot/drivers/pinctrl/meson/ |
H A D | pinctrl-meson.c | 100 int meson_gpio_set(struct udevice *dev, unsigned int offset, int value) in meson_gpio_set() argument 111 clrsetbits_le32(priv->reg_gpio + reg, BIT(bit), value ? BIT(bit) : 0); in meson_gpio_set() 149 unsigned int offset, int value) in meson_gpio_direction_output() argument 167 clrsetbits_le32(priv->reg_gpio + reg, BIT(bit), value ? BIT(bit) : 0); in meson_gpio_direction_output()
|
/openbmc/pldm/softoff/ |
H A D | softoff.cpp | 58 auto entries = jsonData.value("entries", emptyJsonList); in SoftPowerOff() 61 TID = entry.value("tid", 0); in SoftPowerOff() 62 pldm::pdr::EntityType entityType = entry.value("entityType", 0); in SoftPowerOff() 63 pldm::pdr::StateSetId stateSetId = entry.value("stateSetId", 0); in SoftPowerOff()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | xdpwall.c | 47 __type(value, bool); 54 __type(value, bool); 69 __type(value, __u8); 76 __type(value, __u16);
|
/openbmc/qemu/include/block/ |
H A D | nbd.h | 253 #define NBD_REP_ERR(value) ((UINT32_C(1) << 31) | (value)) argument 327 #define NBD_REPLY_ERR(value) ((1 << 15) | (value)) argument
|
/openbmc/linux/drivers/scsi/ |
H A D | mac_scsi.c | 39 #define NCR5380_write(reg, value) out_8(hostdata->io + ((reg) << 4), value) argument 273 static inline void write_ctrl_reg(struct NCR5380_hostdata *hostdata, u32 value) in write_ctrl_reg() argument 275 out_be32(hostdata->io + (CTRL_REG << 4), value); in write_ctrl_reg()
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | Kconfig.aic7xxx | 27 This is an upper bound value for the number of tagged transactions 31 and display a console message indicating this value. 49 dictated by the SCSI layer and is not affected by this value. 88 Compile in register value tables for the output of expanded register
|
/openbmc/linux/arch/x86/mm/ |
H A D | mmio-mod.c | 173 my_trace->value = get_ins_reg_val(instptr, regs); in pre() 178 my_trace->value = get_ins_imm_val(instptr); in pre() 185 my_trace->value = (*ip) << 16 | *(ip + 1) << 8 | in pre() 208 my_trace->value = get_ins_reg_val(my_reason->ip, regs); in post()
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | brcm,kona-ccu.txt | 13 Shall have a value of the form "brcm,<model>-<which>-ccu", 23 Shall have value <1>. The permitted clock-specifier values 67 its symbolic specifier (rather than its numeric index value) should 112 its symbolic specifier (rather than its numeric index value) should
|
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
H A D | dma_global.h | 125 #define hive_dma_set_data(dma_id, channel, address, value, is_var) \ argument 129 hive_dma_snd(dma_id, value); \ 176 #define hive_dma_set_parameter(dma_id, channel, param, value) \ argument 179 hive_dma_snd(dma_id, value); \
|
/openbmc/u-boot/board/compulab/common/ |
H A D | eeprom.c | 232 int eeprom_field_update_bin_ver(struct eeprom_field *field, char *value) in eeprom_field_update_bin_ver() argument 235 char *tok = strtok(value, "."); in eeprom_field_update_bin_ver() 345 int eeprom_field_update_date(struct eeprom_field *field, char *value) in eeprom_field_update_date() argument 348 char *tok1 = strtok(value, "/"); in eeprom_field_update_date()
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | tach_sensor.cpp | 60 T& value) in readProperty() argument 64 value = in readProperty() 194 path.value(), interface); in getMatchString() 217 max = max.value() * _factor + _offset; in getRange()
|
/openbmc/linux/include/media/ |
H A D | rc-core.h | 334 u32 vbit = 1, value = 0; in ir_extract_bits() local 339 value |= vbit; in ir_extract_bits() 345 return value; in ir_extract_bits()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | speedstep-lib.c | 61 unsigned int value; /* Front Side Bus speed in MHz */ in pentium3_get_frequency() member 102 (msr_decode_mult[j].ratio * msr_decode_fsb[i].value * 100)); in pentium3_get_frequency() 104 return msr_decode_mult[j].ratio * msr_decode_fsb[i].value * 100; in pentium3_get_frequency()
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | goldfish_events.c | 39 unsigned int type, code, value; in events_interrupt() local 43 value = __raw_readl(edev->addr + REG_READ); in events_interrupt() 45 input_event(edev->input, type, code, value); in events_interrupt()
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | brcm,iproc-touchscreen.txt | 51 entries exceeds this value 55 - touchscreen-fuzz-x: horizontal noise value of the absolute input 57 - touchscreen-fuzz-y: vertical noise value of the absolute input
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | dbus_watcher.hpp | 169 DBusValue value; in read() local 170 dataIface.getProperty(service, _path, _interface, _name, value); in read() 172 _setFunc(value); in read()
|
/openbmc/linux/drivers/powercap/ |
H A D | intel_rapl_msr.c | 106 if (rdmsrl_safe_on_cpu(cpu, ra->reg.msr, &ra->value)) { in rapl_msr_read_raw() 110 ra->value &= ra->mask; in rapl_msr_read_raw() 124 val |= ra->value; in rapl_msr_update_func()
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | raideng.txt | 11 - compatible: Should contain "fsl,raideng-v1.0" as the value 33 - compatible: Should contain "fsl,raideng-v1.0-job-queue" as the value 51 - compatible: Must contain "fsl,raideng-v1.0-job-ring" as the value
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | dcr.c | 102 void dcr_write_generic(dcr_host_t host, unsigned int dcr_n, u32 value) in dcr_write_generic() argument 105 dcr_write_native(host.host.native, dcr_n, value); in dcr_write_generic() 107 dcr_write_mmio(host.host.mmio, dcr_n, value); in dcr_write_generic()
|
/openbmc/linux/include/linux/iio/common/ |
H A D | st_sensors.h | 88 u8 value; member 111 u8 value; member 124 u8 value; member
|
/openbmc/linux/drivers/iio/dac/ |
H A D | ltc1660.c | 43 unsigned int value[LTC1660_NUM_CHANNELS]; member 57 *val = priv->value[chan->channel]; in ltc1660_read_raw() 96 priv->value[chan->channel] = val; in ltc1660_write_raw()
|
/openbmc/qemu/migration/ |
H A D | migration.h | 506 uint32_t value); 508 uint32_t value); 515 void migrate_send_rp_resume_ack(MigrationIncomingState *mis, uint32_t value);
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | flamegraph.py | 58 self.value = 0 65 "v": self.value, 117 node.value += 1
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | runexported.py | 76 overwrite the value determined from TEST_TARGET_IP at build time") 78 overwrite the value determined from TEST_SERVER_IP at build time.") 80 …ntents of what used to be DEPLOY_DIR on the build machine. If not specified it will use the value \
|