Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-fb.h81 #define VIDCON0_ENVID (1 << 1) macro
/linux-3.4.99/drivers/video/
Ds3c-fb.c461 vidcon0 |= VIDCON0_ENVID | VIDCON0_ENVID_F; in s3c_fb_enable()
467 if (vidcon0 & VIDCON0_ENVID) { in s3c_fb_enable()
468 vidcon0 |= VIDCON0_ENVID; in s3c_fb_enable()
/linux-3.4.99/drivers/gpu/drm/exynos/
Dexynos_drm_fimd.c238 val |= VIDCON0_ENVID | VIDCON0_ENVID_F; in fimd_commit()