Home
last modified time | relevance | path

Searched refs:value (Results 11226 – 11250 of 13561) sorted by relevance

1...<<441442443444445446447448449450>>...543

/openbmc/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst155 default authorization value (20 bytes of 0s). This can be set at takeownership
182 keyhandle= ascii hex value of sealing key
194 allowed value is sha1. For TPM 2.x the allowed values
/openbmc/linux/drivers/mfd/
H A D88pm860x-core.c467 int read_reg = -1, value = 0; in pm860x_irq() local
475 value = pm860x_reg_read(i2c, irq_data->reg); in pm860x_irq()
477 if (value & irq_data->enable) in pm860x_irq()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp_cm.c1033 uint32_t i, red, green, blue, value; in dpp20_set3dlut_ram10() local
1041 value = (red<<20) | (green<<10) | blue; in dpp20_set3dlut_ram10()
1043 REG_SET(CM_3DLUT_DATA_30BIT, 0, CM_3DLUT_DATA_30BIT, value); in dpp20_set3dlut_ram10()
/openbmc/linux/fs/fuse/
H A Ddax.c209 args.in_args[0].value = &inarg; in fuse_setup_one_mapping()
245 args.in_args[0].value = inargp; in fuse_send_removemapping()
247 args.in_args[1].value = remove_one; in fuse_send_removemapping()
/openbmc/linux/arch/arc/
H A DKconfig157 the ISA version) with the specified value.
159 ISA default value will be used as a fallback.
452 hence the default value of 0x8zs.
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_4.c830 uint32_t value, uint32_t *sec_count, in gfx_v9_4_ras_error_count() argument
842 sec_cnt = (value & gfx_v9_4_ras_fields[i].sec_count_mask) >> in gfx_v9_4_ras_error_count()
852 ded_cnt = (value & gfx_v9_4_ras_fields[i].ded_count_mask) >> in gfx_v9_4_ras_error_count()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c68 u16 value; in dev_debug_store() local
70 res = kstrtou16(buf, 0, &value); in dev_debug_store()
74 vdev->dev_debug = value; in dev_debug_store()
/openbmc/linux/include/soc/mscc/
H A Docelot.h655 u16 (*wm_enc)(u16 value);
656 u16 (*wm_dec)(u16 value);
1005 u16 ocelot_wm_enc(u16 value);
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sel.robot21 # event_dir and event_type variable value needs to be given.
144 # Command will not execute unless the correct Reservation ID value is provided.
256 # Command will not execute unless the correct Reservation ID value is provided.
/openbmc/linux/include/linux/
H A Dof.h31 void *value; member
894 !memcmp(p1->value, p2->value, (size_t)p1->length); in of_prop_val_eq()
/openbmc/linux/drivers/gpu/drm/amd/display/modules/power/
H A Dpower_helpers.c33 #define bswap16_based_on_endian(big_endian, value) \ argument
34 (big_endian) ? cpu_to_be16(value) : cpu_to_le16(value)
/openbmc/linux/kernel/events/
H A Dcore.c3383 u64 value; in __perf_event_sync_stat() local
3405 value = local64_xchg(&event->count, value); in __perf_event_sync_stat()
3406 local64_set(&next_event->count, value); in __perf_event_sync_stat()
4612 *value = local64_read(&event->count); in perf_event_read_local()
5812 u64 value = *((u64 *)info); in __perf_event_period() local
5816 event->attr.sample_freq = value; in __perf_event_period()
5818 event->attr.sample_period = value; in __perf_event_period()
5819 event->hw.sample_period = value; in __perf_event_period()
5854 if (!value) in _perf_event_period()
5927 u64 value; in _perf_ioctl() local
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c157 u32 value; in il_read_targ_mem() local
163 value = _il_rd(il, HBUS_TARG_MEM_RDAT); in il_read_targ_mem()
167 return value; in il_read_targ_mem()
1478 u16 value; in il_get_passive_dwell_time() local
1492 value = il->vif ? il->vif->bss_conf.beacon_int : 0; in il_get_passive_dwell_time()
1493 if (value > IL_PASSIVE_DWELL_BASE || !value) in il_get_passive_dwell_time()
1494 value = IL_PASSIVE_DWELL_BASE; in il_get_passive_dwell_time()
1495 value = (value * 98) / 100 - IL_CHANNEL_TUNE_TIME * 2; in il_get_passive_dwell_time()
1496 passive = min(value, passive); in il_get_passive_dwell_time()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-ufs6 UFS host controller. A value of '0' means auto-hibernate is not
7 enabled. Otherwise the value is the number of microseconds of
12 maximum value of 102300000. Refer to the UFS Host Controller
81 Description: This file shows value that indicates whether the device is
92 Description: This file shows value that indicates whether the device
104 Description: This file shows value that defines the power mode after
564 Description: This file shows maximum VCC, VCCQ and VCCQ2 value for
1017 supported in which case this value will not be
1062 supported in which case this value will not be
1257 The value of this parameter is 3 for TLC NAND when SLC mode
[all …]
H A Dsysfs-platform-dfl-port46 Description: Read-write. Read or set AFU latency tolerance reporting value.
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c352 u32 value; in iwl_dbgfs_wifi_6e_enable_read() local
356 &iwl_guid, &value); in iwl_dbgfs_wifi_6e_enable_read()
360 pos = sprintf(buf, "0x%08x\n", value); in iwl_dbgfs_wifi_6e_enable_read()
1751 u32 value; in iwl_dbgfs_prph_reg_write() local
1753 args = sscanf(buf, "%i %i", &mvm->dbgfs_prph_reg_addr, &value); in iwl_dbgfs_prph_reg_write()
1762 iwl_write_prph(mvm->trans, mvm->dbgfs_prph_reg_addr, value); in iwl_dbgfs_prph_reg_write()
/openbmc/linux/drivers/scsi/arm/
H A Dfas216.c449 int value = (info->ifcfg.clockrate * ns) / 1000; in fas216_syncperiod() local
453 if (value < 4) in fas216_syncperiod()
454 value = 4; in fas216_syncperiod()
455 else if (value > 35) in fas216_syncperiod()
456 value = 35; in fas216_syncperiod()
458 return value & 31; in fas216_syncperiod()
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dtimekeeping.rst97 reaches 1, the output goes low for one count and then returns high. The value
378 may not have a TSC value that is synchronized with the rest of the system.
380 to a value matching the rest of the system, but a perfect match is usually not
560 while another clock is still expressing the same value.
562 That is, you may read (T,T+10) while external clock C maintains the same value.
565 calibrated against an external value may have a range of valid values.
/openbmc/linux/Documentation/networking/
H A Dpacket_mmap.rst327 <max-order> is the value defined with MAX_ORDER
352 and a value for <frame size> of 2048 bytes. These parameters will yield::
499 It doesn't incur in a race condition to first check the status value and
566 that the tp_vlan_tci field has valid VLAN TCI value
568 indicates that the tp_vlan_tpid field has valid VLAN TPID value
1068 members do not contain a valid value. For TX_RINGs, by default no timestamp
/openbmc/linux/drivers/bus/
H A Dti-sysc.c164 static void sysc_write(struct sysc *ddata, int offset, u32 value) in sysc_write() argument
167 writew_relaxed(value & 0xffff, ddata->module_va + offset); in sysc_write()
172 u16 hi = value >> 16; in sysc_write()
180 writel_relaxed(value, ddata->module_va + offset); in sysc_write()
1024 static void sysc_write_sysconfig(struct sysc *ddata, u32 value) in sysc_write_sysconfig() argument
1029 sysc_write(ddata, ddata->offsets[SYSC_SYSCONFIG], value); in sysc_write_sysconfig()
/openbmc/linux/sound/soc/mediatek/mt8188/
H A Dmt8188-afe-pcm.c1609 long val = ucontrol->value.integer.value[0]; in mt8188_memif_1x_en_sel_put()
1632 long val = ucontrol->value.integer.value[0]; in mt8188_asys_irq_1x_en_sel_put()
1657 ucontrol->value.enumerated.item[0] = in mt8188_memif_fs_timing_sel_get()
1672 unsigned int *item = ucontrol->value.enumerated.item; in mt8188_memif_fs_timing_sel_put()
/openbmc/linux/sound/pci/hda/
H A Dhda_intel.c1545 q->value, q->subvendor, q->subdevice); in check_position_fix()
1546 return q->value; in check_position_fix()
1633 q->value, q->subvendor, q->subdevice); in check_probe_mask()
1634 chip->codec_probe_mask = q->value; in check_probe_mask()
1677 q->subvendor, q->subdevice, q->value); in check_msi()
1678 chip->msi = q->value; in check_msi()
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dext.idef1303 "Vector absolute value of words",
1308 "Vector absolute value of words",
1314 "Vector absolute value of words",
1319 "Vector absolute value of words",
1329 "Vector absolute value of words",
1334 "Vector absolute value of words",
1484 "Vector absolute value of words",
1489 "Vector absolute value of words",
1495 "Vector absolute value of words",
1500 "Vector absolute value of words",
[all …]
/openbmc/linux/drivers/scsi/
H A Dips.c504 char *value; in ips_setup() local
518 value = strchr(key, ':'); in ips_setup()
519 if (value) in ips_setup()
520 *value++ = '\0'; in ips_setup()
529 if (value) in ips_setup()
531 simple_strtoul(value, NULL, 0); in ips_setup()
1302 cstatus.value = (*ha->func.statupd) (ha); in ips_intr_copperhead()
1366 cstatus.value = (*ha->func.statupd) (ha); in ips_intr_morpheus()
1368 if (cstatus.value == 0xffffffff) in ips_intr_morpheus()
5212 return (ha->adapt->p_status_tail->value); in ips_statupd_copperhead()
[all …]
/openbmc/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c4741 fence_pkt->value = cpu_to_le32(fence_val); in gaudi_test_queue()
5550 cq_pkt->value = cpu_to_le32(cq_val); in gaudi_add_end_of_cb_packets()
5558 cq_pkt->value = cpu_to_le32(1); in gaudi_add_end_of_cb_packets()
5677 pkt->value = cpu_to_le32(val); in gaudi_memset_registers()
6380 fence_pkt->value = cpu_to_le32(GAUDI_QMAN0_FENCE_VAL); in gaudi_send_job_on_qman0()
8453 u32 value, ctl, pkt_size = sizeof(*pkt); in gaudi_gen_signal_cb() local
8470 pkt->value = cpu_to_le32(value); in gaudi_gen_signal_cb()
8490 pkt->value = cpu_to_le32(value); in gaudi_add_mon_msg_short()
8501 u32 ctl, value, pkt_size = sizeof(*pkt); in gaudi_add_arm_monitor_pkt() local
8527 value |= FIELD_PREP(GAUDI_PKT_SHORT_VAL_MON_MODE_MASK, in gaudi_add_arm_monitor_pkt()
[all …]

1...<<441442443444445446447448449450>>...543