Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi_regs.h83 #define DSIM_CMD_LPDT_LP (1 << 7) macro
Dexynos_mipi_dsi_lowlevel.c472 reg &= ~DSIM_CMD_LPDT_LP; in exynos_mipi_dsi_set_cpu_transfer_mode()
475 reg |= DSIM_CMD_LPDT_LP; in exynos_mipi_dsi_set_cpu_transfer_mode()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c123 #define DSIM_CMD_LPDT_LP (1 << 7) macro
777 v |= DSIM_CMD_LPDT_LP; in exynos_dsi_set_cmd_lpm()
779 v &= ~DSIM_CMD_LPDT_LP; in exynos_dsi_set_cmd_lpm()