Home
last modified time | relevance | path

Searched refs:oal_max (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_cali_dpd.c621 vv1_32.ll_real = oal_max(-((1 << 15) - 1), oal_min((1 << 15) - 1, vv1_32.ll_real)); /* 左移15 */ in hmac_rf_cali_dpd_corr_calc()
622 vv1_32.ll_imag = oal_max(-((1 << 15) - 1), oal_min((1 << 15) - 1, vv1_32.ll_imag)); /* 左移15 */ in hmac_rf_cali_dpd_corr_calc()
H A Dhmac_mgmt_sta.c1565 oal_min(oal_max(us_trigger_scan_interval, 300), 600)); /* min:max 300:600 */ in hmac_ie_proc_obss_scan_ie()
H A Dhmac_mgmt_bss_comm.c1106 rx_addba_rsp_event->ampdu_max_num = oal_max(ampdu_max_num, 1); in hmac_mgmt_rx_addba_rsp_send_event()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_util.h102 #define oal_max(a, b) (((a) > (b)) ? (a) : (b)) macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.c567 assemble_max_count = oal_max(1, g_hcc_assemble_count);

Completed in 16 milliseconds