Searched refs:SMC_outsb (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc91x.h96 #define SMC_outsb(a, r, p, l) writesb((a) + (r), p, (l)) macro
118 #define SMC_outsb(a, r, p, l) writesb((a) + (r), p, (l)) macro
567 #define SMC_outsb(a, r, p, l) BUG() macro
570 #if !defined(SMC_insb) || !defined(SMC_outsb)
572 #define SMC_outsb(a, r, p, l) BUG() macro
1201 SMC_outsb(ioaddr, DATA_REG(lp), p, l); \

Completed in 48 milliseconds