Searched refs:SMC_outl (Results 1 – 5 of 5) 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 109 SMC_outl((a), *(__b2 + __i), r); \ 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 330 SMC_outl((a), *(__b2 + __i), r); \
|
H A D | lan91c96.h | 73 #define SMC_outl(edev, d, r) (*((volatile dword *)SMCREG(edev, r)) = d) macro 86 SMC_outl(edev, *(__b2 + __i),\
|
H A D | lan91c96.c | 397 SMC_outl(dev, (length + 6) << 16, LAN91C96_DATA_HIGH); in smc_send_packet()
|
H A D | smc91111.c | 522 SMC_outl (dev, (length + 6) << 16, SMC91111_DATA_REG); in smc_send()
|
/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 867 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 0, 2)); \ 921 SMC_outl((x)<<16, ioaddr, 12<<SMC_IO_SHIFT); \ 947 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 1)); \ 969 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 4, 2)); \ 987 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 0)); \ [all …]
|