SMC_inl
#define SMC_inl(a, r) readl((a) + (r))
#define SMC_inl(a, r) ioread32((a) + (r))
#define SMC_inl(ioaddr, reg) ({ BUG(); 0; })