HomeSort by relevance Sort by last modified time
    Searched defs:SMC_insw (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/net/
smc91111.c 204 static inline void SMC_insw(struct eth_device *dev, dword offset,
739 SMC_insw(dev, SMC91111_DATA_REG , net_rx_packets[0],
lan91c96.h 110 #define SMC_insw(edev, r, b, l) ({ int __i ; \
156 #define SMC_insw(edev, r, b, l) ({ int __i ; \
smc91111.h 130 #define SMC_insw(a,r,b,l) ({ int __i ; \
201 #define SMC_insw(a,r,b,l) do{ int __i ; \
220 #define SMC_insw(a, r, b, l) \
290 #define SMC_insw(a,r,b,l) insw((a)->iobase+(r), (b), (l))
292 #define SMC_insw(a,r,b,l) ({ int __i ; \

Completed in 153 milliseconds