Lines Matching refs:blk_base
70 void __iomem *blk_base; /* For exynos5440 */ member
124 exynos_pcie_phy_writel(ep->blk_base, 1, PCIE_PHY_COMMON_RESET); in exynos5440_pcie_phy_init()
126 exynos_pcie_phy_writel(ep->blk_base, 0, PCIE_PHY_COMMON_RESET); in exynos5440_pcie_phy_init()
136 exynos_pcie_phy_writel(ep->blk_base, 0, PCIE_PHY_COMMON_RESET); in exynos5440_pcie_phy_power_on()
137 exynos_pcie_phy_writel(ep->blk_base, 0, PCIE_PHY_CMN_REG); in exynos5440_pcie_phy_power_on()
138 exynos_pcie_phy_writel(ep->blk_base, 0, PCIE_PHY_TRSVREG_RESET); in exynos5440_pcie_phy_power_on()
139 exynos_pcie_phy_writel(ep->blk_base, 0, PCIE_PHY_TRSV_RESET); in exynos5440_pcie_phy_power_on()
202 exynos_pcie_phy_writel(ep->blk_base, 0, PCIE_PHY_MAC_RESET); in exynos5440_pcie_phy_reset()
203 exynos_pcie_phy_writel(ep->blk_base, 1, PCIE_PHY_GLOBAL_RESET); in exynos5440_pcie_phy_reset()
204 exynos_pcie_phy_writel(ep->blk_base, 0, PCIE_PHY_GLOBAL_RESET); in exynos5440_pcie_phy_reset()
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()