Lines Matching defs:SMC_outl
89 #define SMC_outl(v, a, r) writel(v, (a) + (r))
128 #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000)
148 #define SMC_outl(v, a, r) writel(v, (a) + (r))
203 #define SMC_outl(v, a, r) iowrite32(v, (a) + (r))
407 #define SMC_outl(x, ioaddr, reg) BUG()
867 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 0, 2)); \
921 SMC_outl((x)<<16, ioaddr, 12<<SMC_IO_SHIFT); \
947 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 1)); \
969 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 4, 2)); \
987 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 0)); \
1028 SMC_outl((status) | (length)<<16, ioaddr, \