Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/platform_data/
A Dvideo_s3c.h51 u32 vidcon0; member
/linux-6.3-rc2/drivers/video/fbdev/
A Ds3c-fb.c454 u32 vidcon0 = readl(sfb->regs + VIDCON0); in s3c_fb_enable() local
460 vidcon0 |= VIDCON0_ENVID | VIDCON0_ENVID_F; in s3c_fb_enable()
466 if (vidcon0 & VIDCON0_ENVID) { in s3c_fb_enable()
467 vidcon0 |= VIDCON0_ENVID; in s3c_fb_enable()
468 vidcon0 &= ~VIDCON0_ENVID_F; in s3c_fb_enable()
472 writel(vidcon0, sfb->regs + VIDCON0); in s3c_fb_enable()
1301 data = sfb->pdata->vidcon0; in s3c_fb_set_rgb_timing()
/linux-6.3-rc2/drivers/gpu/drm/exynos/
A Dexynos_drm_fimd.c185 u32 vidcon0; member
583 val = ctx->vidcon0; in fimd_commit()
1203 ctx->vidcon0 |= VIDCON0_VIDOUT_I80_LDI0; in fimd_probe()
1208 ctx->vidcon0 |= VIDCON0_DSI_EN; in fimd_probe()
/linux-6.3-rc2/arch/arm/mach-s3c/
A Dmach-crag6410.c175 .vidcon0 = VIDCON0_VIDOUT_RGB | VIDCON0_PNRMODE_RGB,

Completed in 18 milliseconds