Home
last modified time | relevance | path

Searched refs:value_high (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/staging/greybus/
H A Dgpio.c147 u8 which, bool value_high) in gb_gpio_direction_out_operation() argument
153 request.value = value_high ? 1 : 0; in gb_gpio_direction_out_operation()
189 u8 which, bool value_high) in gb_gpio_set_value_operation() argument
196 request.value = value_high ? 1 : 0; in gb_gpio_set_value_operation()
/linux/include/linux/
H A Dbitmap.h830 unsigned long value_low, value_high; in bitmap_read() local
839 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()
/linux/drivers/platform/x86/
H A Dbitland-mifs-wmi.c136 u8 value_high; /* For fan speed events, combined with value_low */ member
755 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()
/linux/drivers/firmware/arm_scmi/
H A Dclock.c122 __le32 value_high; member
127 le32_to_cpu((x).value_low) | (u64)le32_to_cpu((x).value_high) << 32; \
139 __le32 value_high; member
692 cfg->value_high = cpu_to_le32(rate >> 32); in scmi_clock_rate_set()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h2238 __le32 value_high; member
H A Di40e_common.c2441 *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()