Searched defs:SMC_insl (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 94 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro 129 #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l) macro 151 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro 217 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l) macro 295 #undef SMC_insl macro 296 #define SMC_insl(a, r, p, l) \ macro 419 #define SMC_insl(a, r, p, l) BUG() macro 424 #define SMC_insl( macro [all...] |
H A D | smc911x.h | 144 static inline void SMC_insl(struct smc911x_local *lp, int reg, in SMC_insl() function 187 #define SMC_insl(lp, r, p, l) ioread16_rep((short*)((lp)->base + (r)), p, l*2) macro 193 #define SMC_insl(lp, r, p, l) ioread32_rep((int*)((lp)->base + (r)), p, l) macro 213 #undef SMC_insl macro 214 #define SMC_insl(lp, r, p, l) \ macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 94 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro 129 #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l) macro 151 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro 206 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l) macro 284 #undef SMC_insl macro 285 #define SMC_insl(a, r, p, l) \ macro 408 #define SMC_insl(a, r, p, l) BUG() macro 413 #define SMC_insl( macro [all...] |
Completed in 5 milliseconds