Searched refs:value_high (Results 1 – 6 of 6) sorted by relevance
147 u8 which, bool value_high) in gb_gpio_direction_out_operation() argument153 request.value = value_high ? 1 : 0; in gb_gpio_direction_out_operation()189 u8 which, bool value_high) in gb_gpio_set_value_operation() argument196 request.value = value_high ? 1 : 0; in gb_gpio_set_value_operation()
830 unsigned long value_low, value_high; in bitmap_read() local839 value_high = map[index + 1] & BITMAP_LAST_WORD_MASK(start + nbits); in bitmap_read()840 return (value_low >> offset) | (value_high << space); in bitmap_read()
136 u8 value_high; /* For fan speed events, combined with value_low */ member755 event->event_id, event->value_low, event->value_high); in bitland_mifs_wmi_notify()794 fan_data.speed = (event->value_high << 8) | event->value_low; in bitland_mifs_wmi_notify()
122 __le32 value_high; member127 le32_to_cpu((x).value_low) | (u64)le32_to_cpu((x).value_high) << 32; \139 __le32 value_high; member692 cfg->value_high = cpu_to_le32(rate >> 32); in scmi_clock_rate_set()
2238 __le32 value_high; member
2441 *reg_val = ((u64)le32_to_cpu(cmd_resp->value_high) << 32) | in i40e_aq_debug_read_register()2469 cmd->value_high = cpu_to_le32((u32)(reg_val >> 32)); in i40e_aq_debug_write_register()