Home
last modified time | relevance | path

Searched refs:timeout_jiffies (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Dplat_sdio.c81 unsigned long timeout_jiffies; in sdio_patch_readsb() local
95 timeout_jiffies = OAL_TIME_JIFFY + OAL_MSECS_TO_JIFFIES(timeout); in sdio_patch_readsb()
108 if (oal_time_after(OAL_TIME_JIFFY, timeout_jiffies) > 0) { in sdio_patch_readsb()
124 timeout_jiffies = OAL_TIME_JIFFY + OAL_MSECS_TO_JIFFIES(timeout); in sdio_patch_readsb()
137 if (oal_time_after((hi_u32)OAL_TIME_JIFFY, timeout_jiffies) > 0) { in sdio_patch_readsb()
H A Dexception_rst.c107 unsigned long timeout_jiffies; in oal_trigger_exception() local
125 timeout_jiffies = OAL_TIME_JIFFY + OAL_MSECS_TO_JIFFIES(2000); /* jiffies 2000 */ in oal_trigger_exception()
131 if (oal_time_after(OAL_TIME_JIFFY, timeout_jiffies) > 0) { in oal_trigger_exception()

Completed in 2 milliseconds