Lines Matching refs:SMC_outsw
93 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro
132 #define SMC_outsw(a, r, p, l) outsw((a) + (r) - 0xa0000000, p, l) macro
150 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro
181 #define SMC_outsw(a, r, p, l) mcf_outsw(a + r, p, l) macro
216 #define SMC_outsw(a, r, p, l) iowrite16_rep((a) + (r), p, l) macro
433 #define SMC_outsw(a, r, p, l) BUG() macro
437 #if !defined(SMC_insw) || !defined(SMC_outsw)
439 #define SMC_outsw(a, r, p, l) BUG() macro
1067 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1075 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1078 SMC_outsw(ioaddr, DATA_REG(lp), p, (l) >> 1); \