Home
last modified time | relevance | path

Searched defs:value (Results 476 – 500 of 6830) sorted by relevance

1...<<11121314151617181920>>...274

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_mcr.c247 int group, int instance, u32 value) in rw_with_mcr_steering_fw()
325 u32 value) in rw_with_mcr_steering()
473 void intel_gt_mcr_unicast_write(struct intel_gt *gt, i915_mcr_reg_t reg, u32 value, in intel_gt_mcr_unicast_write()
490 i915_mcr_reg_t reg, u32 value) in intel_gt_mcr_multicast_write()
521 void intel_gt_mcr_multicast_write_fw(struct intel_gt *gt, i915_mcr_reg_t reg, u32 value) in intel_gt_mcr_multicast_write_fw()
869 u32 value, in intel_gt_mcr_wait_for_reg()
/openbmc/bmcweb/redfish-core/lib/
H A Dpower_supply.hpp205 [asyncResp](const boost::system::error_code& ec, const bool value) { in getPowerSupplyState()
232 [asyncResp](const boost::system::error_code& ec, const bool value) { in getPowerSupplyHealth()
330 const std::string& value) { in getPowerSupplyFirmwareVersion()
354 const std::string& value) { in getPowerSupplyLocation()
372 const boost::system::error_code& ec, uint32_t value) in handleGetEfficiencyResponse()
434 [asyncResp](const boost::system::error_code& ec1, uint32_t value) { in handlePowerSupplyAttributesSubTreeResponse()
/openbmc/qemu/target/ppc/
H A Dpower8-pmu.c290 void helper_store_mmcr0(CPUPPCState *env, target_ulong value) in helper_store_mmcr0()
302 void helper_store_mmcr1(CPUPPCState *env, uint64_t value) in helper_store_mmcr1()
311 void helper_store_mmcrA(CPUPPCState *env, uint64_t value) in helper_store_mmcrA()
325 void helper_store_pmc(CPUPPCState *env, uint32_t sprn, uint64_t value) in helper_store_pmc()
/openbmc/linux/include/net/
H A Dmld.h77 #define MLDV2_MRC_EXP(value) (((value) >> 12) & 0x0007) argument
78 #define MLDV2_MRC_MAN(value) ((value) & 0x0fff) argument
89 #define MLDV2_QQIC_EXP(value) (((value) >> 4) & 0x07) argument
90 #define MLDV2_QQIC_MAN(value) ((value) & 0x0f) argument
/openbmc/linux/include/asm-generic/
H A Dbarrier.h127 #define __smp_store_mb(var, value) do { WRITE_ONCE(var, value); __smp_mb(); } while (0) argument
160 #define smp_store_mb(var, value) do { kcsan_mb(); __smp_store_mb(var, value); } while (0) argument
182 #define smp_store_mb(var, value) do { WRITE_ONCE(var, value); barrier(); } while (0) argument
218 #define virt_store_mb(var, value) do { kcsan_mb(); __smp_store_mb(var, value); } while (0) argument
/openbmc/linux/drivers/watchdog/
H A Dar7_wdt.c71 static void ar7_wdt_kick(u32 value) in ar7_wdt_kick()
84 static void ar7_wdt_prescale(u32 value) in ar7_wdt_prescale()
97 static void ar7_wdt_change(u32 value) in ar7_wdt_change()
110 static void ar7_wdt_disable(u32 value) in ar7_wdt_disable()
/openbmc/qemu/tests/unit/
H A Dtest-string-output-visitor.c72 int64_t value = 42; in test_visitor_out_int() local
88 int64_t value[] = {0, 1, 9, 10, 16, 15, 14, in test_visitor_out_intList() local
118 bool value = true; in test_visitor_out_bool() local
130 double value = 3.1415926535897932; in test_visitor_out_number() local
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-tegra.c74 u32 value; in tegra_mgbe_resume() local
117 u32 value; in mgbe_uphy_lane_bringup_serdes_up() local
191 u32 value; in mgbe_uphy_lane_bringup_serdes_down() local
220 u32 value; in tegra_mgbe_probe() local
/openbmc/u-boot/drivers/pci/
H A Dpcie_intel_fpga.c102 static inline void cra_writel(struct intel_fpga_pcie *pcie, const u32 value, in cra_writel()
142 static int tlp_read_packet(struct intel_fpga_pcie *pcie, u32 *value) in tlp_read_packet()
196 int offset, u8 byte_en, u32 *value) in tlp_cfg_dword_read()
211 int offset, u8 byte_en, u32 value) in tlp_cfg_dword_write()
244 uint offset, ulong value, in intel_fpga_pcie_rp_wr_conf()
303 ulong value, enum pci_size_t size) in _pcie_intel_fpga_write_config()
348 uint offset, ulong value, in pcie_intel_fpga_write_config()
/openbmc/qemu/ui/
H A Dinput-barrier.c546 static void input_barrier_set_name(Object *obj, const char *value, in input_barrier_set_name()
565 static void input_barrier_set_server(Object *obj, const char *value, in input_barrier_set_server()
581 static void input_barrier_set_port(Object *obj, const char *value, in input_barrier_set_port()
590 static void input_barrier_set_x_origin(Object *obj, const char *value, in input_barrier_set_x_origin()
612 static void input_barrier_set_y_origin(Object *obj, const char *value, in input_barrier_set_y_origin()
634 static void input_barrier_set_width(Object *obj, const char *value, in input_barrier_set_width()
656 static void input_barrier_set_height(Object *obj, const char *value, in input_barrier_set_height()
/openbmc/linux/drivers/gpio/
H A Dgpio-tangier.c91 static void tng_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in tng_gpio_set()
112 u32 value; in tng_gpio_direction_input() local
129 int value) in tng_gpio_direction_output()
169 u32 value; in tng_gpio_set_debounce() local
226 u32 value; in tng_irq_unmask_mask() local
274 u32 value; in tng_irq_set_type() local
331 u32 value; in tng_irq_set_wake() local
H A Dgpio-max730x.c78 static int __max7301_set(struct max7301 *ts, unsigned offset, int value) in __max7301_set()
90 int value) in max7301_direction_output()
146 static void max7301_set(struct gpio_chip *chip, unsigned offset, int value) in max7301_set()
H A Dgpio-logicvc.c52 unsigned int reg, bit, value; in logicvc_gpio_get() local
64 static void logicvc_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in logicvc_gpio_set()
75 unsigned offset, int value) in logicvc_gpio_direction_output()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dio.h26 u32 value; in dwc3_readl() local
38 static inline void dwc3_writel(void __iomem *base, u32 offset, u32 value) in dwc3_writel()
/openbmc/witherspoon-pfault-analysis/
H A Dnames_values.hpp50 void add(const std::string& name, uint64_t value) in add()
84 void addValue(uint64_t value) in addValue()
/openbmc/phosphor-power/
H A Dnames_values.hpp50 void add(const std::string& name, uint64_t value) in add()
84 void addValue(uint64_t value) in addValue()
/openbmc/linux/drivers/edac/
H A Ddebugfs.c122 struct dentry *parent, u8 *value) in edac_debugfs_create_x8()
133 struct dentry *parent, u16 *value) in edac_debugfs_create_x16()
144 struct dentry *parent, u32 *value) in edac_debugfs_create_x32()
/openbmc/linux/fs/ext2/
H A Dacl.c20 ext2_acl_from_disk(const void *value, size_t size) in ext2_acl_from_disk()
147 char *value = NULL; in ext2_get_acl() local
186 void *value = NULL; in __ext2_set_acl() local
/openbmc/u-boot/board/aspeed/ast2600_dcscm/
H A Dast2600_dcscm.c35 u32 value; in port80h_snoop_init() local
65 u32 value; in sgpio_init() local
150 u32 value = readl(0x1e780000); in reset_eth_phy_dcscm_card_a2() local
/openbmc/dbus-sensors/src/
H A DPwmSensor.cpp149 auto value = static_cast<uint64_t>(roundValue); in PwmSensor() local
198 void PwmSensor::setValue(uint32_t value) in setValue()
226 uint32_t value = std::stoi(line); in getValue() local
/openbmc/linux/drivers/net/ethernet/amd/
H A Dhplance.c172 static void hplance_writerap(void *priv, unsigned short value) in hplance_writerap()
181 static void hplance_writerdp(void *priv, unsigned short value) in hplance_writerdp()
193 __u16 value; in hplance_readrdp() local
/openbmc/u-boot/drivers/gpio/
H A Dpcf8575_gpio.c96 unsigned int offset, int value) in pcf8575_direction_output()
113 int value; in pcf8575_get_value() local
121 int value) in pcf8575_set_value()
/openbmc/qemu/backends/
H A Dcryptodev.c297 uint32_t value = backend->conf.peers.queues; in cryptodev_backend_get_queues() local
307 uint32_t value; in cryptodev_backend_set_queues() local
321 uint64_t value, Error **errp) in cryptodev_backend_set_throttle()
357 uint64_t value = backend->tc.buckets[THROTTLE_BPS_TOTAL].avg; in cryptodev_backend_get_bps() local
366 uint64_t value; in cryptodev_backend_set_bps() local
379 uint64_t value = backend->tc.buckets[THROTTLE_OPS_TOTAL].avg; in cryptodev_backend_get_ops() local
389 uint64_t value; in cryptodev_backend_set_ops() local
405 uint64_t value; in cryptodev_backend_complete() local
/openbmc/linux/drivers/i2c/busses/
H A Di2c-ocores.c89 static void oc_setreg_8(struct ocores_i2c *i2c, int reg, u8 value) in oc_setreg_8()
94 static void oc_setreg_16(struct ocores_i2c *i2c, int reg, u8 value) in oc_setreg_16()
99 static void oc_setreg_32(struct ocores_i2c *i2c, int reg, u8 value) in oc_setreg_32()
104 static void oc_setreg_16be(struct ocores_i2c *i2c, int reg, u8 value) in oc_setreg_16be()
109 static void oc_setreg_32be(struct ocores_i2c *i2c, int reg, u8 value) in oc_setreg_32be()
139 static void oc_setreg_io_8(struct ocores_i2c *i2c, int reg, u8 value) in oc_setreg_io_8()
149 static inline void oc_setreg(struct ocores_i2c *i2c, int reg, u8 value) in oc_setreg()
509 static void oc_setreg_grlib(struct ocores_i2c *i2c, int reg, u8 value) in oc_setreg_grlib()
/openbmc/linux/sound/soc/tegra/
H A Dtegra210_i2s.c321 int value = ucontrol->value.integer.value[0]; in tegra210_i2s_put_loopback() local
350 int value = ucontrol->value.integer.value[0]; in tegra210_i2s_put_fsync_width() local
388 unsigned int value = ucontrol->value.enumerated.item[0]; in tegra210_i2s_cput_stereo_to_mono() local
414 unsigned int value = ucontrol->value.enumerated.item[0]; in tegra210_i2s_cput_mono_to_stereo() local
440 unsigned int value = ucontrol->value.enumerated.item[0]; in tegra210_i2s_pput_stereo_to_mono() local
466 unsigned int value = ucontrol->value.enumerated.item[0]; in tegra210_i2s_pput_mono_to_stereo() local
492 int value = ucontrol->value.integer.value[0]; in tegra210_i2s_pput_fifo_th() local
518 int value = ucontrol->value.integer.value[0]; in tegra210_i2s_put_bclk_ratio() local

1...<<11121314151617181920>>...274