Lines Matching refs:SMC_outl
89 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
128 #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000) macro
148 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
214 #define SMC_outl(v, a, r) iowrite32(v, (a) + (r)) macro
418 #define SMC_outl(x, ioaddr, reg) BUG() macro
878 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 0, 2)); \
932 SMC_outl((x)<<16, ioaddr, 12<<SMC_IO_SHIFT); \
958 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 1)); \
980 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 4, 2)); \
998 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 0)); \
1039 SMC_outl((status) | (length)<<16, ioaddr, \