mmio_insb
#define mmio_insb(addr, dst, count) readsb(addr, dst, count)
static inline void mmio_insb(const void __iomem *addr, u8 *dst, int count)