Searched refs:DECON_VIDCON0 (Results 1 – 2 of 2) sorted by relevance
139 decon_set_bits(ctx, DECON_VIDCON0, VIDCON0_ENVID, 0); in decon_commit()182 decon_set_bits(ctx, DECON_VIDCON0, VIDCON0_ENVID | VIDCON0_ENVID_F, ~0); in decon_commit()347 writel(0, ctx->addr + DECON_VIDCON0); in decon_swreset()349 if (~readl(ctx->addr + DECON_VIDCON0) & VIDCON0_STOP_STATUS) in decon_swreset()356 writel(VIDCON0_SWRESET, ctx->addr + DECON_VIDCON0); in decon_swreset()358 if (~readl(ctx->addr + DECON_VIDCON0) & VIDCON0_SWRESET) in decon_swreset()368 writel(VIDCON0_CLKVALUP | VIDCON0_VLCKFREE, ctx->addr + DECON_VIDCON0); in decon_swreset()
13 #define DECON_VIDCON0 0x0000 macro