Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h89 #define DSIM_LANE_ENx(x) (((x) & 0x1f) << 0) macro
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.c251 reg |= DSIM_LANE_ENx(lane); in exynos_mipi_dsi_enable_lane()
253 reg &= ~DSIM_LANE_ENx(lane); in exynos_mipi_dsi_enable_lane()