Lines Matching refs:SMC_outb
60 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
90 #define SMC_outb(v, a, r) outb(v, (a) + (r) - 0xa0000000) macro
108 #define SMC_outb(v, a, r) outb(v, ((u32)a) + (r)) macro
136 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
191 #define SMC_outb(v, a, r) iowrite8(v, (a) + (r)) macro
415 SMC_outb( __val16, ioaddr, reg ); \
416 SMC_outb( __val16 >> 8, ioaddr, reg + (1 << SMC_IO_SHIFT));\
438 #define SMC_outb(x, ioaddr, reg) BUG() macro
872 SMC_outb(x, ioaddr, PN_REG(lp)); \
896 SMC_outb(x, ioaddr, INT_REG(lp)); \
914 SMC_outb(x, ioaddr, IM_REG(lp)); \