Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc91x.h103 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
142 #define SMC_insw(a, r, p, l) insw((a) + (r) - 0xa0000000, p, l) macro
160 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
191 #define SMC_insw(a, r, p, l) mcf_insw(a + r, p, l) macro
226 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l) macro
376 #define SMC_insw(a, r, p, l) \ macro
443 #define SMC_insw(a, r, p, l) BUG() macro
449 #define SMC_insw(a, r, p, l) BUG() macro