Searched refs:exynos_pcie (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/pci/host/ |
D | pci-exynos.c | 29 #define to_exynos_pcie(x) container_of(x, struct exynos_pcie, pp) 31 struct exynos_pcie { struct 105 static inline void exynos_elb_writel(struct exynos_pcie *pcie, u32 val, u32 reg) in exynos_elb_writel() 110 static inline u32 exynos_elb_readl(struct exynos_pcie *pcie, u32 reg) in exynos_elb_readl() 115 static inline void exynos_phy_writel(struct exynos_pcie *pcie, u32 val, u32 reg) in exynos_phy_writel() 120 static inline u32 exynos_phy_readl(struct exynos_pcie *pcie, u32 reg) in exynos_phy_readl() 125 static inline void exynos_blk_writel(struct exynos_pcie *pcie, u32 val, u32 reg) in exynos_blk_writel() 130 static inline u32 exynos_blk_readl(struct exynos_pcie *pcie, u32 reg) in exynos_blk_readl() 138 struct exynos_pcie *exynos_pcie = to_exynos_pcie(pp); in exynos_pcie_sideband_dbi_w_mode() local 141 val = exynos_elb_readl(exynos_pcie, PCIE_ELBI_SLV_AWMISC); in exynos_pcie_sideband_dbi_w_mode() [all …]
|