Lines Matching refs:SMC_outl
60 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
91 #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000) macro
137 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
192 #define SMC_outl(v, a, r) iowrite32(v, (a) + (r)) macro
365 #define SMC_outl(x, ioaddr, reg) BUG() macro
839 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 0, 2)); \
893 SMC_outl((x)<<16, ioaddr, 12<<SMC_IO_SHIFT); \
919 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 1)); \
941 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 4, 2)); \
959 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 0)); \
1000 SMC_outl((status) | (length)<<16, ioaddr, \