Lines Matching defs:a
56 static inline void hfa384x_outb_debug(struct net_device *dev, int a, u8 v) in hfa384x_outb_debug()
73 static inline u8 hfa384x_inb_debug(struct net_device *dev, int a) in hfa384x_inb_debug()
92 static inline void hfa384x_outw_debug(struct net_device *dev, int a, u16 v) in hfa384x_outw_debug()
109 static inline u16 hfa384x_inw_debug(struct net_device *dev, int a) in hfa384x_inw_debug()
128 #define HFA384X_OUTB(v,a) hfa384x_outb_debug(dev, (a), (v)) argument
129 #define HFA384X_INB(a) hfa384x_inb_debug(dev, (a)) argument
130 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v)) argument
131 #define HFA384X_INW(a) hfa384x_inw_debug(dev, (a)) argument
132 #define HFA384X_OUTW_DATA(v,a) hfa384x_outw_debug(dev, (a), le16_to_cpu((v))) argument
133 #define HFA384X_INW_DATA(a) cpu_to_le16(hfa384x_inw_debug(dev, (a))) argument
137 static inline void hfa384x_outb(struct net_device *dev, int a, u8 v) in hfa384x_outb()
146 static inline u8 hfa384x_inb(struct net_device *dev, int a) in hfa384x_inb()
155 static inline void hfa384x_outw(struct net_device *dev, int a, u16 v) in hfa384x_outw()
164 static inline u16 hfa384x_inw(struct net_device *dev, int a) in hfa384x_inw()
173 #define HFA384X_OUTB(v,a) hfa384x_outb(dev, (a), (v)) argument
174 #define HFA384X_INB(a) hfa384x_inb(dev, (a)) argument
175 #define HFA384X_OUTW(v,a) hfa384x_outw(dev, (a), (v)) argument
176 #define HFA384X_INW(a) hfa384x_inw(dev, (a)) argument
177 #define HFA384X_OUTW_DATA(v,a) hfa384x_outw(dev, (a), le16_to_cpu((v))) argument
178 #define HFA384X_INW_DATA(a) cpu_to_le16(hfa384x_inw(dev, (a))) argument