HomeSort by relevance Sort by last modified time
    Searched refs:SMC_outsw (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/net/
smc91111.h 113 #define SMC_outsw(a,r,b,l) ({ int __i; \
186 #define SMC_outsw(a,r,b,l) do{ int __i; \
237 #define SMC_outsw(a, r, b, l) \
278 #define SMC_outsw(a,r,b,l) outsw((a)->iobase+(r), (b), (l))
280 #define SMC_outsw(a,r,b,l) ({ int __i; \
lan91c96.h 91 #define SMC_outsw(edev, r, b, l) ({ int __i; \
147 #define SMC_outsw(edev, r, b, l) ({ int __i; \
lan91c96.c 417 SMC_outsw(dev, LAN91C96_DATA_HIGH, buf, (length) >> 1);
smc91111.c 216 static inline void SMC_outsw(struct eth_device *dev, dword offset,
542 SMC_outsw (dev, SMC91111_DATA_REG, buf, (length) >> 1);

Completed in 959 milliseconds