Lines Matching defs:r
72 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+((r)<<1)))) argument
73 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+((r)<<1)))) argument
81 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) argument
82 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+(r)))) argument
92 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) argument
93 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+(r<<1))) = d) argument
95 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) argument
96 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+(r))) = d) argument
99 #define SMC_outb(a,d,r) ({ word __d = (byte)(d); \ argument
106 #define SMC_outsl(a,r,b,l) ({ int __i; \ argument
114 #define SMC_outsw(a,r,b,l) ({ int __i; \ argument
122 #define SMC_insl(a,r,b,l) ({ int __i ; \ argument
131 #define SMC_insw(a,r,b,l) ({ int __i ; \ argument
140 #define SMC_insb(a,r,b,l) ({ int __i ; \ argument
160 #define SMC_inl(a,r) (SMC_LEON_SWAP32((*(volatile dword *)((a)->iobase+((r)<<0))))) argument
161 #define SMC_inl_nosw(a,r) ((*(volatile dword *)((a)->iobase+((r)<<0)))) argument
162 #define SMC_inw(a,r) (SMC_LEON_SWAP16((*(volatile word *)((a)->iobase+((r)<<0))))) argument
163 #define SMC_inw_nosw(a,r) ((*(volatile word *)((a)->iobase+((r)<<0)))) argument
170 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) argument
171 #define SMC_outl_nosw(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=(d)) argument
172 #define SMC_outw(a,d,r) (*(volatile word *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP16(d)) argument
173 #define SMC_outw_nosw(a,d,r) (*(volatile word *)((a)->iobase+((r)<<0))=(d)) argument
174 #define SMC_outb(a,d,r) do{ word __d = (byte)(d); \ argument
180 #define SMC_outsl(a,r,b,l) do{ int __i; \ argument
187 #define SMC_outsw(a,r,b,l) do{ int __i; \ argument
194 #define SMC_insl(a,r,b,l) do{ int __i ; \ argument
202 #define SMC_insw(a,r,b,l) do{ int __i ; \ argument
210 #define SMC_insb(a,r,b,l) do{ int __i ; \ argument
219 #define SMC_inw(a, r) *((volatile word*)((a)->iobase + (r))) argument
220 #define SMC_inb(a, r) (*((volatile byte*)((a)->iobase + ((r) ^ 0x01)))) argument
221 #define SMC_insw(a, r, b, l) \ argument
229 #define SMC_outw(a, d, r) (*((volatile word *)((a)->iobase+(r))) = d) argument
230 #define SMC_outb(a, d, r) ({ word __d = (byte)(d); \ argument
238 #define SMC_outsw(a, r, b, l) \ argument
255 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+((r)<<1)))) argument
257 #define SMC_inw(a, r) (*((volatile word*)((a)->iobase+((dword)(r))))) argument
259 #define SMC_inw(a, r) (*((volatile word*)((a)->iobase+(r)))) argument
261 #define SMC_inb(a,r) (((r)&1) ? SMC_inw((a),(r)&~1)>>8 : SMC_inw((a),(r)&0xFF)) argument
264 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+((r)<<1))) = d) argument
266 #define SMC_outw(a, d, r) \ argument
269 #define SMC_outw(a, d, r) \ argument
272 #define SMC_outb(a,d,r) ({ word __d = (byte)(d); \ argument
281 #define SMC_outsw(a,r,b,l) ({ int __i; \ argument
293 #define SMC_insw(a,r,b,l) ({ int __i ; \ argument
308 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r<<1)))) argument
310 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) argument
313 #define SMC_insl(a,r,b,l) ({ int __i ; \ argument
323 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) argument
325 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) argument
327 #define SMC_outsl(a,r,b,l) ({ int __i; \ argument