Lines Matching refs:hi3660_pcie_phy
124 struct hi3660_pcie_phy { struct
137 static inline void kirin_apb_phy_writel(struct hi3660_pcie_phy *hi3660_pcie_phy, in kirin_apb_phy_writel() argument
140 writel(val, hi3660_pcie_phy->base + reg); in kirin_apb_phy_writel()
143 static inline u32 kirin_apb_phy_readl(struct hi3660_pcie_phy *hi3660_pcie_phy, in kirin_apb_phy_readl() argument
146 return readl(hi3660_pcie_phy->base + reg); in kirin_apb_phy_readl()
149 static int hi3660_pcie_phy_get_clk(struct hi3660_pcie_phy *phy) in hi3660_pcie_phy_get_clk()
176 static int hi3660_pcie_phy_get_resource(struct hi3660_pcie_phy *phy) in hi3660_pcie_phy_get_resource()
199 static int hi3660_pcie_phy_start(struct hi3660_pcie_phy *phy) in hi3660_pcie_phy_start()
227 static void hi3660_pcie_phy_oe_enable(struct hi3660_pcie_phy *phy) in hi3660_pcie_phy_oe_enable()
237 static int hi3660_pcie_phy_clk_ctrl(struct hi3660_pcie_phy *phy, bool enable) in hi3660_pcie_phy_clk_ctrl()
286 struct hi3660_pcie_phy *phy = pcie->phy_priv; in hi3660_pcie_phy_power_on()
323 struct hi3660_pcie_phy *phy; in hi3660_pcie_phy_init()
342 struct hi3660_pcie_phy *phy = pcie->phy_priv; in hi3660_pcie_phy_power_off()