outw
outw(u_int32_t port, u_int16_t val)
#define outw(port, data) \
#define outw(a,v) (__outw((volatile u_int16_t *)(a), v))