Lines Matching refs:SMC_insw
61 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
94 #define SMC_insw(a, r, p, l) insw((a) + (r) - 0xa0000000, p, l) macro
109 #define SMC_insw(a, r, p, l) insw(((u32)a) + (r), p, l) macro
138 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
169 #define SMC_insw(a, r, p, l) mcf_insw(a + r, p, l) macro
193 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l) macro
309 #ifdef SMC_insw
310 #undef SMC_insw
311 #define SMC_insw(a, r, p, l) \ macro
395 #define SMC_insw(a, r, p, l) BUG() macro
400 #if !defined(SMC_insw) || !defined(SMC_outsw)
401 #define SMC_insw(a, r, p, l) BUG() macro
1074 SMC_insw(ioaddr, DATA_REG(lp), p, (l) >> 1); \