Lines Matching defs:reg_base
107 * @reg_base: register window base address
130 void __iomem *reg_base;
775 msc->orig_addr = ioread32(msc->reg_base + REG_MSU_MSC0BAR);
776 msc->orig_sz = ioread32(msc->reg_base + REG_MSU_MSC0SIZE);
779 iowrite32(reg, msc->reg_base + REG_MSU_MSC0BAR);
783 iowrite32(reg, msc->reg_base + REG_MSU_MSC0SIZE);
786 reg = ioread32(msc->reg_base + REG_MSU_MSC0CTL);
796 iowrite32(reg, msc->reg_base + REG_MSU_MSC0CTL);
833 reg = ioread32(msc->reg_base + REG_MSU_MSC0STS);
836 reg = ioread32(msc->reg_base + REG_MSU_MSC0MWP);
842 reg = ioread32(msc->reg_base + REG_MSU_MSC0CTL);
844 iowrite32(reg, msc->reg_base + REG_MSU_MSC0CTL);
852 iowrite32(msc->orig_addr, msc->reg_base + REG_MSU_MSC0BAR);
853 iowrite32(msc->orig_sz, msc->reg_base + REG_MSU_MSC0SIZE);
856 ioread32(msc->reg_base + REG_MSU_MSC0NWSA));
858 reg = ioread32(msc->reg_base + REG_MSU_MSC0STS);
861 reg = ioread32(msc->reg_base + REG_MSU_MSUSTS);
863 iowrite32(reg, msc->reg_base + REG_MSU_MSUSTS);
1684 reg = __raw_readl(msc->reg_base + REG_MSU_MSC0STS);
1702 (ioread32(msc->reg_base + REG_MSU_MSC0CTL) & MSC_LEN) >>
2156 msc->reg_base = base + msc->index * 0x100;