| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| 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 257 SMC_outl(*((u32 *)buf), lp, reg); in smc_pxa_dma_outsl() 694 #define SMC_SET_TX_FIFO(lp, x) SMC_outl( x, lp, TX_DATA_FIFO ) 705 #define SMC_SET_IRQ_CFG(lp, x) SMC_outl( x, lp, INT_CFG ) 707 #define SMC_ACK_INT(lp, x) SMC_outl( x, lp, INT_STS ) 709 #define SMC_SET_INT_EN(lp, x) SMC_outl( x, lp, INT_EN ) 711 #define SMC_SET_BYTE_TEST(lp, x) SMC_outl( x, lp, BYTE_TEST ) 713 #define SMC_SET_FIFO_INT(lp, x) SMC_outl( x, lp, FIFO_INT ) [all …]
|
| 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 878 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 0, 2)); \ 932 SMC_outl((x)<<16, ioaddr, 12<<SMC_IO_SHIFT); \ 958 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 1)); \ 980 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 4, 2)); \ 998 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 0)); \ [all …]
|
| /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 110 SMC_outl((a), *(__b2 + __i), r); \ 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 331 SMC_outl((a), *(__b2 + __i), r); \
|
| H A D | lan91c96.h | 74 #define SMC_outl(edev, d, r) (*((volatile dword *)SMCREG(edev, r)) = d) macro 87 SMC_outl(edev, *(__b2 + __i),\
|
| H A D | lan91c96.c | 398 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()
|