Searched refs:SMC_insl (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | smc91x.h | 70 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro 155 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro 184 #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l) macro 222 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro 297 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro 369 #ifdef SMC_insl 370 #undef SMC_insl 371 #define SMC_insl(a, r, p, l) \ macro 465 #define SMC_insl(a, r, p, l) BUG() macro 469 #if !defined(SMC_insl) || !defined(SMC_outsl) [all …]
|
D | smc911x.h | 156 static inline void SMC_insl(struct smc911x_local *lp, int reg, in SMC_insl() 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 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 )
|
/linux-2.6.39/arch/mn10300/unit-asb2303/include/unit/ |
D | smc91111.h | 41 #define SMC_insl(a, r, p, l) insl((unsigned long) ((a) + (r)), (p), (l)) macro
|