Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dmain.c856 static int wil_wait_device_ready(struct wil6210_priv *wil, int no_flash) in wil_wait_device_ready() argument
862 if (no_flash) { in wil_wait_device_ready()
991 static int wil_target_reset(struct wil6210_priv *wil, int no_flash) in wil_target_reset() argument
1005 if (!no_flash) { in wil_target_reset()
1064 rc = wil_wait_device_ready(wil, no_flash); in wil_target_reset()
1074 if (wil->hw_version < HW_VER_TALYN_MB && no_flash) { in wil_target_reset()
1450 int no_flash; in wil_reset() local
1533 no_flash = test_bit(hw_capa_no_flash, wil->hw_capa); in wil_reset()
1534 if (!no_flash) in wil_reset()
1537 rc = wil_target_reset(wil, no_flash); in wil_reset()
[all …]