__outb
#define outb(a,v) (__outb((volatile uint8_t *)(a), v))
static __inline void __outb(volatile uint8_t *a, uint8_t v);