Searched defs:SMC_outl (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | smc91111.h | 92 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro 95 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro 170 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro 323 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro 325 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
|
| H A D | lan91c96.h | 74 #define SMC_outl(edev, d, r) (*((volatile dword *)SMCREG(edev, r)) = d) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smc91x.h | 89 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro 128 #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000) macro 148 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro 214 #define SMC_outl(v, a, r) iowrite32(v, (a) + (r)) macro 418 #define SMC_outl(x, ioaddr, reg) BUG() macro
|
| H A D | smc911x.h | 125 static inline void SMC_outl(unsigned int value, struct smc911x_local *lp, in SMC_outl() function 182 #define SMC_outl(v, lp, r) \ macro 192 #define SMC_outl(v, lp, r) writel(v, (lp)->base + (r)) macro
|