Lines Matching refs:SMC_insw
68 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
97 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
135 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
186 #define SMC_insw(a, r, p, l) insw((a) + (r) - 0xa0000000, p, l) macro
201 #define SMC_insw(a, r, p, l) insw(((u32)a) + (r), p, l) macro
243 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
271 #define SMC_insw(a, r, p, l) mcf_insw(a + r, p, l) macro
295 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
408 #ifdef SMC_insw
409 #undef SMC_insw
410 #define SMC_insw(a, r, p, l) \ macro
494 #define SMC_insw(a, r, p, l) BUG() macro
499 #if !defined(SMC_insw) || !defined(SMC_outsw)
500 #define SMC_insw(a, r, p, l) BUG() macro
1175 SMC_insw(ioaddr, DATA_REG(lp), p, (l) >> 1); \