Home
last modified time | relevance | path

Searched refs:VIDCON1 (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
Ds3c-fb.c1452 writel(pd->vidcon1, sfb->regs + VIDCON1); in s3c_fb_probe()
1456 reg = readl(sfb->regs + VIDCON1); in s3c_fb_probe()
1459 writel(reg, sfb->regs + VIDCON1); in s3c_fb_probe()
1588 writel(pd->vidcon1, sfb->regs + VIDCON1); in s3c_fb_resume()
1592 reg = readl(sfb->regs + VIDCON1); in s3c_fb_resume()
1595 writel(reg, sfb->regs + VIDCON1); in s3c_fb_resume()
1658 writel(pd->vidcon1, sfb->regs + VIDCON1); in s3c_fb_runtime_resume()
/linux-4.4.14/include/video/
Dexynos7_decon.h259 #define VIDCON1(_x) (0x0600 + ((_x) * 0x50)) macro
Dsamsung_fimd.h76 #define VIDCON1 0x04 macro
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos7_drm_decon.c552 writel(VIDCON1_VCLK_HOLD, ctx->regs + VIDCON1(0)); in decon_init()
Dexynos_drm_fimd.c420 writel(vidcon1, ctx->regs + driver_data->timing_base + VIDCON1); in fimd_commit()