__insw
#define insw(a,d,c) (__insw((volatile uint16_t *)(a), d, c))
static __inline void __insw(volatile uint16_t *, uint16_t *, size_t);