Searched refs:value_high (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | plugin.h | 171 uint64_t value_high, 257 uint64_t value_high, in qemu_plugin_vcpu_mem_cb() argument
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | clock.c | 59 __le32 value_high; member 64 le32_to_cpu((x).value_low) | (u64)le32_to_cpu((x).value_high) << 32; \ 76 __le32 value_high; member 370 cfg->value_high = cpu_to_le32(rate >> 32); in scmi_clock_rate_set()
|
H A D | sensors.c | 169 __le32 value_high; member 752 trip->value_high = cpu_to_le32(trip_value >> 32); in scmi_sensor_trip_point_config()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | gpio.c | 152 u8 which, bool value_high) in gb_gpio_direction_out_operation() argument 158 request.value = value_high ? 1 : 0; in gb_gpio_direction_out_operation() 194 u8 which, bool value_high) in gb_gpio_set_value_operation() argument 207 request.value = value_high ? 1 : 0; in gb_gpio_set_value_operation()
|
/openbmc/linux/include/linux/ |
H A D | bitmap.h | 637 unsigned long value_low, value_high; in bitmap_read() local 646 value_high = map[index + 1] & BITMAP_LAST_WORD_MASK(start + nbits); in bitmap_read() 647 return (value_low >> offset) | (value_high << space); in bitmap_read()
|
/openbmc/qemu/accel/tcg/ |
H A D | ldst_common.c.inc | 128 uint64_t value_high, 133 value_low, value_high, 198 uint64_t value_high, 203 value_low, value_high,
|
/openbmc/qemu/plugins/ |
H A D | core.c | 606 uint64_t value_high, in qemu_plugin_vcpu_mem_cb() argument 617 cpu->neg.plugin_mem_value_high = value_high; in qemu_plugin_vcpu_mem_cb()
|
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/ |
H A D | ep93xx.h | 433 uint32_t value_high; member
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq_cmd.h | 2388 __le32 value_high; member
|
H A D | i40e_common.c | 2908 *reg_val = ((u64)le32_to_cpu(cmd_resp->value_high) << 32) | in i40e_aq_debug_read_register() 2936 cmd->value_high = cpu_to_le32((u32)(reg_val >> 32)); in i40e_aq_debug_write_register()
|