Home
last modified time | relevance | path

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

/drivers/net/
Dsmc91x.h65 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
107 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
216 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
260 #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000) macro
392 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
423 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
595 #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