Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/host/
Dpci-exynos.c125 static inline void exynos_blk_writel(struct exynos_pcie *pcie, u32 val, u32 reg) in exynos_blk_writel() function
193 exynos_blk_writel(exynos_pcie, 1, PCIE_PHY_MAC_RESET); in exynos_pcie_deassert_core_reset()
200 exynos_blk_writel(exynos_pcie, 0, PCIE_PHY_MAC_RESET); in exynos_pcie_assert_phy_reset()
201 exynos_blk_writel(exynos_pcie, 1, PCIE_PHY_GLOBAL_RESET); in exynos_pcie_assert_phy_reset()
208 exynos_blk_writel(exynos_pcie, 0, PCIE_PHY_GLOBAL_RESET); in exynos_pcie_deassert_phy_reset()
210 exynos_blk_writel(exynos_pcie, 0, PCIE_PHY_COMMON_RESET); in exynos_pcie_deassert_phy_reset()
211 exynos_blk_writel(exynos_pcie, 0, PCIE_PHY_CMN_REG); in exynos_pcie_deassert_phy_reset()
212 exynos_blk_writel(exynos_pcie, 0, PCIE_PHY_TRSVREG_RESET); in exynos_pcie_deassert_phy_reset()
213 exynos_blk_writel(exynos_pcie, 0, PCIE_PHY_TRSV_RESET); in exynos_pcie_deassert_phy_reset()
342 exynos_blk_writel(exynos_pcie, 1, PCIE_PHY_COMMON_RESET); in exynos_pcie_establish_link()
[all …]