Searched refs:hfa384x_outb_debug (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/wireless/intersil/hostap/ |
D | hostap_pci.c | 55 static inline void hfa384x_outb_debug(struct net_device *dev, int a, u8 v) in hfa384x_outb_debug() function 127 #define HFA384X_OUTB(v,a) hfa384x_outb_debug(dev, (a), (v))
|
D | hostap_cs.c | 46 static inline void hfa384x_outb_debug(struct net_device *dev, int a, u8 v) in hfa384x_outb_debug() function 136 #define HFA384X_OUTB(v,a) hfa384x_outb_debug(dev, (a), (v))
|
D | hostap_plx.c | 108 static inline void hfa384x_outb_debug(struct net_device *dev, int a, u8 v) in hfa384x_outb_debug() function 204 #define HFA384X_OUTB(v,a) hfa384x_outb_debug(dev, (a), (v))
|