Home
last modified time | relevance | path

Searched refs:value (Results 12101 – 12125 of 13561) sorted by relevance

1...<<481482483484485486487488489490>>...543

/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dr8a779f0.dtsi254 /* This value must be overridden by the board */
261 /* This value must be overridden by the board */
1193 /* This value must be overridden by the board */
/openbmc/linux/arch/s390/kvm/
H A Dpriv.c1569 u32 value; in handle_sckpf() local
1580 value = vcpu->run->s.regs.gprs[0] & 0x000000000000ffff; in handle_sckpf()
1581 vcpu->arch.sie_block->todpr = value; in handle_sckpf()
/openbmc/libpldm/tests/
H A Dmsgbuf.cpp1284 uint16_t value = 8; in TEST() local
1288 EXPECT_EQ(pldm_msgbuf_copy(dst, src, value, name), -EOVERFLOW); in TEST()
1292 EXPECT_EQ(pldm_msgbuf_copy(dst, src, value, name), -EOVERFLOW); in TEST()
/openbmc/linux/fs/
H A Dexec.c2109 void set_dumpable(struct mm_struct *mm, int value) in set_dumpable() argument
2111 if (WARN_ON((unsigned)value > SUID_DUMP_ROOT)) in set_dumpable()
2114 set_mask_bits(&mm->flags, MMF_DUMPABLE_MASK, value); in set_dumpable()
/openbmc/u-boot/drivers/serial/
H A DKconfig398 to use the correct value here.
410 to use the correct value here.
419 value. Use this value to specify the shift to use, where 0=byte
/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139too.c1277 int value) in mdio_write() argument
1282 int mii_cmd = (0x5002 << 16) | (phy_id << 23) | (location << 18) | value; in mdio_write()
1290 RTL_W16 (BasicModeCtrl, value); in mdio_write()
1293 RTL_W16 (mii_2_8139_map[location], value); in mdio_write()
/openbmc/linux/tools/perf/util/
H A Dparse-events.c2274 struct parse_events_option_args *args = opt->value; in parse_events_option()
2293 struct parse_events_option_args *args = opt->value; in parse_events_option_new_evlist()
2394 struct evlist *evlist = *(struct evlist **)opt->value; in parse_filter()
2426 struct evlist *evlist = *(struct evlist **)opt->value; in exclude_perf()
/openbmc/linux/drivers/scsi/arm/
H A Dacornscsi.c189 static inline void sbic_arm_write(AS_Host *host, unsigned int reg, unsigned int value) in sbic_arm_write() argument
192 writeb(value, host->base + SBIC_REGVAL); in sbic_arm_write()
210 #define dmac_write(host,reg,value) \ argument
211 ({ writeb((value), (host)->base + DMAC_OFFSET + ((reg) << 2)); })
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-subdev.rst326 called. If non-zero, then only those whose group ID match that value will
328 :c:type:`sd <v4l2_subdev>`->grp_id to whatever value it wants (it's 0 by
329 default). This value is owned by the bridge driver and the sub-device driver
336 e.g. AUDIO_CONTROLLER and specify that as the group ID value when calling
/openbmc/linux/drivers/memory/
H A Domap-gpmc.c383 static inline void gpmc_cs_modify_reg(int cs, int reg, u32 mask, bool value) in gpmc_cs_modify_reg() argument
388 if (value) in gpmc_cs_modify_reg()
2430 unsigned int offset, int value) in gpmc_gpio_direction_output() argument
2436 int value) in gpmc_gpio_set() argument
/openbmc/linux/Documentation/admin-guide/
H A Dext4.rst187 'nrsec' seconds. The default value is 5 seconds. This means that if
190 to the journaling). This default value (or any low value) will hurt
213 buffer cache. The default value is 32 blocks.
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c841 u32 value; in e1000_reg_test() local
865 value = (er32(STATUS) & toggle); in e1000_reg_test()
868 if (value != after) { in e1000_reg_test()
870 after, value); in e1000_reg_test()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c1276 u8 value = 0; in stm32f7_i2c_slave_start() local
1280 i2c_slave_event(slave, I2C_SLAVE_READ_REQUESTED, &value); in stm32f7_i2c_slave_start()
1298 writel_relaxed(value, base + STM32F7_I2C_TXDR); in stm32f7_i2c_slave_start()
1301 i2c_slave_event(slave, I2C_SLAVE_WRITE_REQUESTED, &value); in stm32f7_i2c_slave_start()
/openbmc/linux/kernel/bpf/
H A Dbtf.c1132 #define btf_show_type_value(show, fmt, value) \ argument
1134 if ((value) != (__typeof__(value))0 || \
1140 value, btf_show_delim(show), \
2513 const char *value; in btf_ref_type_check_meta() local
2540 value = btf_name_by_offset(env->btf, t->name_off); in btf_ref_type_check_meta()
2541 if (!value || !value[0]) { in btf_ref_type_check_meta()
4703 const char *value; in btf_decl_tag_check_meta() local
4712 value = btf_name_by_offset(env->btf, t->name_off); in btf_decl_tag_check_meta()
4713 if (!value || !value[0]) { in btf_decl_tag_check_meta()
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc461 intptr_t value, intptr_t addend)
467 value += addend;
468 pcrel2 = (tcg_insn_unit *)value - src_rx;
484 if (value == sextract64(value, 0, 20)) {
486 old |= ((value & 0xfff) << 16) | ((value & 0xff000) >> 4);
893 /* load a register with an immediate value */
3556 * Return path for goto_ptr. Set return value to 0, a-la exit_tb,
3589 /* We're expecting a 2 byte uleb128 encoded value. */
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c4094 struct cifs_credits credits = { .value = 0, .instance = 0 }; in smb2_echo_callback()
4098 credits.value = le16_to_cpu(rsp->hdr.CreditRequest); in smb2_echo_callback()
4509 struct cifs_credits credits = { .value = 0, .instance = 0 }; in smb2_readv_callback()
4527 credits.value = le16_to_cpu(shdr->CreditRequest); in smb2_readv_callback()
4555 credits.value = le16_to_cpu(shdr->CreditRequest); in smb2_readv_callback()
4631 if (rdata->credits.value > 0) { in smb2_async_readv()
4761 struct cifs_credits credits = { .value = 0, .instance = 0 }; in smb2_writev_callback()
4769 credits.value = le16_to_cpu(rsp->hdr.CreditRequest); in smb2_writev_callback()
4795 credits.value = le16_to_cpu(rsp->hdr.CreditRequest); in smb2_writev_callback()
4954 if (wdata->credits.value > 0) { in smb2_async_writev()
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst332 called regardless of the value of i_nlink)
445 Extended attributes are name:value pairs.
463 Called by the VFS to get the value of a particular extended
468 Called by the VFS to set the value of a particular extended
469 attribute. When the new value is NULL, called to remove a
1215 source file". The return value should the number of bytes
1278 This function should return a positive value if the dentry is
1499 option=value
1516 default value
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc405 * Let X be the 32-byte value 0x00 || 0x01 || 0x02 || ... || 0x1E || 0x1F.
442 * Let X be the 32-byte value 0x00 || 0x01 || 0x02 || ... || 0x1E || 0x1F.
478 * Shifting left 128 bit value of vA by value specified in bits 125-127 of vB.
520 * Shifting right 128 bit value of vA by value specified in bits 125-127 of vB.
575 * shifted avr values(saved in tmp) can be and-ed with new value of tcg_mask...
1650 * "N can be any value between 2 and 7, inclusive." Otherwise, the
1819 * PowerISA v3.1 says that the resulting value is undefined in this
/openbmc/linux/Documentation/core-api/
H A Dgenalloc.rst99 with gen_pool_set_algo(). The data value is passed to the
/openbmc/linux/Documentation/admin-guide/aoe/
H A Daoe.rst135 elapsed, the AoE device will be marked as "down". A value of zero
/openbmc/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst42 at zero. The maximum value depends on the thread pool mode, but
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/figlet/figlet/
H A D0001-build-add-autotools-support-to-allow-easy-cross-comp.patch48 -CFLAGS = -g -O2 -Wall -Wno-unused-value
/openbmc/openbmc/poky/scripts/pybootchartgui/
H A DNEWS154 + don't return a bogus error value when dumping state
/openbmc/linux/arch/arm/lib/
H A Dlib1funcs.S275 rsbmi r3, r0, #0 @ positive dividend value
/openbmc/u-boot/doc/
H A DREADME.iscsi157 the replacement timer to a high value [3]:

1...<<481482483484485486487488489490>>...543