Home
last modified time | relevance | path

Searched refs:vidcon0 (Results 1 – 2 of 2) sorted by relevance

/drivers/video/fbdev/
Ds3c-fb.c456 u32 vidcon0 = readl(sfb->regs + VIDCON0); in s3c_fb_enable() local
462 vidcon0 |= VIDCON0_ENVID | VIDCON0_ENVID_F; in s3c_fb_enable()
468 if (vidcon0 & VIDCON0_ENVID) { in s3c_fb_enable()
469 vidcon0 |= VIDCON0_ENVID; in s3c_fb_enable()
470 vidcon0 &= ~VIDCON0_ENVID_F; in s3c_fb_enable()
474 writel(vidcon0, sfb->regs + VIDCON0); in s3c_fb_enable()
1306 data = sfb->pdata->vidcon0; in s3c_fb_set_rgb_timing()
/drivers/gpu/drm/exynos/
Dexynos_drm_fimd.c159 u32 vidcon0; member
409 val = ctx->vidcon0; in fimd_commit()
1116 ctx->vidcon0 |= VIDCON0_VIDOUT_I80_LDI0; in fimd_probe()
1121 ctx->vidcon0 |= VIDCON0_DSI_EN; in fimd_probe()