Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H 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
H A Dlan91c96.h75 #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 Dsmc91111.c177 static inline void SMC_outw(struct eth_device *dev, word value, dword offset) in SMC_outw() function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc91x.h78 #define SMC_outw(lp, v, a, r) \ macro
127 #define SMC_outw(lp, v, a, r) outw(v, (a) + (r) - 0xa0000000) macro
147 #define SMC_outw(lp, v, a, r) writew(v, (a) + (r)) macro
179 #define SMC_outw(lp, v, a, r) writew(_swapw(v), (a) + (r)) macro
213 #define SMC_outw(lp, v, a, r) iowrite16(v, (a) + (r)) macro
430 #define SMC_outw(lp, x, ioaddr, reg) SMC_outw_b(x, ioaddr, reg) macro