Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h152 #define DSIM_AFC_CTL(x) (((x) & 0x7) << 5) macro
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.c99 writel(DSIM_AFC_CTL(value), &mipi_dsim->phyacchr); in exynos_mipi_dsi_set_phy_tunning()
284 reg |= DSIM_AFC_CTL(afc_code); in exynos_mipi_dsi_enable_afc()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c177 #define DSIM_AFC_CTL(x) (((x) & 0x7) << 5) macro