Searched refs:value_high (Results 1 – 7 of 7) sorted by relevance
64 __le32 value_high; member76 __le32 value_high; member254 cfg->value_high = cpu_to_le32(upper_32_bits(sec)); in scmi_imx_bbm_rtc_time_set()312 cfg->value_high = cpu_to_le32(upper_32_bits(sec)); in scmi_imx_bbm_rtc_alarm_set()
152 u8 which, bool value_high) in gb_gpio_direction_out_operation() argument158 request.value = value_high ? 1 : 0; in gb_gpio_direction_out_operation()194 u8 which, bool value_high) in gb_gpio_set_value_operation() argument207 request.value = value_high ? 1 : 0; in gb_gpio_set_value_operation()
770 unsigned long value_low, value_high; in bitmap_read() local779 value_high = map[index + 1] & BITMAP_LAST_WORD_MASK(start + nbits); in bitmap_read()780 return (value_low >> offset) | (value_high << space); in bitmap_read()
120 __le32 value_high; member125 le32_to_cpu((x).value_low) | (u64)le32_to_cpu((x).value_high) << 32; \137 __le32 value_high; member596 cfg->value_high = cpu_to_le32(rate >> 32); in scmi_clock_rate_set()
172 __le32 value_high; member770 trip->value_high = cpu_to_le32(trip_value >> 32); in scmi_sensor_trip_point_config()
2388 __le32 value_high; member
2634 *reg_val = ((u64)le32_to_cpu(cmd_resp->value_high) << 32) | in i40e_aq_debug_read_register()2662 cmd->value_high = cpu_to_le32((u32)(reg_val >> 32)); in i40e_aq_debug_write_register()