Searched refs:PCIE_PHY_OFFSET (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/phy/samsung/ |
D | phy-exynos-pcie.c | 18 #define PCIE_PHY_OFFSET(x) ((x) * 0x4) macro 73 exynos_pcie_phy_writel(ep->base, 0x11, PCIE_PHY_OFFSET(0x3)); in exynos5433_pcie_phy_init() 76 exynos_pcie_phy_writel(ep->base, 0, PCIE_PHY_OFFSET(0x20)); in exynos5433_pcie_phy_init() 77 exynos_pcie_phy_writel(ep->base, 0, PCIE_PHY_OFFSET(0x4b)); in exynos5433_pcie_phy_init() 80 exynos_pcie_phy_writel(ep->base, 0x34, PCIE_PHY_OFFSET(0x4)); in exynos5433_pcie_phy_init() 81 exynos_pcie_phy_writel(ep->base, 0x02, PCIE_PHY_OFFSET(0x7)); in exynos5433_pcie_phy_init() 82 exynos_pcie_phy_writel(ep->base, 0x41, PCIE_PHY_OFFSET(0x21)); in exynos5433_pcie_phy_init() 83 exynos_pcie_phy_writel(ep->base, 0x7F, PCIE_PHY_OFFSET(0x14)); in exynos5433_pcie_phy_init() 84 exynos_pcie_phy_writel(ep->base, 0xC0, PCIE_PHY_OFFSET(0x15)); in exynos5433_pcie_phy_init() 85 exynos_pcie_phy_writel(ep->base, 0x61, PCIE_PHY_OFFSET(0x36)); in exynos5433_pcie_phy_init() [all …]
|