Searched refs:SMC_insl (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/ |
H A D | smc91111.h | 41 #define SMC_insl(a, r, p, l) insl((unsigned long) ((a) + (r)), (p), (l)) macro
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 64 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro 93 #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l) macro 141 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro 196 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l) macro 272 #ifdef SMC_insl 273 #undef SMC_insl macro 274 #define SMC_insl(a, r, p, l) \ macro 397 #define SMC_insl(a, r, p, l) BUG() macro 401 #if !defined(SMC_insl) || !defined(SMC_outsl) 402 #define SMC_insl(a, r, p, l) BUG() macro 1103 SMC_insl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
|
H A D | smc911x.h | 155 static inline void SMC_insl(struct smc911x_local *lp, int reg, SMC_insl() function 198 #define SMC_insl(lp, r, p, l) ioread16_rep((short*)((lp)->base + (r)), p, l*2) macro 204 #define SMC_insl(lp, r, p, l) ioread32_rep((int*)((lp)->base + (r)), p, l) macro 242 #ifdef SMC_insl 243 #undef SMC_insl macro 244 #define SMC_insl(lp, r, p, l) \ macro 715 #define SMC_PULL_DATA(lp, p, l) SMC_insl ( lp, RX_DATA_FIFO, p, (l) >> 2 )
|
Completed in 110 milliseconds