Lines Matching refs:SMC_insl
64 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
93 #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l) macro
141 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
196 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l) macro
272 #ifdef SMC_insl
273 #undef SMC_insl
274 #define SMC_insl(a, r, p, l) \ macro
397 #define SMC_insl(a, r, p, l) BUG() macro
401 #if !defined(SMC_insl) || !defined(SMC_outsl)
402 #define SMC_insl(a, r, p, l) BUG() macro
1103 SMC_insl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \