outb
#define outb outb
extern inline void outb(u8 b, unsigned long port)
void outb(u8 b, unsigned long port)
#define outb(v,p) ({ __iowmb(); __raw_writeb(v,__io(p)); })
#define outb isa_outb
#define outb(val, port) ((port) < 1024 ? isa_rom_outb((val), (port)) : out_8((port), (val)))
#define outb outb
#define outb eisa_out8
#define outb(x, y) ({(void)(x); (void)(y); BUG(); 0;})
#define outb outb
#define outb(x, addr) outb((x), (addr))
static inline void outb(unsigned char x, unsigned long port)
#define outb outb
static inline void outb(u8 b, unsigned long addr)
#undef outb
#define outb pio_ops.f_outb
#define outb __outb
#define outb _outb
#define outb logic_outb
# undef outb
# define outb outb_p