Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h98 #define DSIM_CMD_LPDT_LP (1 << DSIM_CMD_LPDT_SHIFT) macro
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.c490 reg &= ~DSIM_CMD_LPDT_LP; in exynos_mipi_dsi_set_cpu_transfer_mode()
493 reg |= DSIM_CMD_LPDT_LP; in exynos_mipi_dsi_set_cpu_transfer_mode()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c96 #define DSIM_CMD_LPDT_LP (1 << 7) macro
946 v |= DSIM_CMD_LPDT_LP; in exynos_dsi_set_cmd_lpm()
948 v &= ~DSIM_CMD_LPDT_LP; in exynos_dsi_set_cmd_lpm()