Lines Matching refs:SMC_outb
59 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
89 #define SMC_outb(v, a, r) outb(v, (a) + (r) - 0xa0000000) macro
107 #define SMC_outb(v, a, r) outb(v, ((u32)a) + (r)) macro
135 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
190 #define SMC_outb(v, a, r) iowrite8(v, (a) + (r)) macro
384 SMC_outb( __val16, ioaddr, reg ); \
385 SMC_outb( __val16 >> 8, ioaddr, reg + (1 << SMC_IO_SHIFT));\
407 #define SMC_outb(x, ioaddr, reg) BUG() macro
841 SMC_outb(x, ioaddr, PN_REG(lp)); \
865 SMC_outb(x, ioaddr, INT_REG(lp)); \
883 SMC_outb(x, ioaddr, IM_REG(lp)); \