_insl
_insl(addr, buf, nl);
extern void _insl(const volatile u32 __iomem *addr, void *buf, long count);
#define __do_readsl(a, b, n) _insl(a, (b), (n))
EXPORT_SYMBOL(_insl);