/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_cali_dpd.c | 586 hi1131_complex_stru vv1_32, vv0_32, xll_32, yll_32, dpd_lut_fixed, tmp1, tmp2, y_opt_32, sum; in hmac_rf_cali_dpd_corr_calc() local 612 tmp1 = complex_div_round_closest(hmac_dpd_complex_multiply_const(ak_16[1], ll_amp), 1 << 17); /* 17:bits */ in hmac_rf_cali_dpd_corr_calc() 613 tmp1 = hmac_dpd_complex_add(ak_16[0], tmp1); in hmac_rf_cali_dpd_corr_calc() 616 vv0_32 = hmac_dpd_complex_add(tmp1, tmp2); in hmac_rf_cali_dpd_corr_calc()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/ |
H A D | hiproc.c | 84 hi_entry_list *tmp1 = HI_NULL; in get_list_and_delete_node() local 89 tmp1 = g_proc_head; in get_list_and_delete_node() 93 tmp1 = pre->next; in get_list_and_delete_node() 97 tmp = tmp1; in get_list_and_delete_node()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/ |
H A D | hiproc.c | 83 hi_entry_list *tmp1 = HI_NULL; in get_list_and_delete_node() local 88 tmp1 = g_proc_head; in get_list_and_delete_node() 92 tmp1 = pre->next; in get_list_and_delete_node() 96 tmp = tmp1; in get_list_and_delete_node()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at.c | 239 hi_char *tmp1 = (hi_char *)param; in cmd_strtoaddr() local 250 tmp2 = (char*)strsep(&tmp1, ":"); in cmd_strtoaddr() 257 if (tmp1 == NULL) { in cmd_strtoaddr() 260 mac_addr[cnt] = (hi_uchar)strtoul(tmp1, &tmp3, 16); /* 16 */ in cmd_strtoaddr()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 239 int tmp1, tmp2; in drm_cvt_mode() local 247 tmp1 = HV_FACTOR * 0xf4240 - CVT_MIN_VSYNC_BP * HV_FACTOR * vfieldrate; in drm_cvt_mode() 249 hperiod = tmp1 * 0x2 / (tmp2 * vfieldrate); in drm_cvt_mode() 251 tmp1 = CVT_MIN_VSYNC_BP * HV_FACTOR / hperiod + 1; in drm_cvt_mode() 253 if (tmp1 < (vsync + CVT_MIN_V_PORCH)) { in drm_cvt_mode() 256 vsyncandback_porch = tmp1; in drm_cvt_mode() 299 int tmp1, tmp2; in drm_cvt_mode() local 301 tmp1 = HV_FACTOR * 0xf4240 - CVT_RB_MIN_VBLANK * HV_FACTOR * vfieldrate; in drm_cvt_mode() 303 hperiod = tmp1 / (tmp2 * vfieldrate); in drm_cvt_mode() 397 unsigned int tmp1, tmp in drm_gtf_mode_complex() local [all...] |
/device/board/hisilicon/hispark_taurus/uboot/secureboot_ohos/ |
H A D | sec_os.sh | 34 local tmp1=$[$1 & 0xff] 38 local val=$[$[$tmp1 << 24] | $[$tmp2 << 16] | $[$tmp3 << 8] | $tmp4]
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_ohos/ |
H A D | sec_os.sh | 34 local tmp1=$[$1 & 0xff] 38 local val=$[$[$tmp1 << 24] | $[$tmp2 << 16] | $[$tmp3 << 8] | $tmp4]
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | utlist.h | 957 #define CDL_FOREACH_SAFE(head,el,tmp1,tmp2) \ 958 CDL_FOREACH_SAFE2(head,el,tmp1,tmp2,prev,next) 960 #define CDL_FOREACH_SAFE2(head,el,tmp1,tmp2,prev,next) \ 961 for ((el) = (head), (tmp1) = (head) ? (head)->prev : NULL; \ 963 (el) = ((el) == (tmp1) ? NULL : (tmp2)))
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_common.h | 185 #define hdmi_check_is_change_return(tmp0, tmp1, ret) \ 187 if ((tmp0) != (tmp1)) { \ 188 hdmi_info("%s change, old(%u)->new(%u) \n", #tmp0, (hi_u32)(tmp0), (hi_u32)(tmp1)); \
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ |
H A D | create_secure_boot.sh | 59 local tmp1=$[$1 & 0xff] 63 local val=$[$[$tmp1 << 24] | $[$tmp2 << 16] | $[$tmp3 << 8] | $tmp4]
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ |
H A D | create_secure_boot.sh | 54 local tmp1=$[$1 & 0xff] 58 local val=$[$[$tmp1 << 24] | $[$tmp2 << 16] | $[$tmp3 << 8] | $tmp4]
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfgvendor.c | 883 int tmp, tmp1, tmp2, type, j = 0, dummy; in wl_cfgvendor_hotlist_cfg() local 935 nla_for_each_nested(inner, outer, tmp1) { in wl_cfgvendor_hotlist_cfg() 1030 int tmp, tmp1, tmp2, type = 0, num = 0; in wl_cfgvendor_epno_cfg() local 1050 nla_for_each_nested(inner, outer, tmp1) { in wl_cfgvendor_epno_cfg() 2162 int tmp, tmp1, tmp2, type; in wl_cfgvendor_set_bssid_pref() local 2224 nla_for_each_nested(inner, outer, tmp1) { in wl_cfgvendor_set_bssid_pref() 2397 int tmp, tmp1, mem_needed = 0, type; in wl_cfgvendor_set_ssid_whitelist() local 2462 nla_for_each_nested(iter1, iter, tmp1) { in wl_cfgvendor_set_ssid_whitelist()
|