__outw
#define outw(a,v) (__outw((volatile uint16_t *)(a), v))
static __inline void __outw(volatile uint16_t *a, uint16_t v);