Home
last modified time | relevance | path

Searched defs:SMC_outsw (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/net/
Dsmc91111.h113 #define SMC_outsw(a,r,b,l) ({ int __i; \ macro
186 #define SMC_outsw(a,r,b,l) do{ int __i; \ macro
237 #define SMC_outsw(a, r, b, l) \ macro
280 #define SMC_outsw(a,r,b,l) ({ int __i; \ macro
Dlan91c96.h91 #define SMC_outsw(edev, r, b, l) ({ int __i; \ macro
147 #define SMC_outsw(edev, r, b, l) ({ int __i; \ macro
Dsmc91111.c216 static inline void SMC_outsw(struct eth_device *dev, dword offset, in SMC_outsw() function