Lines Matching defs:reg_base
38 void __iomem *reg_base;
55 status = readl(fb->reg_base + FB_INT_STATUS);
123 writel(fb->rotation, fb->reg_base + FB_SET_ROTATION);
139 fb->reg_base + FB_SET_BASE);
154 writel(1, fb->reg_base + FB_SET_BLANK);
157 writel(0, fb->reg_base + FB_SET_BLANK);
199 fb->reg_base = ioremap(r->start, PAGE_SIZE);
200 if (fb->reg_base == NULL) {
211 width = readl(fb->reg_base + FB_GET_WIDTH);
212 height = readl(fb->reg_base + FB_GET_HEIGHT);
229 fb->fb.var.height = readl(fb->reg_base + FB_GET_PHYS_HEIGHT);
230 fb->fb.var.width = readl(fb->reg_base + FB_GET_PHYS_WIDTH);
262 writel(FB_INT_BASE_UPDATE_DONE, fb->reg_base + FB_INT_ENABLE);
279 iounmap(fb->reg_base);
297 iounmap(fb->reg_base);