Searched refs:SMC_outsl (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/
H A Dsmc91111.h42 #define SMC_outsl(a, r, p, l) outsl((unsigned long) ((a) + (r)), (p), (l)) macro
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmc91x.h65 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro
94 #define SMC_outsl(a, r, p, l) outsl((a) + (r) - 0xa0000000, p, l) macro
142 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro
197 #define SMC_outsl(a, r, p, l) iowrite32_rep((a) + (r), p, l) macro
398 #define SMC_outsl(a, r, p, l) BUG() macro
401 #if !defined(SMC_insl) || !defined(SMC_outsl)
403 #define SMC_outsl(a, r, p, l) BUG() macro
1064 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
H A Dsmc911x.h173 static inline void SMC_outsl(struct smc911x_local *lp, int reg, SMC_outsl() function
199 #define SMC_outsl(lp, r, p, l) iowrite16_rep((short*)((lp)->base + (r)), p, l*2) macro
205 #define SMC_outsl(lp, r, p, l) iowrite32_rep((int*)((lp)->base + (r)), p, l) macro
270 #ifdef SMC_outsl
271 #undef SMC_outsl macro
272 #define SMC_outsl(lp, r, p, l) \ macro
714 #define SMC_PUSH_DATA(lp, p, l) SMC_outsl( lp, TX_DATA_FIFO, p, (l) >> 2 )

Completed in 56 milliseconds