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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/unit-asb2303/include/unit/
H A Dsmc91111.h27 #define SMC_inb(a, r) inb((unsigned long) ((a) + (r))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc91x.h60 #define SMC_inb(a, r) readb((a) + (r)) macro
91 #define SMC_inb(a, r) readb((a) + (r)) macro
115 #define SMC_inb(a, r) readb((a) + (r)) macro
147 #define SMC_inb(a, r) readb((a) + (r)) macro
175 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro
194 #define SMC_inb(a, r) inb(((u32)a) + (r)) macro
275 #define SMC_inb(a, r) readb((a) + (r)) macro
348 #define SMC_inb(a, r) readb((a) + (r)) macro
548 __val16 = SMC_inb( ioaddr, reg ); \
549 __val16 |= SMC_inb( ioadd
564 #define SMC_inb macro
[all...]

Completed in 29 milliseconds