Lines Matching refs:SMC_outl
61 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
92 #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000) macro
138 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
193 #define SMC_outl(v, a, r) iowrite32(v, (a) + (r)) macro
396 #define SMC_outl(x, ioaddr, reg) BUG() macro
870 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 0, 2)); \
924 SMC_outl((x)<<16, ioaddr, 12<<SMC_IO_SHIFT); \
950 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 1)); \
972 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 4, 2)); \
990 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 0)); \
1031 SMC_outl((status) | (length)<<16, ioaddr, \