Home
last modified time | relevance | path

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

/drivers/net/ethernet/smsc/
Dsmc91x.h89 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
128 #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000) macro
148 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
203 #define SMC_outl(v, a, r) iowrite32(v, (a) + (r)) macro
407 #define SMC_outl(x, ioaddr, reg) BUG() macro
Dsmc911x.h125 static inline void SMC_outl(unsigned int value, struct smc911x_local *lp, in SMC_outl() function
182 #define SMC_outl(v, lp, r) \ macro
192 #define SMC_outl(v, lp, r) writel(v, (lp)->base + (r)) macro