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

/drivers/net/ethernet/smsc/
H A Dsmc91x.h70 #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
186 #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l) macro
282 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l) macro
357 #ifdef SMC_insl
358 #undef SMC_insl macro
359 #define SMC_insl(a, r, p, l) \ macro
453 #define SMC_insl(a, r, p, l) BUG() macro
457 #if !defined(SMC_insl) || !defined(SMC_outsl)
458 #define SMC_insl( macro
[all...]
H A Dsmc911x.h155 static inline void SMC_insl(struct smc911x_local *lp, int reg, function
198 #define SMC_insl(lp, r, p, l) ioread16_rep((short*)((lp)->base + (r)), p, l*2) macro
204 #define SMC_insl(lp, r, p, l) ioread32_rep((int*)((lp)->base + (r)), p, l) macro
242 #ifdef SMC_insl
243 #undef SMC_insl macro
244 #define SMC_insl(lp, r, p, l) \ macro
715 #define SMC_PULL_DATA(lp, p, l) SMC_insl ( lp, RX_DATA_FIFO, p, (l) >> 2 )

Completed in 16 milliseconds