Searched defs:SMC_insb (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | smc91111.h | 139 #define SMC_insb(a,r,b,l) ({ int __i ; \ macro 209 #define SMC_insb(a,r,b,l) do{ int __i ; \ macro
|
H A D | lan91c96.h | 120 #define SMC_insb(edev, r, b, l) ({ int __i ; \ macro
|
/openbmc/linux/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 441 #define SMC_insb(a, r, p, l) BUG() macro
|