Lines Matching defs:base
35 * @base: DPU controller base address
46 void __iomem *base;
64 struct drm_crtc base;
71 return container_of(crtc, struct sprd_dpu, base);
77 u32 bits = readl_relaxed(ctx->base + offset);
79 writel(bits | set_bits, ctx->base + offset);
85 u32 bits = readl_relaxed(ctx->base + offset);
87 writel(bits & ~clr_bits, ctx->base + offset);
95 return readl(ctx->base + layer_offset);
103 writel(cfg_bits, ctx->base + layer_offset);