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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_plx.c211 #define HFA384X_INSW(a, buf, wc) hfa384x_insw_debug(dev, (a), (buf), (wc)) macro
219 #define HFA384X_INSW(a, buf, wc) insw(dev->base_addr + (a), buf, wc) macro
235 HFA384X_INSW(d_off, buf, len / 2);
H A Dhostap_cs.c146 #define HFA384X_INSW(a, buf, wc) hfa384x_insw_debug(dev, (a), (buf), (wc)) macro
154 #define HFA384X_INSW(a, buf, wc) insw(dev->base_addr + (a), buf, wc) macro
170 HFA384X_INSW(d_off, buf, len / 2);
H A Dhostap_download.c110 HFA384X_INSW(HFA384X_AUXDATA_OFF, buf, len / 2);

Completed in 107 milliseconds