Home
last modified time | relevance | path

Searched refs:EXYNOS_MIPI_PHY_ENABLE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dpower.c27 cfg |= (EXYNOS_MIPI_PHY_MRESETN | EXYNOS_MIPI_PHY_ENABLE); in exynos4_mipi_phy_control()
29 cfg &= ~(EXYNOS_MIPI_PHY_MRESETN | EXYNOS_MIPI_PHY_ENABLE); in exynos4_mipi_phy_control()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dpower.h1703 #define EXYNOS_MIPI_PHY_ENABLE (1 << 0) macro