Lines Matching refs:SMC_outl
67 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
154 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
183 #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000) macro
221 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
294 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
464 #define SMC_outl(x, ioaddr, reg) BUG() macro
938 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 0, 2)); \
992 SMC_outl((x)<<16, ioaddr, 12<<SMC_IO_SHIFT); \
1018 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 1)); \
1040 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 4, 2)); \
1058 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 0)); \
1099 SMC_outl((status) | (length)<<16, ioaddr, \