Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h93 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro
131 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro
162 #define SMC_outsw(a, r, p, l) mcf_outsw(a + r, p, l) macro
186 #define SMC_outsw(a, r, p, l) iowrite16_rep((a) + (r), p, l) macro
403 #define SMC_outsw(a, r, p, l) BUG() macro
407 #if !defined(SMC_insw) || !defined(SMC_outsw)
409 #define SMC_outsw(a, r, p, l) BUG() macro
1037 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1045 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1048 SMC_outsw(ioaddr, DATA_REG(lp), p, (l) >> 1); \