Searched defs:SMC_outw (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | smc91111.h | 93 #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
|
| H A D | lan91c96.h | 75 #define SMC_outw(edev, d, r) (*((volatile word *)SMCREG(edev, r)) = d) macro 141 #define SMC_outw(edev, d, r) (*((volatile word *)((edev)->iobase+(r))) = d) macro
|
| H A D | smc91111.c | 177 static inline void SMC_outw(struct eth_device *dev, word value, dword offset) in SMC_outw() function
|