Searched refs:SMC_outsw (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/smsc/ |
D | smc91x.h | 104 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro 143 #define SMC_outsw(a, r, p, l) outsw((a) + (r) - 0xa0000000, p, l) macro 161 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro 192 #define SMC_outsw(a, r, p, l) mcf_outsw(a + r, p, l) macro 227 #define SMC_outsw(a, r, p, l) iowrite16_rep((a) + (r), p, l) macro 444 #define SMC_outsw(a, r, p, l) BUG() macro 448 #if !defined(SMC_insw) || !defined(SMC_outsw) 450 #define SMC_outsw(a, r, p, l) BUG() macro 1078 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \ 1086 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \ [all …]
|