Searched refs:SMC_outb (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.h28 #define SMC_outb(v, a, r) outb(v, (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.h63 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
95 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
116 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
150 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
178 #define SMC_outb(v, a, r) outb(v, (a) + (r) - 0xa0000000) macro
196 #define SMC_outb(v, a, r) outb(v, ((u32)a) + (r)) macro
278 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
351 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
542 SMC_outb( __val16, ioaddr, reg ); \
543 SMC_outb( __val1
565 #define SMC_outb macro
[all...]

Completed in 47 milliseconds