Searched refs:hi3660_pcie_phy (Results 1 – 1 of 1) sorted by relevance
126 struct hi3660_pcie_phy { struct139 static inline void kirin_apb_phy_writel(struct hi3660_pcie_phy *hi3660_pcie_phy, in kirin_apb_phy_writel() argument142 writel(val, hi3660_pcie_phy->base + reg); in kirin_apb_phy_writel()145 static inline u32 kirin_apb_phy_readl(struct hi3660_pcie_phy *hi3660_pcie_phy, in kirin_apb_phy_readl() argument148 return readl(hi3660_pcie_phy->base + reg); in kirin_apb_phy_readl()151 static int hi3660_pcie_phy_get_clk(struct hi3660_pcie_phy *phy) in hi3660_pcie_phy_get_clk()178 static int hi3660_pcie_phy_get_resource(struct hi3660_pcie_phy *phy) in hi3660_pcie_phy_get_resource()201 static int hi3660_pcie_phy_start(struct hi3660_pcie_phy *phy) in hi3660_pcie_phy_start()229 static void hi3660_pcie_phy_oe_enable(struct hi3660_pcie_phy *phy) in hi3660_pcie_phy_oe_enable()239 static int hi3660_pcie_phy_clk_ctrl(struct hi3660_pcie_phy *phy, bool enable) in hi3660_pcie_phy_clk_ctrl()[all …]