Searched defs:SMC_outl (Results 1 - 3 of 3) 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.h40 #define SMC_outl(v, a, r) outl(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.h64 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
151 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
180 #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000) macro
280 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
353 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
523 #define SMC_outl(x, ioaddr, reg) BUG() macro
[all...]
H A Dsmc911x.h137 static inline void SMC_outl(unsigned int value, struct smc911x_local *lp, function
194 #define SMC_outl(v, lp, r) \ macro
204 #define SMC_outl(v, lp, r) writel(v, (lp)->base + (r)) macro
[all...]

Completed in 65 milliseconds