| /linux-6.15/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_diag.c | 19 u32 pat, val, orig_val; in i40e_diag_reg_pattern_test() local 22 orig_val = rd32(hw, reg); in i40e_diag_reg_pattern_test() 35 wr32(hw, reg, orig_val); in i40e_diag_reg_pattern_test() 37 if (val != orig_val) { in i40e_diag_reg_pattern_test() 40 __func__, reg, orig_val, val); in i40e_diag_reg_pattern_test()
|
| /linux-6.15/drivers/hwmon/ |
| H A D | abituguru.c | 959 u8 orig_val; in store_bank1_mask() local 968 orig_val = data->bank1_settings[attr->index][0]; in store_bank1_mask() 992 u8 orig_val; in store_bank2_mask() local 1001 orig_val = data->bank2_settings[attr->index][0]; in store_bank2_mask() 1071 orig_val; in store_pwm_setting() 1104 u8 orig_val; in store_pwm_sensor() local 1117 orig_val = data->pwm_settings[attr->index][0]; in store_pwm_sensor() 1124 data->pwm_settings[attr->index][0] = orig_val; in store_pwm_sensor() 1148 u8 orig_val; in store_pwm_enable() local 1158 orig_val = data->pwm_settings[attr->index][0]; in store_pwm_enable() [all …]
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | relo_core.c | 904 res->orig_val = 0; in bpf_core_calc_relo() 914 &res->orig_val, &res->orig_sz, in bpf_core_calc_relo() 1044 __u64 orig_val, new_val; in bpf_core_patch_insn() local 1060 orig_val = res->orig_val; in bpf_core_patch_insn() 1068 if (res->validate && insn->imm != orig_val) { in bpf_core_patch_insn() 1071 insn_idx, insn->imm, (unsigned long long)orig_val, in bpf_core_patch_insn() 1075 orig_val = insn->imm; in bpf_core_patch_insn() 1084 if (res->validate && insn->off != orig_val) { in bpf_core_patch_insn() 1102 orig_val = insn->off; in bpf_core_patch_insn() 1143 if (res->validate && imm != orig_val) { in bpf_core_patch_insn() [all …]
|
| H A D | relo_core.h | 49 __u64 orig_val; member
|
| /linux-6.15/drivers/infiniband/sw/rxe/ |
| H A D | rxe_odp.c | 259 u64 compare, u64 swap_add, u64 *orig_val) in rxe_odp_do_atomic_op() argument 294 value = *orig_val = va[page_offset >> 3]; in rxe_odp_do_atomic_op() 311 u64 compare, u64 swap_add, u64 *orig_val) in rxe_odp_atomic_op() argument 322 orig_val); in rxe_odp_atomic_op()
|
| H A D | rxe_loc.h | 74 u64 compare, u64 swap_add, u64 *orig_val); 202 u64 compare, u64 swap_add, u64 *orig_val); 217 u64 compare, u64 swap_add, u64 *orig_val) in rxe_odp_atomic_op() argument
|
| H A D | rxe_mr.c | 475 u64 compare, u64 swap_add, u64 *orig_val) in rxe_mr_do_atomic_op() argument 514 value = *orig_val = va[page_offset >> 3]; in rxe_mr_do_atomic_op()
|
| H A D | rxe_verbs.h | 182 u64 orig_val; member
|
| H A D | rxe_resp.c | 713 &res->atomic.orig_val); in atomic_reply() 718 &res->atomic.orig_val); in atomic_reply() 811 atmack_set_orig(ack, qp->resp.res->atomic.orig_val); in prepare_ack_packet()
|
| /linux-6.15/drivers/gpu/drm/amd/include/ |
| H A D | cgs_common.h | 123 #define CGS_REG_SET_FIELD(orig_val, reg, field, field_val) \ argument 124 (((orig_val) & ~CGS_REG_FIELD_MASK(reg, field)) | \
|
| /linux-6.15/drivers/cxl/ |
| H A D | pci.c | 542 u32 orig_val, val, mask; in cxl_pci_ras_unmask() local 561 orig_val = readl(addr); in cxl_pci_ras_unmask() 565 val = orig_val & ~mask; in cxl_pci_ras_unmask() 569 orig_val, val); in cxl_pci_ras_unmask() 574 orig_val = readl(addr); in cxl_pci_ras_unmask() 575 val = orig_val & ~CXL_RAS_CORRECTABLE_MASK_MASK; in cxl_pci_ras_unmask() 578 orig_val, val); in cxl_pci_ras_unmask()
|
| /linux-6.15/tools/testing/selftests/alsa/ |
| H A D | mixer-test.c | 480 static void show_values(struct ctl_data *ctl, snd_ctl_elem_value_t *orig_val, in show_values() argument 489 orig_int = snd_ctl_elem_value_get_boolean(orig_val, i); in show_values() 494 orig_int = snd_ctl_elem_value_get_integer(orig_val, i); in show_values() 499 orig_int = snd_ctl_elem_value_get_integer64(orig_val, in show_values() 506 orig_int = snd_ctl_elem_value_get_enumerated(orig_val, in show_values()
|
| /linux-6.15/drivers/media/radio/ |
| H A D | tea575x.c | 309 u32 orig_val = tea->val; in vidioc_s_tuner() local 317 if (tea->band != BAND_AM && tea->val != orig_val) in vidioc_s_tuner()
|
| /linux-6.15/drivers/input/misc/ |
| H A D | iqs626a.c | 987 unsigned int orig_val = val--; in iqs626_parse_channel() local 1010 fwnode_get_name(ch_node), orig_val); in iqs626_parse_channel() 1141 unsigned int orig_val = val--; in iqs626_parse_channel() local 1146 fwnode_get_name(ch_node), orig_val); in iqs626_parse_channel()
|
| /linux-6.15/drivers/base/regmap/ |
| H A D | regmap-kunit.c | 1061 unsigned int orig_val; in cache_sync_default_after_cache_only() local 1072 KUNIT_EXPECT_EQ(test, 0, regmap_read(map, param->from_reg + 2, &orig_val)); in cache_sync_default_after_cache_only() 1076 KUNIT_EXPECT_EQ(test, 0, regmap_write(map, param->from_reg + 2, orig_val + 1)); in cache_sync_default_after_cache_only() 1086 KUNIT_EXPECT_EQ(test, data->vals[param->from_reg + 2], orig_val + 1); in cache_sync_default_after_cache_only() 1090 KUNIT_EXPECT_EQ(test, 0, regmap_write(map, param->from_reg + 2, orig_val)); in cache_sync_default_after_cache_only() 1099 KUNIT_EXPECT_EQ(test, data->vals[param->from_reg + 2], orig_val); in cache_sync_default_after_cache_only()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | emulate.c | 1171 op->orig_val = op->val; in decode_register_operand() 1800 &op->orig_val, in writeback() 2288 ctxt->dst.orig_val = ctxt->dst.val; in em_cmpxchg() 2290 ctxt->src.orig_val = ctxt->src.val; in em_cmpxchg() 2291 ctxt->src.val = ctxt->dst.orig_val; in em_cmpxchg() 2297 ctxt->dst.val = ctxt->src.orig_val; in em_cmpxchg() 3184 ctxt->dst.val = ctxt->src.orig_val; in em_xchg() 4586 op->orig_val = op->val; in decode_operand() 4596 op->orig_val = op->val; in decode_operand() 4603 op->orig_val = op->val; in decode_operand() [all …]
|
| H A D | kvm_emulate.h | 256 unsigned long orig_val; member
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ethtool.c | 973 u32 val, orig_val; in ice_reg_pattern_test() local 976 orig_val = rd32(hw, reg); in ice_reg_pattern_test() 989 wr32(hw, reg, orig_val); in ice_reg_pattern_test() 991 if (val != orig_val) { in ice_reg_pattern_test() 993 , __func__, reg, orig_val, val); in ice_reg_pattern_test()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu.h | 1386 #define REG_SET_FIELD(orig_val, reg, field, field_val) \ argument 1387 (((orig_val) & ~REG_FIELD_MASK(reg, field)) | \
|
| /linux-6.15/drivers/net/ethernet/airoha/ |
| H A D | airoha_eth.c | 253 u32 orig_val = airoha_fe_get_pse_queue_rsv_pages(eth, port, queue); in airoha_fe_set_pse_oq_rsv() local 260 all_rsv += (val - orig_val); in airoha_fe_set_pse_oq_rsv()
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 5459 unsigned long orig_val = val; in handle_set_cr0() local 5474 vmcs_writel(CR0_READ_SHADOW, orig_val); in handle_set_cr0() 5485 unsigned long orig_val = val; in handle_set_cr4() local 5492 vmcs_writel(CR4_READ_SHADOW, orig_val); in handle_set_cr4()
|