Searched defs:SMC_outl (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/arch/mn10300/unit-asb2303/include/unit/ |
D | smc91111.h | 40 #define SMC_outl(v, a, r) outl(v, (unsigned long) ((a) + (r))) macro
|
/linux-3.3/drivers/net/ethernet/smsc/ |
D | smc91x.h | 67 #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
|
D | smc911x.h | 137 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
|