Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/
H A Dclock.c50 __le32 value_high; member
55 le32_to_cpu((x).value_low) | (u64)le32_to_cpu((x).value_high) << 32; \
67 __le32 value_high; member
261 cfg->value_high = cpu_to_le32(rate >> 32); in scmi_clock_rate_set()
H A Dsensors.c153 __le32 value_high; member
621 trip->value_high = cpu_to_le32(trip_value >> 32); in scmi_sensor_trip_point_config()
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Dgpio.c145 u8 which, bool value_high) in gb_gpio_direction_out_operation() argument
151 request.value = value_high ? 1 : 0; in gb_gpio_direction_out_operation()
187 u8 which, bool value_high) in gb_gpio_set_value_operation() argument
200 request.value = value_high ? 1 : 0; in gb_gpio_set_value_operation()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acnr2/
H A Drk_aiq_acnr_algo_cnr_v2.cpp7 float interp_cnr_v2(int ISO_low, int ISO_high, float value_low, float value_high, int ISO, float va… in interp_cnr_v2() argument
13 value = value_high; in interp_cnr_v2()
16 … value = float(ISO - ISO_low) / float(ISO_high - ISO_low) * (value_high - value_low) + value_low; in interp_cnr_v2()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acnr/
H A Drk_aiq_acnr_algo_cnr_v1.cpp187 float interp_cnr_v1(int ISO_low, int ISO_high, float value_low, float value_high, int ISO, float va… in interp_cnr_v1() argument
193 value = value_high; in interp_cnr_v1()
196 … value = float(ISO - ISO_low) / float(ISO_high - ISO_low) * (value_high - value_low) + value_low; in interp_cnr_v1()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acnrV30/
H A Drk_aiq_acnr_algo_cnr_v30.cpp7 #define interp_cnr_v30(value_low, value_high, ratio) (ratio * ((value_high) - (value_low)) + value_… argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/auvnr/
H A Drk_aiq_auvnr_algo_uvnr_v1.cpp414 float ufnr_interpISO_v1(int ISO_low, int ISO_high, float value_low, float value_high, int ISO, floa… in ufnr_interpISO_v1() argument
422 value = value_high; in ufnr_interpISO_v1()
426 … value = float(ISO - ISO_low) / float(ISO_high - ISO_low) * (value_high - value_low) + value_low; in ufnr_interpISO_v1()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/anr/
H A Drk_aiq_anr_algo_uvnr.cpp455 float interpISO(int ISO_low, int ISO_high, float value_low, float value_high, int ISO, float value) in interpISO() argument
463 value = value_high; in interpISO()
467 … value = float(ISO - ISO_low) / float(ISO_high - ISO_low) * (value_high - value_low) + value_low; in interpISO()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h434 uint32_t value_high; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h2374 __le32 value_high; member
H A Di40e_common.c3028 *reg_val = ((u64)le32_to_cpu(cmd_resp->value_high) << 32) | in i40e_aq_debug_read_register()
3056 cmd->value_high = cpu_to_le32((u32)(reg_val >> 32)); in i40e_aq_debug_write_register()