Home
last modified time | relevance | path

Searched defs:SMC_insw (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc91x.h92 #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
215 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l) macro
365 #define SMC_insw(a, r, p, l) \ macro
432 #define SMC_insw(a, r, p, l) BUG() macro
438 #define SMC_insw(a, r, p, l) BUG() macro
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsmc91111.h131 #define SMC_insw(a,r,b,l) ({ int __i ; \ macro
202 #define SMC_insw(a,r,b,l) do{ int __i ; \ macro
221 #define SMC_insw(a, r, b, l) \ macro
293 #define SMC_insw(a,r,b,l) ({ int __i ; \ macro
H A Dlan91c96.h111 #define SMC_insw(edev, r, b, l) ({ int __i ; \ macro
157 #define SMC_insw(edev, r, b, l) ({ int __i ; \ macro
H A Dsmc91111.c204 static inline void SMC_insw(struct eth_device *dev, dword offset, in SMC_insw() function