Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmc91x.h61 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
94 #define SMC_insw(a, r, p, l) insw((a) + (r) - 0xa0000000, p, l) macro
109 #define SMC_insw(a, r, p, l) insw(((u32)a) + (r), p, l) macro
138 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
169 #define SMC_insw(a, r, p, l) mcf_insw(a + r, p, l) macro
193 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l) macro
311 #define SMC_insw(a, r, p, l) \ macro
395 #define SMC_insw(a, r, p, l) BUG() macro
401 #define SMC_insw(a, r, p, l) BUG() macro
/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h34 #define SMC_insw(a, r, p, l) insw((unsigned long) ((a) + (r)), (p), (l)) macro