Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h104 #define DSIM_MAIN_VRESOL(x) (((x) & 0x7ff) << 16) macro
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.c114 reg &= ~(DSIM_MAIN_VRESOL(0x7ff) | DSIM_MAIN_HRESOL(0x7ff)); in exynos_mipi_dsi_set_main_disp_resol()
115 reg |= DSIM_MAIN_VRESOL(height_resol) | DSIM_MAIN_HRESOL(width_resol); in exynos_mipi_dsi_set_main_disp_resol()