Searched defs:SMC_insw (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 92 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro 131 #define SMC_insw(a, r, p, l) insw((a) + (r) - 0xa0000000, p, l) macro 149 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro 180 #define SMC_insw(a, r, p, l) mcf_insw(a + r, p, l) macro 204 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l) macro 354 #define SMC_insw(a, r, p, l) \ macro 421 #define SMC_insw(a, r, p, l) BUG() macro 427 #define SMC_insw(a, r, p, l) BUG() macro
|
/openbmc/u-boot/drivers/net/ |
H A 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 292 #define SMC_insw(a,r,b,l) ({ int __i ; \ macro
|
H A 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
|
H A D | smc91111.c | 204 static inline void SMC_insw(struct eth_device *dev, dword offset, in SMC_insw() function
|