Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dsmc91111.h92 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+(r<<1))) = d) macro
95 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+(r))) = d) macro
171 #define SMC_outw(a,d,r) (*(volatile word *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP16(d)) macro
228 #define SMC_outw(a, d, r) (*((volatile word *)((a)->iobase+(r))) = d) macro
263 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+((r)<<1))) = d) macro
265 #define SMC_outw(a, d, r) \ macro
268 #define SMC_outw(a, d, r) \ macro
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
Dsmc91111.c177 static inline void SMC_outw(struct eth_device *dev, word value, dword offset) in SMC_outw() function