Searched refs:SMC_insw (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 92 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro 131 #define SMC_insw(a, r, p, l) insw((a) + (r) - 0xa0000000, p, l) macro 149 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro 180 #define SMC_insw(a, r, p, l) mcf_insw(a + r, p, l) macro 215 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l) macro 363 #ifdef SMC_insw 364 #undef SMC_insw macro 365 #define SMC_insw(a, r, p, l) \ macro 432 #define SMC_insw(a, r, p, l) BUG() macro 437 #if !defined(SMC_insw) || !define 438 #define SMC_insw global() macro [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 92 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro 131 #define SMC_insw(a, r, p, l) insw((a) + (r) - 0xa0000000, p, l) macro 149 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro 180 #define SMC_insw(a, r, p, l) mcf_insw(a + r, p, l) macro 204 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l) macro 352 #ifdef SMC_insw 353 #undef SMC_insw macro 354 #define SMC_insw(a, r, p, l) \ macro 421 #define SMC_insw(a, r, p, l) BUG() macro 426 #if !defined(SMC_insw) || !define 427 #define SMC_insw global() macro [all...] |
Completed in 4 milliseconds