Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/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.h394 #define HFA384X_CMD_BUSY BIT(15) macro
Dhostap_download.c24 while (HFA384X_INW(HFA384X_CMD_OFF) & HFA384X_CMD_BUSY && tries > 0) { in prism2_enable_aux_port()
Dhostap_hw.c277 while (HFA384X_INW(HFA384X_CMD_OFF) & HFA384X_CMD_BUSY && tries > 0) { in hfa384x_cmd_issue()
563 while (HFA384X_INW(HFA384X_CMD_OFF) & HFA384X_CMD_BUSY && tries > 0) { in __hfa384x_cmd_no_wait()