Home
last modified time | relevance | path

Searched refs:value_high (Results 1 – 3 of 3) 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/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()