Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h53 #define DSIM_SWRST (1 << 0) macro
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c40 #define DSIM_SWRST BIT(0) macro
331 [RESET_TYPE] = DSIM_SWRST,
349 [RESET_TYPE] = DSIM_SWRST,
385 [RESET_TYPE] = DSIM_SWRST,
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.c41 reg |= DSIM_SWRST; in exynos_mipi_dsi_sw_reset()