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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc911x.h174 static inline void SMC_outsl(struct smc911x_local *lp, int reg, 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 macro
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 )
H A Dsmc91x.h68 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro
153 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro
182 #define SMC_outsl(a, r, p, l) outsl((a) + (r) - 0xa0000000, p, l) macro
282 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro
357 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro
525 #define SMC_outsl(a, r, p, l) BUG() macro
528 #if !defined(SMC_insl) || !defined(SMC_outsl)
530 #define SMC_outsl(a, r, p, l) BUG() macro
1192 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \

Completed in 56 milliseconds