Home
last modified time | relevance | path

Searched refs:value (Results 13101 – 13125 of 13561) sorted by relevance

1...<<521522523524525526527528529530>>...543

/openbmc/openpower-occ-control/
H A Dpowermode.cpp1392 modesToAllow.insert(cMode.value()); in getSupportedModes()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-ui.min.js6value=""),e.datepicker._pos||(e.datepicker._pos=e.datepicker._findPos(t),e.datepicker._pos[1]+=t.o…
/openbmc/linux/drivers/hwmon/
H A Dlm90.c737 static inline s32 lm90_write_no_pec(struct i2c_client *client, u8 value) in lm90_write_no_pec() argument
741 I2C_SMBUS_WRITE, value, I2C_SMBUS_BYTE, NULL); in lm90_write_no_pec()
H A Dw83795.c436 static int w83795_write(struct i2c_client *client, u16 reg, u8 value) in w83795_write() argument
444 err = i2c_smbus_write_byte_data(client, reg & 0xff, value); in w83795_write()
/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst370 to the newly advanced value from the ``rcu_state`` structure, as shown
485 value-returning atomic operations on a per-CPU variable. The ordering
/openbmc/linux/Documentation/admin-guide/mm/
H A Dmemory-hotplug.rst282 The default value depends on the
445 With value "force" it could result in memory
/openbmc/linux/Documentation/admin-guide/
H A Dbcache.rst197 of the backing device created with --offset 8K, or any value defined by
448 cutoff. This is necessary if the sequential cutoff value is greater than the
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_connectors.c921 uint64_t value) in radeon_lvds_set_property() argument
938 switch (value) { in radeon_lvds_set_property()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel.bbclass654 # value will be appended to the local kernel version. This replaces the
658 # Note: This class saves the value of localversion to a file
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c300 static inline void appl_writel(struct tegra_pcie_dw *pcie, const u32 value, in appl_writel() argument
303 writel_relaxed(value, pcie->appl_base + reg); in appl_writel()
/openbmc/linux/fs/fuse/
H A Ddev.c1025 err = fuse_copy_one(cs, arg->value, arg->size); in fuse_copy_args()
1733 args->in_args[0].value = &ra->inarg; in fuse_retrieve()
/openbmc/linux/arch/x86/kernel/apic/
H A Dio_apic.c283 unsigned int value) in io_apic_write() argument
288 writel(value, &io_apic->data); in io_apic_write()
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S373 set FTEMP_SGN, 2 # value saved in memory.
380 set LOCAL_SGN, 2 # value saved in memory.
387 set DST_HI, 4 # value saved in memory.
392 set SRC_HI, 4 # value saved in memory.
6742 # 2.6 Create the value Scale = 2^M. #
6751 # "constant" is that the calculated value Z is #
6851 # 8.5 Calculate the address of the stored value #
9064 bra t_ovfl2 # t_ovfl expects positive value
9067 bra t_unfl2 # t_unfl expects positive value
9299 addi.w &0x3fff,%d0 # turn src amt into exp value
[all …]
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c2088 int value; in bnx2x_get_gpio() local
2100 value = 1; in bnx2x_get_gpio()
2102 value = 0; in bnx2x_get_gpio()
2104 return value; in bnx2x_get_gpio()
12769 u16 value; in bnx2x_mdio_read() local
12779 rc = bnx2x_phy_read(&bp->link_params, prtad, devad, addr, &value); in bnx2x_mdio_read()
12781 DP(NETIF_MSG_LINK, "mdio_read_val 0x%x rc = 0x%x\n", value, rc); in bnx2x_mdio_read()
12784 rc = value; in bnx2x_mdio_read()
12790 u16 addr, u16 value) in bnx2x_mdio_write() argument
12797 prtad, devad, addr, value); in bnx2x_mdio_write()
[all …]
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c1978 static int __be_cmd_rx_filter(struct be_adapter *adapter, u32 flags, u32 value) in __be_cmd_rx_filter() argument
1999 req->if_flags = (value == ON) ? req->if_flags_mask : 0; in __be_cmd_rx_filter()
2022 int be_cmd_rx_filter(struct be_adapter *adapter, u32 flags, u32 value) in be_cmd_rx_filter() argument
2035 return __be_cmd_rx_filter(adapter, flags, value); in be_cmd_rx_filter()
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c876 enum mpi3mr_iocstate value; member
893 if (mrioc_states[i].value == mrioc_state) { in mpi3mr_iocstate_name()
903 enum mpi3mr_reset_reason value; member
960 if (mpi3mr_reset_reason_codes[i].value == reason_code) { in mpi3mr_reset_rc_name()
/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S1185 …vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with the corresponding cipherte…
1203 # r11 is the data offset value
2136 vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with
2158 # r11 is the data offset value
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c377 u64 value = get_unaligned((u64 *)addr); in eth_hash() local
381 value >>= 16; in eth_hash()
383 value <<= 16; in eth_hash()
385 return hash_64(value, FDB_HASH_BITS); in eth_hash()
/openbmc/u-boot/doc/driver-model/
H A DREADME.txt25 operations for get/set value. An I2C uclass may have 10 I2C ports,
563 has a non-zero value for per_child_platdata_auto_alloc_size. If not, then
629 driver_data value, but platdata cannot be provided until later.
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dcoding-style.rst484 __init void * __must_check action(enum magic value, size_t size, u8 count,
498 ``(enum magic value, size_t size, u8 count, char *fmt, ...)``,
509 static __always_inline __init __printf(4, 5) void * __must_check action(enum magic value,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c3302 char *value = val.vstr; in mlx5_fs_mode_validate() local
3305 if (!strcmp(value, "dmfs")) { in mlx5_fs_mode_validate()
3307 } else if (!strcmp(value, "smfs")) { in mlx5_fs_mode_validate()
/openbmc/linux/net/ipv4/
H A Dnexthop.c2708 u32 value; in rtm_nh_get_timer() local
2716 value = nla_get_u32(attr); in rtm_nh_get_timer()
2717 timer = clock_t_to_jiffies(value); in rtm_nh_get_timer()
/openbmc/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c313 static void srpt_set_ioc(u8 *c_list, u32 slot, u8 value) in srpt_set_ioc() argument
321 c_list[id] = (value << 4) | tmp; in srpt_set_ioc()
324 c_list[id] = (value & 0xf) | tmp; in srpt_set_ioc()
/openbmc/linux/Documentation/crypto/
H A Darchitecture.rst136 - priority: the priority value of the cipher implementation
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h927 u8 wlc_phy_nbits(s32 value);

1...<<521522523524525526527528529530>>...543