Searched defs:SMC_insb (Results 1 – 1 of 1) sorted by relevance
/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
|