Home
last modified time | relevance | path

Searched refs:SHADOWCON_CHx_ENABLE (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/video/
Dsamsung_fimd.h237 #define SHADOWCON_CHx_ENABLE(_win) (1 << (_win)) macro
/linux-5.19.10/drivers/video/fbdev/
Ds3c-fb.c580 data |= SHADOWCON_CHx_ENABLE(win_no); in s3c_fb_set_par()
1150 data &= ~SHADOWCON_CHx_ENABLE(win->index); in s3c_fb_release_win()
1350 SHADOWCON_CHx_ENABLE(win) | in s3c_fb_clear_win()
/linux-5.19.10/drivers/gpu/drm/exynos/
Dexynos_drm_fimd.c355 val |= SHADOWCON_CHx_ENABLE(win); in fimd_enable_shadow_channel_path()
357 val &= ~SHADOWCON_CHx_ENABLE(win); in fimd_enable_shadow_channel_path()