Searched defs:SMC_outl (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 89 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro 129 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro 184 #define SMC_outl(v, a, r) iowrite32(v, (a) + (r)) macro 388 #define SMC_outl(x, ioaddr, reg) BUG() macro
|