_insb
_insb(addr, buf, ns);
extern void _insb(const volatile u8 __iomem *addr, void *buf, long count);
#define __do_readsb(a, b, n) _insb(a, (b), (n))
EXPORT_SYMBOL(_insb);