Lines Matching refs:SMC_insw
62 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
95 #define SMC_insw(a, r, p, l) insw((a) + (r) - 0xa0000000, p, l) macro
110 #define SMC_insw(a, r, p, l) insw(((u32)a) + (r), p, l) macro
139 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
170 #define SMC_insw(a, r, p, l) mcf_insw(a + r, p, l) macro
194 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l) macro
341 #ifdef SMC_insw
342 #undef SMC_insw
343 #define SMC_insw(a, r, p, l) \ macro
426 #define SMC_insw(a, r, p, l) BUG() macro
431 #if !defined(SMC_insw) || !defined(SMC_outsw)
432 #define SMC_insw(a, r, p, l) BUG() macro
1105 SMC_insw(ioaddr, DATA_REG(lp), p, (l) >> 1); \