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

/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...]
H A Dsmc91x.c598 SMC_outw(((len & 1) ? (0x2000 | buf[len-1]) : 0), ioaddr, DATA_REG(lp));
/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

Completed in 103 milliseconds