Home
last modified time | relevance | path

Searched refs:SMC_outsw (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc91x.h93 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro
132 #define SMC_outsw(a, r, p, l) outsw((a) + (r) - 0xa0000000, p, l) macro
150 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro
181 #define SMC_outsw(a, r, p, l) mcf_outsw(a + r, p, l) macro
216 #define SMC_outsw(a, r, p, l) iowrite16_rep((a) + (r), p, l) macro
433 #define SMC_outsw(a, r, p, l) BUG() macro
437 #if !defined(SMC_insw) || !defined(SMC_outsw)
439 #define SMC_outsw(a, r, p, l) BUG() macro
1067 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1075 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsmc91111.h114 #define SMC_outsw(a,r,b,l) ({ int __i; \ macro
187 #define SMC_outsw(a,r,b,l) do{ int __i; \ macro
238 #define SMC_outsw(a, r, b, l) \ macro
279 #define SMC_outsw(a,r,b,l) outsw((a)->iobase+(r), (b), (l))
281 #define SMC_outsw(a,r,b,l) ({ int __i; \ macro
H A Dlan91c96.h92 #define SMC_outsw(edev, r, b, l) ({ int __i; \ macro
148 #define SMC_outsw(edev, r, b, l) ({ int __i; \ macro
H A Dsmc91111.c216 static inline void SMC_outsw(struct eth_device *dev, dword offset, in SMC_outsw() function
542 SMC_outsw (dev, SMC91111_DATA_REG, buf, (length) >> 1); in smc_send()
H A Dlan91c96.c418 SMC_outsw(dev, LAN91C96_DATA_HIGH, buf, (length) >> 1); in smc_send_packet()