Searched defs:SMC_insb (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
| D | smc91x.h | 90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l) macro 193 #define SMC_insb(a, r, p, l) ioread8_rep((a) + (r), p, l) macro 447 #define SMC_insb(a, r, p, l) BUG() macro 452 #define SMC_insb(a, r, p, l) BUG() macro
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
| D | smc91x.h | 90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l) macro 436 #define SMC_insb(a, r, p, l) BUG() macro 441 #define SMC_insb(a, r, p, l) BUG() macro
|