Searched refs:VIDCON0 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | regs-decon7.h | 10 /* VIDCON0 */ 11 #define VIDCON0 0x00 macro
|
H A D | exynos7_drm_decon.c | 203 writel(val, ctx->regs + VIDCON0); in decon_commit() 517 writel(VIDCON0_SWRESET, ctx->regs + VIDCON0); in decon_init()
|
H A D | exynos_drm_fimd.c | 567 writel(val, ctx->regs + VIDCON0); in fimd_commit() 936 writel(0, ctx->regs + VIDCON0); in fimd_atomic_disable()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | regs-decon7.h | 10 /* VIDCON0 */ 11 #define VIDCON0 0x00 macro
|
H A D | exynos7_drm_decon.c | 203 writel(val, ctx->regs + VIDCON0); in decon_commit() 518 writel(VIDCON0_SWRESET, ctx->regs + VIDCON0); in decon_init()
|
H A D | exynos_drm_fimd.c | 591 writel(val, ctx->regs + VIDCON0); in fimd_commit() 980 writel(0, ctx->regs + VIDCON0); in fimd_atomic_disable()
|
/kernel/linux/linux-5.10/include/video/ |
H A D | samsung_fimd.h | 16 /* VIDCON0 */ 18 #define VIDCON0 0x00 macro
|
/kernel/linux/linux-6.6/include/video/ |
H A D | samsung_fimd.h | 16 /* VIDCON0 */ 18 #define VIDCON0 0x00 macro
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | s3c-fb.c | 82 * @has_clksel: Set if VIDCON0 register has CLKSEL bit. 453 u32 vidcon0 = readl(sfb->regs + VIDCON0); in s3c_fb_enable() 471 writel(vidcon0, sfb->regs + VIDCON0); in s3c_fb_enable() 1310 writel(data, regs + VIDCON0); in s3c_fb_set_rgb_timing()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | s3c-fb.c | 83 * @has_clksel: Set if VIDCON0 register has CLKSEL bit. 454 u32 vidcon0 = readl(sfb->regs + VIDCON0); in s3c_fb_enable() 472 writel(vidcon0, sfb->regs + VIDCON0); in s3c_fb_enable() 1308 writel(data, regs + VIDCON0); in s3c_fb_set_rgb_timing()
|
Completed in 15 milliseconds