__inb
#define inb(a) (__inb((volatile uint8_t *)(a)))
static __inline uint8_t __inb(volatile uint8_t *a);