Searched defs:SMC_insw (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 92 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro 130 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro 161 #define SMC_insw(a, r, p, l) mcf_insw(a + r, p, l) macro 185 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l) macro 335 #define SMC_insw(a, r, p, l) \ macro 402 #define SMC_insw(a, r, p, l) BUG() macro 408 #define SMC_insw(a, r, p, l) BUG() macro
|