Searched defs:SMC_outl (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/smsc/ |
D | smc91x.h | 89 #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
|
D | smc911x.h | 125 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
|