Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91x.h62 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
95 #define SMC_insw(a, r, p, l) insw((a) + (r) - 0xa0000000, p, l) macro
110 #define SMC_insw(a, r, p, l) insw(((u32)a) + (r), p, l) macro
139 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
170 #define SMC_insw(a, r, p, l) mcf_insw(a + r, p, l) macro
194 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l) macro
341 #ifdef SMC_insw
342 #undef SMC_insw
343 #define SMC_insw(a, r, p, l) \ macro
426 #define SMC_insw(a, r, p, l) BUG() macro
[all …]
/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h34 #define SMC_insw(a, r, p, l) insw((unsigned long) ((a) + (r)), (p), (l)) macro