__insb
#define insb(a,d,c) (__insb((volatile uint8_t *)(a), d, c))
static __inline void __insb(volatile uint8_t *, uint8_t *, size_t);