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)
206 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l)
283 #ifdef SMC_insl
284 #undef SMC_insl
285 #define SMC_insl(a, r, p, l) \
408 #define SMC_insl(a, r, p, l) BUG()
412 #if !defined(SMC_insl) || !defined(SMC_outsl)
413 #define SMC_insl(a, r, p, l) BUG()
1100 SMC_insl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \