Searched refs:SMC_outsl (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smc911x.h | 162 static inline void SMC_outsl(struct smc911x_local *lp, int reg, in SMC_outsl() function 188 #define SMC_outsl(lp, r, p, l) iowrite16_rep((short*)((lp)->base + (r)), p, l*2) macro 194 #define SMC_outsl(lp, r, p, l) iowrite32_rep((int*)((lp)->base + (r)), p, l) macro 244 #ifdef SMC_outsl 245 #undef SMC_outsl 246 #define SMC_outsl(lp, r, p, l) \ macro 692 #define SMC_PUSH_DATA(lp, p, l) SMC_outsl( lp, TX_DATA_FIFO, p, (l) >> 2 )
|
| H A D | smc91x.h | 95 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro 130 #define SMC_outsl(a, r, p, l) outsl((a) + (r) - 0xa0000000, p, l) macro 152 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro 218 #define SMC_outsl(a, r, p, l) iowrite32_rep((a) + (r), p, l) macro 420 #define SMC_outsl(a, r, p, l) BUG() macro 423 #if !defined(SMC_insl) || !defined(SMC_outsl) 425 #define SMC_outsl(a, r, p, l) BUG() macro 1072 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | smc91111.h | 106 #define SMC_outsl(a,r,b,l) ({ int __i; \ macro 180 #define SMC_outsl(a,r,b,l) do{ int __i; \ macro 327 #define SMC_outsl(a,r,b,l) ({ int __i; \ macro
|
| H A D | lan91c96.h | 83 #define SMC_outsl(edev, r, b, l) ({ int __i; \ macro
|
| H A D | lan91c96.c | 413 SMC_outsl(dev, LAN91C96_DATA_HIGH, buf, length >> 2); in smc_send_packet()
|
| H A D | smc91111.c | 537 SMC_outsl (dev, SMC91111_DATA_REG, buf, length >> 2); in smc_send()
|