Lines Matching defs:d
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
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
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
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
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