Searched refs:SMC_insw (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/ |
H A D | smc91111.h | 34 #define SMC_insw(a, r, p, l) insw((unsigned long) ((a) + (r)), (p), (l)) macro
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 62 #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 macro 343 #define SMC_insw(a, r, p, l) \ macro 426 #define SMC_insw(a, r, p, l) BUG() macro 431 #if !defined(SMC_insw) || !defined(SMC_outsw) 432 #define SMC_insw(a, r, p, l) BUG() macro 1105 SMC_insw(ioaddr, DATA_REG(lp), p, (l) >> 1); \
|
Completed in 54 milliseconds