Lines Matching defs:SMC_insl
94 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l)
129 #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l)
151 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l)
217 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l)
294 #ifdef SMC_insl
295 #undef SMC_insl
296 #define SMC_insl(a, r, p, l) \
419 #define SMC_insl(a, r, p, l) BUG()
423 #if !defined(SMC_insl) || !defined(SMC_outsl)
424 #define SMC_insl(a, r, p, l) BUG()
1111 SMC_insl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \