Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc91x.h105 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
140 #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l) macro
162 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
228 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l) macro
305 #ifdef SMC_insl
306 #undef SMC_insl
307 #define SMC_insl(a, r, p, l) \ macro
430 #define SMC_insl(a, r, p, l) BUG() macro
434 #if !defined(SMC_insl) || !defined(SMC_outsl)
435 #define SMC_insl(a, r, p, l) BUG() macro
[all …]
Dsmc911x.h155 static inline void SMC_insl(struct smc911x_local *lp, int reg, in SMC_insl() 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
223 #ifdef SMC_insl
224 #undef SMC_insl
225 #define SMC_insl(lp, r, p, l) \ macro
704 #define SMC_PULL_DATA(lp, p, l) SMC_insl ( lp, RX_DATA_FIFO, p, (l) >> 2 )