Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wil6210/
Dmain.c972 static int wil_wait_device_ready(struct wil6210_priv *wil, int no_flash) in wil_wait_device_ready() argument
978 if (no_flash) { in wil_wait_device_ready()
1107 static int wil_target_reset(struct wil6210_priv *wil, int no_flash) in wil_target_reset() argument
1124 if (!no_flash) { in wil_target_reset()
1183 rc = wil_wait_device_ready(wil, no_flash); in wil_target_reset()
1193 if (wil->hw_version < HW_VER_TALYN_MB && no_flash) { in wil_target_reset()
1597 int no_flash; in wil_reset() local
1675 no_flash = test_bit(hw_capa_no_flash, wil->hw_capa); in wil_reset()
1676 if (!no_flash) in wil_reset()
1679 rc = wil_target_reset(wil, no_flash); in wil_reset()
[all …]