Searched refs:exynos_phy (Results 1 – 1 of 1) sorted by relevance
232 struct exynos_pcie_phy *exynos_phy; in exynos_pcie_phy_probe() local242 exynos_phy = devm_kzalloc(dev, sizeof(*exynos_phy), GFP_KERNEL); in exynos_pcie_phy_probe()243 if (!exynos_phy) in exynos_pcie_phy_probe()247 exynos_phy->phy_base = devm_ioremap_resource(dev, res); in exynos_pcie_phy_probe()248 if (IS_ERR(exynos_phy->phy_base)) in exynos_pcie_phy_probe()249 return PTR_ERR(exynos_phy->phy_base); in exynos_pcie_phy_probe()252 exynos_phy->blk_base = devm_ioremap_resource(dev, res); in exynos_pcie_phy_probe()253 if (IS_ERR(exynos_phy->blk_base)) in exynos_pcie_phy_probe()254 return PTR_ERR(exynos_phy->blk_base); in exynos_pcie_phy_probe()256 exynos_phy->drv_data = drv_data; in exynos_pcie_phy_probe()[all …]