Home
last modified time | relevance | path

Searched refs:DSIM_MAIN_HRESOL (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/arm/mach-exynos/include/mach/
Ddsim.h104 #define DSIM_MAIN_HRESOL(x) (((x) & 0X7ff) << 0) macro
/external/u-boot/drivers/video/exynos/
Dexynos_mipi_dsi_lowlevel.c113 reg &= ~(DSIM_MAIN_VRESOL(0x7ff) | DSIM_MAIN_HRESOL(0x7ff)); in exynos_mipi_dsi_set_main_disp_resol()
114 reg |= DSIM_MAIN_VRESOL(height_resol) | DSIM_MAIN_HRESOL(width_resol); in exynos_mipi_dsi_set_main_disp_resol()