Searched defs:SMC_outl (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | smc91111.h | 91 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro 94 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro 169 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro 322 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro 324 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
|
H A D | lan91c96.h | 73 #define SMC_outl(edev, d, r) (*((volatile dword *)SMCREG(edev, r)) = d) macro
|
/openbmc/linux/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 203 #define SMC_outl(v, a, r) iowrite32(v, (a) + (r)) macro 407 #define SMC_outl(x, ioaddr, reg) BUG() macro
|