Home
last modified time | relevance | path

Searched refs:OAL_MSECS_TO_JIFFIES (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_timer.h164 pst_timer->expires = OAL_MSECS_TO_JIFFIES(ul_delay); in oal_timer_init()
212 pst_timer->expires = OAL_MSECS_TO_JIFFIES((hi_u32)ui_delay); in oal_timer_start()
216 return mod_timer(pst_timer, OAL_MSECS_TO_JIFFIES((hi_u32)ui_delay)); in oal_timer_start()
230 pst_timer->expires = OAL_MSECS_TO_JIFFIES(ui_delay); in oal_timer_start_on()
H A Dplat_sdio.c95 timeout_jiffies = OAL_TIME_JIFFY + OAL_MSECS_TO_JIFFIES(timeout); in sdio_patch_readsb()
124 timeout_jiffies = OAL_TIME_JIFFY + OAL_MSECS_TO_JIFFIES(timeout); in sdio_patch_readsb()
H A Doal_time.h79 #define OAL_MSECS_TO_JIFFIES(_msecs) msecs_to_jiffies(_msecs) macro
86 #define OAL_MSECS_TO_JIFFIES(_msecs) LOS_MS2Tick(_msecs) macro
H A Dexception_rst.c125 timeout_jiffies = OAL_TIME_JIFFY + OAL_MSECS_TO_JIFFIES(2000); /* jiffies 2000 */ in oal_trigger_exception()
H A Dplat_pm_wlan.c428 ret = oal_wait_for_completion_timeout(&device_ready, (hi_u32)OAL_MSECS_TO_JIFFIES(HOST_WAIT_READY_INTERVAL)); in wlan_pm_open()
655 (hi_u32)OAL_MSECS_TO_JIFFIES(WLAN_WAKUP_MSG_WAIT_TIMEOUT)); in wlan_pm_wakeup_dev_again()
965 (hi_u32)OAL_MSECS_TO_JIFFIES(WLAN_SLEEP_MSG_WAIT_TIMEOUT)); in hi_wifi_host_request_sleep()
1007 (hi_u32)OAL_MSECS_TO_JIFFIES(WLAN_SLEEP_MSG_WAIT_TIMEOUT)); in wlan_pm_allow_dev_sleep()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_wow.c689 (hi_u32)OAL_MSECS_TO_JIFFIES(WOW_SLEEP_REQ_WAIT_TIMEOUT)); in hmac_wow_obtain_lock()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_cfg80211.c438 (hi_u32)OAL_MSECS_TO_JIFFIES(WIFI_ROC_TIMEOUT)) == 0) { in wal_p2p_stop_roc()
4464 if (oal_time_is_before(tmp_cookie->record_time + OAL_MSECS_TO_JIFFIES(WAL_MGMT_TX_TIMEOUT_MSEC))) { in wal_check_cookie_timeout()
4615 OAL_MSECS_TO_JIFFIES(wait)); // 使用非wifi目录定义宏函数,误报告警,lin_t e26告警屏蔽 in wal_check_cookie_timeout()
4796 (oal_time_before(start_time_stamp, start_time_stamp + OAL_MSECS_TO_JIFFIES(wait)))); in wal_check_cookie_timeout()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.c180 OAL_MSECS_TO_JIFFIES(20)); /* delay 20 jiffes */
2081 (hi_u32)OAL_MSECS_TO_JIFFIES(WLAN_HEART_BEAT_ENABLE_WAIT_TIMEOUT));

Completed in 15 milliseconds