Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h96 #define DSIM_TX_LPDT_LP (1 << DSIM_TX_LPDT_SHIFT) macro
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.c504 reg &= ~DSIM_TX_LPDT_LP; in exynos_mipi_dsi_set_lcdc_transfer_mode()
507 reg |= DSIM_TX_LPDT_LP; in exynos_mipi_dsi_set_lcdc_transfer_mode()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c102 #define DSIM_TX_LPDT_LP BIT(6) macro