Home
last modified time | relevance | path

Searched refs:SMC_insl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h94 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
132 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
187 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l) macro
264 #ifdef SMC_insl
265 #undef SMC_insl
266 #define SMC_insl(a, r, p, l) \ macro
389 #define SMC_insl(a, r, p, l) BUG() macro
393 #if !defined(SMC_insl) || !defined(SMC_outsl)
394 #define SMC_insl(a, r, p, l) BUG() macro
1081 SMC_insl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \