Searched refs:hfa384x_outw_debug (Results 1 – 3 of 3) sorted by relevance
/drivers/net/wireless/intersil/hostap/ |
D | hostap_pci.c | 92 static inline void hfa384x_outw_debug(struct net_device *dev, int a, u16 v) in hfa384x_outw_debug() function 130 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v)) 132 #define HFA384X_OUTW_DATA(v,a) hfa384x_outw_debug(dev, (a), le16_to_cpu((v)))
|
D | hostap_cs.c | 77 static inline void hfa384x_outw_debug(struct net_device *dev, int a, u16 v) in hfa384x_outw_debug() function 139 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v))
|
D | hostap_plx.c | 141 static inline void hfa384x_outw_debug(struct net_device *dev, int a, u16 v) in hfa384x_outw_debug() function 207 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v))
|