Searched refs:hi3660_pcie_phy (Results 1 – 1 of 1) sorted by relevance
127 struct hi3660_pcie_phy { struct140 static inline void kirin_apb_phy_writel(struct hi3660_pcie_phy *hi3660_pcie_phy, in kirin_apb_phy_writel() argument143 writel(val, hi3660_pcie_phy->base + reg); in kirin_apb_phy_writel()146 static inline u32 kirin_apb_phy_readl(struct hi3660_pcie_phy *hi3660_pcie_phy, in kirin_apb_phy_readl() argument149 return readl(hi3660_pcie_phy->base + reg); in kirin_apb_phy_readl()152 static int hi3660_pcie_phy_get_clk(struct hi3660_pcie_phy *phy) in hi3660_pcie_phy_get_clk()179 static int hi3660_pcie_phy_get_resource(struct hi3660_pcie_phy *phy) in hi3660_pcie_phy_get_resource()202 static int hi3660_pcie_phy_start(struct hi3660_pcie_phy *phy) in hi3660_pcie_phy_start()230 static void hi3660_pcie_phy_oe_enable(struct hi3660_pcie_phy *phy) in hi3660_pcie_phy_oe_enable()240 static int hi3660_pcie_phy_clk_ctrl(struct hi3660_pcie_phy *phy, bool enable) in hi3660_pcie_phy_clk_ctrl()[all …]