Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/smsc/
Dsmc911x.h174 static inline void SMC_outsl(struct smc911x_local *lp, int reg, in SMC_outsl() function
200 #define SMC_outsl(lp, r, p, l) writesw((short*)((lp)->base + (r)), p, l*2) macro
206 #define SMC_outsl(lp, r, p, l) writesl((int*)((lp)->base + (r)), p, l) macro
271 #ifdef SMC_outsl
272 #undef SMC_outsl
273 #define SMC_outsl(lp, r, p, l) \ macro
715 #define SMC_PUSH_DATA(lp, p, l) SMC_outsl( lp, TX_DATA_FIFO, p, (l) >> 2 )
Dsmc91x.h72 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro
157 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro
188 #define SMC_outsl(a, r, p, l) outsl((a) + (r) - 0xa0000000, p, l) macro
284 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro
452 #define SMC_outsl(a, r, p, l) BUG() macro
455 #if !defined(SMC_insl) || !defined(SMC_outsl)
457 #define SMC_outsl(a, r, p, l) BUG() macro
1119 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
/linux-3.4.99/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h42 #define SMC_outsl(a, r, p, l) outsl((unsigned long) ((a) + (r)), (p), (l)) macro