Lines Matching defs:SMC_outl
89 #define SMC_outl(v, a, r) writel(v, (a) + (r))
129 #define SMC_outl(v, a, r) writel(v, (a) + (r))
184 #define SMC_outl(v, a, r) iowrite32(v, (a) + (r))
388 #define SMC_outl(x, ioaddr, reg) BUG()
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, \