Searched defs:SMC_outw (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/net/ |
D | smc91111.h | 92 #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
|
D | lan91c96.h | 74 #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
|
D | smc91111.c | 177 static inline void SMC_outw(struct eth_device *dev, word value, dword offset) in SMC_outw() function
|