Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h132 #define DSIM_SUB_HRESOL_MASK ((0x7ff) << DSIM_SUB_HRESOL_SHIFT) macro
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.c181 reg &= ~(DSIM_SUB_VRESOL_MASK) | ~(DSIM_SUB_HRESOL_MASK); in exynos_mipi_dsi_set_sub_disp_resol()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c140 #define DSIM_SUB_HRESOL_MASK ((0x7ff) << 0) macro