Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi_regs.h48 #define DSIM_STOP_STATE_DAT(x) (((x) & 0xf) << 0) macro
Dexynos_mipi_dsi_lowlevel.c426 if ((reg & DSIM_STOP_STATE_DAT(0xf)) && in exynos_mipi_dsi_is_lane_state()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c39 #define DSIM_STOP_STATE_DAT(x) (((x) & 0xf) << 0) macro
853 if ((reg & DSIM_STOP_STATE_DAT(lanes_mask)) in exynos_dsi_init_link()
854 != DSIM_STOP_STATE_DAT(lanes_mask)) in exynos_dsi_init_link()