Home
last modified time | relevance | path

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

/linux/drivers/phy/samsung/
A Dphy-exynos-pcie.c153 struct exynos_pcie_phy *exynos_phy; in exynos_pcie_phy_probe() local
157 exynos_phy = devm_kzalloc(dev, sizeof(*exynos_phy), GFP_KERNEL); in exynos_pcie_phy_probe()
158 if (!exynos_phy) in exynos_pcie_phy_probe()
161 exynos_phy->base = devm_platform_ioremap_resource(pdev, 0); in exynos_pcie_phy_probe()
162 if (IS_ERR(exynos_phy->base)) in exynos_pcie_phy_probe()
163 return PTR_ERR(exynos_phy->base); in exynos_pcie_phy_probe()
167 if (IS_ERR(exynos_phy->pmureg)) { in exynos_pcie_phy_probe()
169 return PTR_ERR(exynos_phy->pmureg); in exynos_pcie_phy_probe()
174 if (IS_ERR(exynos_phy->fsysreg)) { in exynos_pcie_phy_probe()
176 return PTR_ERR(exynos_phy->fsysreg); in exynos_pcie_phy_probe()
[all …]

Completed in 3 milliseconds