Searched defs:SMC_outsw (Results 1 – 3 of 3) sorted by relevance
/u-boot/drivers/net/ |
A D | smc91111.h | 114 #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 281 #define SMC_outsw(a,r,b,l) ({ int __i; \ macro
|
A D | lan91c96.h | 91 #define SMC_outsw(edev, r, b, l) ({ int __i; \ macro 147 #define SMC_outsw(edev, r, b, l) ({ int __i; \ macro
|
A D | smc91111.c | 217 static inline void SMC_outsw(struct eth_device *dev, dword offset, in SMC_outsw() function
|
Completed in 9 milliseconds