Searched refs:SMC_outsb (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 91 #define SMC_outsb(a, r, p, l) writesb((a) + (r), p, l) macro 437 #define SMC_outsb(a, r, p, l) BUG() macro 440 #if !defined(SMC_insb) || !defined(SMC_outsb) 442 #define SMC_outsb(a, r, p, l) BUG() macro 1069 SMC_outsb(ioaddr, DATA_REG(lp), p, l); \
|