outb
outb(u_int32_t port, u_int8_t val)
#define outb(port, data) \
#define outb(a,v) (__outb((volatile u_int8_t *)(a), v))