Searched refs:HFA384X_INSW (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_cs.c141 #define HFA384X_INSW(a, buf, wc) hfa384x_insw_debug(dev, (a), (buf), (wc)) macro
149 #define HFA384X_INSW(a, buf, wc) insw(dev->base_addr + (a), buf, wc) macro
165 HFA384X_INSW(d_off, buf, len / 2); hfa384x_from_bap()
H A Dhostap_plx.c209 #define HFA384X_INSW(a, buf, wc) hfa384x_insw_debug(dev, (a), (buf), (wc)) macro
217 #define HFA384X_INSW(a, buf, wc) insw(dev->base_addr + (a), buf, wc) macro
233 HFA384X_INSW(d_off, buf, len / 2); hfa384x_from_bap()
H A Dhostap_download.c110 HFA384X_INSW(HFA384X_AUXDATA_OFF, buf, len / 2); hfa384x_from_aux()

Completed in 99 milliseconds