Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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
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