Lines Matching defs:v
55 static inline void hfa384x_outb_debug(struct net_device *dev, int a, u8 v) in hfa384x_outb_debug()
78 u8 v; in hfa384x_inb_debug() local
91 static inline void hfa384x_outw_debug(struct net_device *dev, int a, u16 v) in hfa384x_outw_debug()
114 u16 v; in hfa384x_inw_debug() local
127 #define HFA384X_OUTB(v,a) hfa384x_outb_debug(dev, (a), (v)) argument
129 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v)) argument
131 #define HFA384X_OUTW_DATA(v,a) hfa384x_outw_debug(dev, (a), le16_to_cpu((v))) argument
136 static inline void hfa384x_outb(struct net_device *dev, int a, u8 v) in hfa384x_outb()
154 static inline void hfa384x_outw(struct net_device *dev, int a, u16 v) in hfa384x_outw()
172 #define HFA384X_OUTB(v,a) hfa384x_outb(dev, (a), (v)) argument
174 #define HFA384X_OUTW(v,a) hfa384x_outw(dev, (a), (v)) argument
176 #define HFA384X_OUTW_DATA(v,a) hfa384x_outw(dev, (a), le16_to_cpu((v))) argument