Lines Matching refs:b
106 #define SMC_outsl(a,r,b,l) ({ int __i; \ argument
108 __b2 = (dword *) b; \
114 #define SMC_outsw(a,r,b,l) ({ int __i; \ argument
116 __b2 = (word *) b; \
122 #define SMC_insl(a,r,b,l) ({ int __i ; \ argument
124 __b2 = (dword *) b; \
131 #define SMC_insw(a,r,b,l) ({ int __i ; \ argument
133 __b2 = (word *) b; \
140 #define SMC_insb(a,r,b,l) ({ int __i ; \ argument
142 __b2 = (byte *) b; \
180 #define SMC_outsl(a,r,b,l) do{ int __i; \ argument
182 __b2 = (dword *) b; \
187 #define SMC_outsw(a,r,b,l) do{ int __i; \ argument
189 __b2 = (word *) b; \
194 #define SMC_insl(a,r,b,l) do{ int __i ; \ argument
196 __b2 = (dword *) b; \
202 #define SMC_insw(a,r,b,l) do{ int __i ; \ argument
204 __b2 = (word *) b; \
210 #define SMC_insb(a,r,b,l) do{ int __i ; \ argument
212 __b2 = (byte *) b; \
221 #define SMC_insw(a, r, b, l) \ argument
224 word *__b2 = (word *)(b); \
238 #define SMC_outsw(a, r, b, l) \ argument
241 word *__b2 = (word *)(b); \
279 #define SMC_outsw(a,r,b,l) outsw((a)->iobase+(r), (b), (l))
281 #define SMC_outsw(a,r,b,l) ({ int __i; \ argument
283 __b2 = (word *) b; \
291 #define SMC_insw(a,r,b,l) insw((a)->iobase+(r), (b), (l))
293 #define SMC_insw(a,r,b,l) ({ int __i ; \ argument
295 __b2 = (word *) b; \
313 #define SMC_insl(a,r,b,l) ({ int __i ; \ argument
315 __b2 = (dword *) b; \
327 #define SMC_outsl(a,r,b,l) ({ int __i; \ argument
329 __b2 = (dword *) b; \