Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dmain.c130 #define RST_DELAY (20) /* msec, for loop in @wil_wait_device_ready */ macro
131 #define RST_COUNT (1 + 1000/RST_DELAY) /* round up to be above 1 sec total */
868 msleep(RST_DELAY); in wil_wait_device_ready()
885 delay * RST_DELAY); in wil_wait_device_ready()
967 msleep(RST_DELAY); in wil_wait_device_ready_talyn_mb()
978 wil_dbg_misc(wil, "HW section done in %d ms\n", delay * RST_DELAY); in wil_wait_device_ready_talyn_mb()