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

/drivers/video/fbdev/exynos/
H A Dexynos_mipi_dsi_regs.h83 #define DSIM_CMD_LPDT_LP (1 << 7) macro
H A Dexynos_mipi_dsi_lowlevel.c472 reg &= ~DSIM_CMD_LPDT_LP;
475 reg |= DSIM_CMD_LPDT_LP;
/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c123 #define DSIM_CMD_LPDT_LP (1 << 7) macro
765 v |= DSIM_CMD_LPDT_LP;
767 v &= ~DSIM_CMD_LPDT_LP;

Completed in 17 milliseconds