Searched refs:SMC_insb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A 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 451 #if !defined(SMC_insb) || !defined(SMC_outsb) 452 #define SMC_insb(a, r, p, l) BUG() macro 1115 SMC_insb(ioaddr, DATA_REG(lp), p, l); \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A 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 440 #if !defined(SMC_insb) || !defined(SMC_outsb) 441 #define SMC_insb(a, r, p, l) BUG() macro 1104 SMC_insb(ioaddr, DATA_REG(lp), p, l); \
|
Completed in 5 milliseconds