Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/samsung/
Dphy-exynos-mipi-video.c112 .enable_reg = EXYNOS5420_MIPI_PHY_CONTROL(0),
115 .resetn_reg = EXYNOS5420_MIPI_PHY_CONTROL(0),
121 .enable_reg = EXYNOS5420_MIPI_PHY_CONTROL(0),
124 .resetn_reg = EXYNOS5420_MIPI_PHY_CONTROL(0),
130 .enable_reg = EXYNOS5420_MIPI_PHY_CONTROL(1),
133 .resetn_reg = EXYNOS5420_MIPI_PHY_CONTROL(1),
139 .enable_reg = EXYNOS5420_MIPI_PHY_CONTROL(1),
142 .resetn_reg = EXYNOS5420_MIPI_PHY_CONTROL(1),
148 .enable_reg = EXYNOS5420_MIPI_PHY_CONTROL(2),
151 .resetn_reg = EXYNOS5420_MIPI_PHY_CONTROL(2),
/Linux-v4.19/include/linux/soc/samsung/
Dexynos-regs-pmu.h510 #define EXYNOS5420_MIPI_PHY_CONTROL(n) (0x0714 + (n) * 4) macro