Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h89 #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
848 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 0, 2)); \
902 SMC_outl((x)<<16, ioaddr, 12<<SMC_IO_SHIFT); \
928 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 1)); \
950 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 4, 2)); \
968 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 0)); \
1009 SMC_outl((status) | (length)<<16, ioaddr, \