Searched refs:SMC_insb (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.h92 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, (l)) macro
117 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, (l)) macro
566 #define SMC_insb(a, r, p, l) BUG() macro
570 #if !defined(SMC_insb) || !defined(SMC_outsb)
571 #define SMC_insb(a, r, p, l) BUG() macro
1236 SMC_insb(ioaddr, DATA_REG(lp), p, l); \

Completed in 47 milliseconds