Home
last modified time | relevance | path

Searched refs:value64 (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/linux/drivers/acpi/acpica/
H A Dhwregs.c201 u64 value64; in acpi_hw_read() local
231 value64 = 0; in acpi_hw_read()
241 &value64, access_width); in acpi_hw_read()
251 value64 = (u64)value32; in acpi_hw_read()
260 ACPI_MASK_BITS_ABOVE_64(access_width), value64); in acpi_hw_read()
296 u64 value64; in acpi_hw_write() local
325 value64 = ACPI_GET_BITS(&value, index * access_width, in acpi_hw_write()
338 value64, access_width); in acpi_hw_write()
346 (u32)value64, in acpi_hw_write()
491 u64 value64; in acpi_hw_register_read() local
[all …]
/openbmc/linux/tools/lib/
H A Dstring.c195 u64 value64; in memchr_inv() local
201 value64 = value; in memchr_inv()
202 value64 |= value64 << 8; in memchr_inv()
203 value64 |= value64 << 16; in memchr_inv()
204 value64 |= value64 << 32; in memchr_inv()
221 if (*(u64 *)start != value64) in memchr_inv()
/openbmc/linux/drivers/acpi/pmic/
H A Dintel_pmic.c51 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_power_handler() argument
59 if (bits != 32 || !value64) in intel_pmic_power_handler()
62 if (function == ACPI_WRITE && !(*value64 == 0 || *value64 == 1)) in intel_pmic_power_handler()
73 d->get_power(regmap, reg, bit, value64) : in intel_pmic_power_handler()
74 d->update_power(regmap, reg, bit, *value64 == 1); in intel_pmic_power_handler()
170 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_thermal_handler() argument
177 if (bits != 32 || !value64) in intel_pmic_thermal_handler()
188 result = pmic_thermal_temp(opregion, reg, function, value64); in intel_pmic_thermal_handler()
190 result = pmic_thermal_aux(opregion, reg, function, value64); in intel_pmic_thermal_handler()
193 function, value64); in intel_pmic_thermal_handler()
[all …]
/openbmc/linux/lib/
H A Dstring.c839 u64 value64; in memchr_inv() local
845 value64 = value; in memchr_inv()
847 value64 *= 0x0101010101010101ULL; in memchr_inv()
849 value64 *= 0x01010101; in memchr_inv()
850 value64 |= value64 << 32; in memchr_inv()
852 value64 |= value64 << 8; in memchr_inv()
853 value64 |= value64 << 16; in memchr_inv()
854 value64 |= value64 << 32; in memchr_inv()
872 if (*(u64 *)start != value64) in memchr_inv()
/openbmc/u-boot/lib/
H A Dstring.c689 u64 value64; in memchr_inv() local
695 value64 = value; in memchr_inv()
696 value64 |= value64 << 8; in memchr_inv()
697 value64 |= value64 << 16; in memchr_inv()
698 value64 |= value64 << 32; in memchr_inv()
715 if (*(u64 *)start != value64) in memchr_inv()
/openbmc/linux/drivers/acpi/
H A Dacpi_cmos_rtc.c29 u32 bits, u64 *value64, in acpi_cmos_rtc_space_handler() argument
33 u8 *value = (u8 *)value64; in acpi_cmos_rtc_space_handler()
35 if (address > 0xff || !value64) in acpi_cmos_rtc_space_handler()
/openbmc/linux/drivers/platform/x86/intel/
H A Dishtp_eclite.c204 u32 bits, u64 *value64, in ecl_opregion_cmd_handler() argument
211 if (!region_context || !value64) in ecl_opregion_cmd_handler()
225 cmd->command = (u32)*value64; in ecl_opregion_cmd_handler()
235 cmd->offset = (u32)*value64; in ecl_opregion_cmd_handler()
238 cmd->length = (u32)*value64; in ecl_opregion_cmd_handler()
241 cmd->event_id = (u32)*value64; in ecl_opregion_cmd_handler()
254 u32 bits, u64 *value64, in ecl_opregion_data_handler() argument
261 if (!region_context || !value64) in ecl_opregion_data_handler()
274 memcpy(value64, data_addr, bytes); in ecl_opregion_data_handler()
276 memcpy(data_addr, value64, bytes); in ecl_opregion_data_handler()
/openbmc/u-boot/drivers/net/phy/
H A Db53.c635 u64 value64 = 0; in do_b53_reg_read() local
667 ret = b53_mdio_read48(bus, page, offset, &value64); in do_b53_reg_read()
669 page, offset, value64); in do_b53_reg_read()
672 ret = b53_mdio_read48(bus, page, offset, &value64); in do_b53_reg_read()
674 page, offset, value64); in do_b53_reg_read()
689 u64 value64 = 0; in do_b53_reg_write() local
702 value64 = simple_strtoull(argv[4], NULL, 16); in do_b53_reg_write()
717 ret = b53_mdio_write48(bus, page, offset, value64); in do_b53_reg_write()
720 ret = b53_mdio_write64(bus, page, offset, value64); in do_b53_reg_write()
/openbmc/linux/fs/vboxsf/
H A Dvboxsf_wrappers.c157 parms.handle.u.value64 = handle; in vboxsf_close()
210 parms.handle.u.value64 = handle; in vboxsf_read()
212 parms.offset.u.value64 = offset; in vboxsf_read()
234 parms.handle.u.value64 = handle; in vboxsf_write()
236 parms.offset.u.value64 = offset; in vboxsf_write()
261 parms.handle.u.value64 = handle; in vboxsf_dirinfo()
304 parms.handle.u.value64 = handle; in vboxsf_fsinfo()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_kms.c244 uint64_t value64; in radeon_info_ioctl() local
447 value = (uint32_t *)&value64; in radeon_info_ioctl()
449 value64 = radeon_get_gpu_clock_counter(rdev); in radeon_info_ioctl()
546 value = (uint32_t *)&value64; in radeon_info_ioctl()
548 value64 = atomic64_read(&rdev->num_bytes_moved); in radeon_info_ioctl()
551 value = (uint32_t *)&value64; in radeon_info_ioctl()
554 value64 = ttm_resource_manager_usage(man); in radeon_info_ioctl()
557 value = (uint32_t *)&value64; in radeon_info_ioctl()
560 value64 = ttm_resource_manager_usage(man); in radeon_info_ioctl()
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-btree.c203 dm_bm_prefetch(bm, value64(f->n, i)); in prefetch_children()
310 b = value64(f->n, f->current_child); in dm_btree_del()
317 b = value64(f->n, f->current_child); in dm_btree_del()
363 block = value64(ro_node(s), i); in btree_lookup_raw()
449 r = dm_btree_lookup_next_single(info, value64(n, i), key, rkey, value_le); in dm_btree_lookup_next_single()
452 r = dm_btree_lookup_next_single(info, value64(n, i), key, rkey, value_le); in dm_btree_lookup_next_single()
715 root = value64(parent, index); in shadow_child()
1012 dm_block_t left_b = value64(parent, parent_index - 1); in rebalance_or_split()
1030 dm_block_t right_b = value64(parent, parent_index + 1); in rebalance_or_split()
1145 root = value64(node, i); in btree_insert_raw()
[all …]
H A Ddm-btree-remove.c169 root = value64(parent, index); in init_child()
493 dm_block_t b = value64(n, 0); in rebalance_children()
588 root = value64(n, i); in remove_raw()
615 root = value64(n, index); in dm_btree_remove()
686 root = value64(n, i); in remove_nearest()
712 root = value64(n, index); in remove_one()
H A Ddm-btree-internal.h129 static inline uint64_t value64(struct btree_node *n, uint32_t index) in value64() function
/openbmc/linux/include/uapi/linux/
H A Dvbox_vmmdev_types.h225 __u64 value64; member
248 __u64 value64; member
/openbmc/qemu/hw/timer/
H A Dbcm2835_systmr.c71 uint64_t value64, unsigned size) in bcm2835_systmr_write() argument
75 uint32_t value = value64; in bcm2835_systmr_write()
/openbmc/linux/drivers/platform/surface/
H A Dsurface3_power.c375 u32 bits, u64 *value64, in mshw0011_space_handler() argument
378 struct gsb_buffer *gsb = (struct gsb_buffer *)value64; in mshw0011_space_handler()
393 if (!value64 || !i2c_acpi_get_i2c_resource(ares, &sb)) { in mshw0011_space_handler()
H A Dsurface_acpi_notify.c635 u32 bits, u64 *value64, void *opreg_context, in san_opreg_handler() argument
639 struct gsb_buffer *buffer = (struct gsb_buffer *)value64; in san_opreg_handler()
/openbmc/linux/drivers/virt/vboxguest/
H A Dvboxguest_utils.c686 parm64[i].u.value64 = parm32[i].u.value64; in vbg_hgcm_call32()
718 parm32[i].u.value64 = parm64[i].u.value64; in vbg_hgcm_call32()
/openbmc/linux/fs/orangefs/
H A Ddowncall.h78 __s64 value64; member
H A Dupcall.h193 __s64 value64; member
/openbmc/linux/drivers/i2c/
H A Di2c-core-acpi.c644 u32 bits, u64 *value64, in i2c_acpi_space_handler() argument
647 struct gsb_buffer *gsb = (struct gsb_buffer *)value64; in i2c_acpi_space_handler()
669 if (!value64 || !i2c_acpi_get_i2c_resource(ares, &sb)) { in i2c_acpi_space_handler()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c60 c->value64 = *ptr.p_s64; in ptr_to_user()
135 *ctrl->p_new.p_s64 = c->value64; in user_to_new()
544 p_new.p_s64 = &cs->controls[i].value64; in validate_ctrls()
871 c.value64 = 0; in v4l2_ctrl_g_ctrl_int64()
873 return c.value64; in v4l2_ctrl_g_ctrl_int64()
H A Dv4l2-compat-ioctl32.c658 __s64 value64; member
742 compat_s64 value64; member
776 compat_s64 value64; member
1147 size -= sizeof(ec32->value64); in v4l2_compat_put_array_args()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Ddebugfs.c849 u64 value64, addr = entry->addr; in hl_data_read32() local
862 rc = hl_access_mem(hdev, addr, &value64, DEBUGFS_READ32); in hl_data_read32()
866 val = value64; /* downcast back to 32 */ in hl_data_read32()
878 u64 value64, addr = entry->addr; in hl_data_write32() local
891 value64 = value; in hl_data_write32()
892 rc = hl_access_mem(hdev, addr, &value64, DEBUGFS_WRITE32); in hl_data_write32()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-ext-ctrls.rst76 ``id``, ``size``, ``reserved2`` and ``value/value64/string/ptr`` fields
83 ``value/value64/string/ptr`` fields of each struct
168 - ``value64``

12