Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dmain.c131 #define RST_DELAY (20) /* msec, for loop in @wil_wait_device_ready */ macro
132 #define RST_COUNT (1 + 1000/RST_DELAY) /* round up to be above 1 sec total */
995 msleep(RST_DELAY); in wil_wait_device_ready()
1012 delay * RST_DELAY); in wil_wait_device_ready()
1094 msleep(RST_DELAY); in wil_wait_device_ready_talyn_mb()
1105 wil_dbg_misc(wil, "HW section done in %d ms\n", delay * RST_DELAY); in wil_wait_device_ready_talyn_mb()