Home
last modified time | relevance | path

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

/u-boot/drivers/net/
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
A Dlan91c96.h91 #define SMC_outsw(edev, r, b, l) ({ int __i; \ macro
147 #define SMC_outsw(edev, r, b, l) ({ int __i; \ macro
A Dsmc91111.c217 static inline void SMC_outsw(struct eth_device *dev, dword offset, in SMC_outsw() function
543 SMC_outsw (dev, SMC91111_DATA_REG, buf, (length) >> 1); in smc_send()
A Dlan91c96.c419 SMC_outsw(dev, LAN91C96_DATA_HIGH, buf, (length) >> 1); in smc_send_packet()

Completed in 9 milliseconds