Lines Matching refs:SMC_insl
70 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
155 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
184 #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l) macro
222 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
297 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
369 #ifdef SMC_insl
370 #undef SMC_insl
371 #define SMC_insl(a, r, p, l) \ macro
465 #define SMC_insl(a, r, p, l) BUG() macro
469 #if !defined(SMC_insl) || !defined(SMC_outsl)
470 #define SMC_insl(a, r, p, l) BUG() macro
1173 SMC_insl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \