Lines Matching refs:hi3670_pcie_phy

157 struct hi3670_pcie_phy {
173 static inline void hi3670_apb_phy_writel(struct hi3670_pcie_phy *phy, u32 val,
179 static inline u32 hi3670_apb_phy_readl(struct hi3670_pcie_phy *phy, u32 reg)
184 static inline void hi3670_apb_phy_updatel(struct hi3670_pcie_phy *phy,
195 static inline void kirin_apb_natural_phy_writel(struct hi3670_pcie_phy *phy,
201 static inline u32 kirin_apb_natural_phy_readl(struct hi3670_pcie_phy *phy,
207 static void hi3670_pcie_phy_oe_enable(struct hi3670_pcie_phy *phy, bool enable)
220 static void hi3670_pcie_get_eyeparam(struct hi3670_pcie_phy *phy)
238 static void hi3670_pcie_set_eyeparam(struct hi3670_pcie_phy *phy)
283 static void hi3670_pcie_natural_cfg(struct hi3670_pcie_phy *phy)
311 static void hi3670_pcie_pll_init(struct hi3670_pcie_phy *phy)
339 static int hi3670_pcie_pll_ctrl(struct hi3670_pcie_phy *phy, bool enable)
379 static void hi3670_pcie_hp_debounce_gt(struct hi3670_pcie_phy *phy, bool open)
391 static void hi3670_pcie_phyref_gt(struct hi3670_pcie_phy *phy, bool open)
408 static void hi3670_pcie_oe_ctrl(struct hi3670_pcie_phy *phy, bool en_flag)
434 static void hi3670_pcie_ioref_gt(struct hi3670_pcie_phy *phy, bool open)
467 static int hi3670_pcie_allclk_ctrl(struct hi3670_pcie_phy *phy, bool clk_on)
508 static bool is_pipe_clk_stable(struct hi3670_pcie_phy *phy)
529 static int hi3670_pcie_noc_power(struct hi3670_pcie_phy *phy, bool enable)
559 static int hi3670_pcie_get_resources_from_pcie(struct hi3670_pcie_phy *phy)
595 static int kirin_pcie_clk_ctrl(struct hi3670_pcie_phy *phy, bool enable)
644 struct hi3670_pcie_phy *phy = phy_get_drvdata(generic_phy);
667 struct hi3670_pcie_phy *phy = phy_get_drvdata(generic_phy);
722 struct hi3670_pcie_phy *phy = phy_get_drvdata(generic_phy);
750 static int hi3670_pcie_phy_get_resources(struct hi3670_pcie_phy *phy,
803 struct hi3670_pcie_phy *phy;
840 .name = "hi3670_pcie_phy",