Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intersil/hostap/
Dhostap_pci.c249 while ((HFA384X_INW(HFA384X_CMD_OFF) & HFA384X_CMD_BUSY) && --i) in prism2_pci_cor_sreset()
261 if (HFA384X_INW(HFA384X_CMD_OFF) & HFA384X_CMD_BUSY) { in prism2_pci_cor_sreset()
Dhostap_wlan.h398 #define HFA384X_CMD_BUSY BIT(15) macro
Dhostap_download.c25 while (HFA384X_INW(HFA384X_CMD_OFF) & HFA384X_CMD_BUSY && tries > 0) { in prism2_enable_aux_port()
Dhostap_hw.c266 while (HFA384X_INW(HFA384X_CMD_OFF) & HFA384X_CMD_BUSY && tries > 0) { in hfa384x_cmd_issue()
546 while (HFA384X_INW(HFA384X_CMD_OFF) & HFA384X_CMD_BUSY && tries > 0) { in __hfa384x_cmd_no_wait()