Home
last modified time | relevance | path

Searched defs:SMC_outl (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h40 #define SMC_outl(v, a, r) outl(v, (unsigned long) ((a) + (r))) macro
/linux-3.3/drivers/net/ethernet/smsc/
Dsmc91x.h67 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
154 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
183 #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000) macro
221 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
294 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
464 #define SMC_outl(x, ioaddr, reg) BUG() macro
Dsmc911x.h137 static inline void SMC_outl(unsigned int value, struct smc911x_local *lp, in SMC_outl() function
194 #define SMC_outl(v, lp, r) \ macro
204 #define SMC_outl(v, lp, r) writel(v, (lp)->base + (r)) macro