Searched refs:SMC_outsw (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/ |
H A D | smc91111.h | 35 #define SMC_outsw(a, r, p, l) outsw((unsigned long) ((a) + (r)), (p), (l)) macro
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 63 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro 96 #define SMC_outsw(a, r, p, l) outsw((a) + (r) - 0xa0000000, p, l) macro 111 #define SMC_outsw(a, r, p, l) outsw(((u32)a) + (r), p, l) macro 140 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro 171 #define SMC_outsw(a, r, p, l) mcf_outsw(a + r, p, l) macro 195 #define SMC_outsw(a, r, p, l) iowrite16_rep((a) + (r), p, l) macro 427 #define SMC_outsw(a, r, p, l) BUG() macro 431 #if !defined(SMC_insw) || !defined(SMC_outsw) 433 #define SMC_outsw(a, r, p, l) BUG() macro 1059 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \ 1067 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \ 1070 SMC_outsw(ioaddr, DATA_REG(lp), p, (l) >> 1); \
|
Completed in 240 milliseconds