Searched defs:SMC_outw (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.h33 #define SMC_outw(v, a, r) outw(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.h72 static inline void SMC_outw(u16 val, void __iomem *ioaddr, int reg) function
97 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro
131 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro
158 SMC_outw(u16 val, void __iomem *ioaddr, int reg) function
179 #define SMC_outw(v, a, r) outw(v, (a) + (r) - 0xa0000000) macro
197 #define SMC_outw(v, a, r) outw(v, ((u32)a) + (r)) macro
239 #define SMC_outw(v,a,r) ({ writew ((v), (a) + (r)); LPD7X_IOBARRIER; }) macro
279 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro
301 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro
329 #define SMC_outw( macro
352 #define SMC_outw macro
539 #define SMC_outw macro
[all...]

Completed in 124 milliseconds