Lines Matching refs:SMC_outsw
62 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro
95 #define SMC_outsw(a, r, p, l) outsw((a) + (r) - 0xa0000000, p, l) macro
110 #define SMC_outsw(a, r, p, l) outsw(((u32)a) + (r), p, l) macro
139 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro
170 #define SMC_outsw(a, r, p, l) mcf_outsw(a + r, p, l) macro
194 #define SMC_outsw(a, r, p, l) iowrite16_rep((a) + (r), p, l) macro
396 #define SMC_outsw(a, r, p, l) BUG() macro
400 #if !defined(SMC_insw) || !defined(SMC_outsw)
402 #define SMC_outsw(a, r, p, l) BUG() macro
1028 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1036 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1039 SMC_outsw(ioaddr, DATA_REG(lp), p, (l) >> 1); \