Searched refs:SMC_insl (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.h41 #define SMC_insl(a, r, p, l) insl((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 Dsmc91x.h67 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
152 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
181 #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l) macro
281 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
356 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
428 #ifdef SMC_insl
429 #undef SMC_insl macro
430 #define SMC_insl(a, r, p, l) \ macro
524 #define SMC_insl(a, r, p, l) BUG() macro
528 #if !defined(SMC_insl) || !define
529 #define SMC_insl macro
[all...]
H A Dsmc911x.h156 static inline void SMC_insl(struct smc911x_local *lp, int reg, function
199 #define SMC_insl(lp, r, p, l) readsw((short*)((lp)->base + (r)), p, l*2) macro
205 #define SMC_insl(lp, r, p, l) readsl((int*)((lp)->base + (r)), p, l) macro
243 #ifdef SMC_insl
244 #undef SMC_insl macro
245 #define SMC_insl(lp, r, p, l) \ macro
716 #define SMC_PULL_DATA(lp, p, l) SMC_insl ( lp, RX_DATA_FIFO, p, (l) >> 2 )

Completed in 177 milliseconds