Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dmain.c983 static int wil_wait_device_ready(struct wil6210_priv *wil, int no_flash) in wil_wait_device_ready() argument
989 if (no_flash) { in wil_wait_device_ready()
1118 static int wil_target_reset(struct wil6210_priv *wil, int no_flash) in wil_target_reset() argument
1135 if (!no_flash) { in wil_target_reset()
1194 rc = wil_wait_device_ready(wil, no_flash); in wil_target_reset()
1204 if (wil->hw_version < HW_VER_TALYN_MB && no_flash) { in wil_target_reset()
1608 int no_flash; in wil_reset() local
1684 no_flash = test_bit(hw_capa_no_flash, wil->hw_capa); in wil_reset()
1685 if (!no_flash) in wil_reset()
1688 rc = wil_target_reset(wil, no_flash); in wil_reset()
[all …]