Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h151 #define DSIM_AFC_CTL(x) (((x) & 0x7) << 5) macro
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.c98 writel(DSIM_AFC_CTL(value), &mipi_dsim->phyacchr); in exynos_mipi_dsi_set_phy_tunning()
283 reg |= DSIM_AFC_CTL(afc_code); in exynos_mipi_dsi_enable_afc()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c184 #define DSIM_AFC_CTL(x) (((x) & 0x7) << 5) macro