Searched refs:hfa384x_outw_debug (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_pci.c | 91 static inline void hfa384x_outw_debug(struct net_device *dev, int a, u16 v) in hfa384x_outw_debug() function 129 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v)) 131 #define HFA384X_OUTW_DATA(v,a) hfa384x_outw_debug(dev, (a), le16_to_cpu((v)))
|
H A D | hostap_plx.c | 140 static inline void hfa384x_outw_debug(struct net_device *dev, int a, u16 v) in hfa384x_outw_debug() function 206 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v))
|
H A D | hostap_cs.c | 76 static inline void hfa384x_outw_debug(struct net_device *dev, int a, u16 v) in hfa384x_outw_debug() function 138 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v))
|