Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/
Ds3c-fb.c1441 writel(pd->vidcon1, sfb->regs + VIDCON1); in s3c_fb_probe()
1445 reg = readl(sfb->regs + VIDCON1); in s3c_fb_probe()
1448 writel(reg, sfb->regs + VIDCON1); in s3c_fb_probe()
1577 writel(pd->vidcon1, sfb->regs + VIDCON1); in s3c_fb_resume()
1581 reg = readl(sfb->regs + VIDCON1); in s3c_fb_resume()
1584 writel(reg, sfb->regs + VIDCON1); in s3c_fb_resume()
1647 writel(pd->vidcon1, sfb->regs + VIDCON1); in s3c_fb_runtime_resume()
/linux-5.19.10/drivers/gpu/drm/exynos/
Dregs-decon7.h257 #define VIDCON1(_x) (0x0600 + ((_x) * 0x50)) macro
Dexynos7_drm_decon.c528 writel(VIDCON1_VCLK_HOLD, ctx->regs + VIDCON1(0)); in decon_init()
Dexynos_drm_fimd.c519 writel(vidcon1, ctx->regs + driver_data->timing_base + VIDCON1); in fimd_commit()
/linux-5.19.10/include/video/
Dsamsung_fimd.h73 #define VIDCON1 0x04 macro