Searched refs:SMC_outsl (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/smsc/ |
D | smc911x.h | 173 static inline void SMC_outsl(struct smc911x_local *lp, int reg, in 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 255 #ifdef SMC_outsl 256 #undef SMC_outsl 257 #define SMC_outsl(lp, r, p, l) \ macro 703 #define SMC_PUSH_DATA(lp, p, l) SMC_outsl( lp, TX_DATA_FIFO, p, (l) >> 2 )
|
D | smc91x.h | 106 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro 141 #define SMC_outsl(a, r, p, l) outsl((a) + (r) - 0xa0000000, p, l) macro 163 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro 229 #define SMC_outsl(a, r, p, l) iowrite32_rep((a) + (r), p, l) macro 431 #define SMC_outsl(a, r, p, l) BUG() macro 434 #if !defined(SMC_insl) || !defined(SMC_outsl) 436 #define SMC_outsl(a, r, p, l) BUG() macro 1083 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
|