RTL_R32
#define RTL_R32(reg) ioread32 (ioaddr + (reg))
#define RTL_R32(tp, reg) readl(tp->mmio_addr + (reg))