Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c69 #define DSIM_STOP_STATE_DAT(x) (((x) & 0xf) << 0) macro
701 if ((reg & DSIM_STOP_STATE_DAT(lanes_mask)) in exynos_dsi_init_link()
702 != DSIM_STOP_STATE_DAT(lanes_mask)) in exynos_dsi_init_link()