Home
last modified time | relevance | path

Searched defs:SMC_outw (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/net/
A Dsmc91111.h93 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+(r<<1))) = d) macro
96 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+(r))) = d) macro
172 #define SMC_outw(a,d,r) (*(volatile word *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP16(d)) macro
229 #define SMC_outw(a, d, r) (*((volatile word *)((a)->iobase+(r))) = d) macro
264 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+((r)<<1))) = d) macro
266 #define SMC_outw(a, d, r) \ macro
269 #define SMC_outw(a, d, r) \ macro
A Dlan91c96.h74 #define SMC_outw(edev, d, r) (*((volatile word *)SMCREG(edev, r)) = d) macro
140 #define SMC_outw(edev, d, r) (*((volatile word *)((edev)->iobase+(r))) = d) macro
A Dsmc91111.c178 static inline void SMC_outw(struct eth_device *dev, word value, dword offset) in SMC_outw() function

Completed in 8 milliseconds