Searched refs:SMC_insw (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/net/ |
D | smc91111.h | 130 #define SMC_insw(a,r,b,l) ({ int __i ; \ macro 201 #define SMC_insw(a,r,b,l) do{ int __i ; \ macro 220 #define SMC_insw(a, r, b, l) \ macro 290 #define SMC_insw(a,r,b,l) insw((a)->iobase+(r), (b), (l)) 292 #define SMC_insw(a,r,b,l) ({ int __i ; \ macro
|
D | lan91c96.h | 110 #define SMC_insw(edev, r, b, l) ({ int __i ; \ macro 156 #define SMC_insw(edev, r, b, l) ({ int __i ; \ macro
|
D | smc91111.c | 204 static inline void SMC_insw(struct eth_device *dev, dword offset, in SMC_insw() function 739 SMC_insw(dev, SMC91111_DATA_REG , net_rx_packets[0], in smc_rcv()
|
D | lan91c96.c | 586 SMC_insw(dev, LAN91C96_DATA_HIGH, net_rx_packets[0], in smc_rcv()
|