Searched refs:hi3660_pcie_phy (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-kirin.c126 struct hi3660_pcie_phy { struct
139 static inline void kirin_apb_phy_writel(struct hi3660_pcie_phy *hi3660_pcie_phy, argument
142 writel(val, hi3660_pcie_phy->base + reg);
145 static inline u32 kirin_apb_phy_readl(struct hi3660_pcie_phy *hi3660_pcie_phy, argument
148 return readl(hi3660_pcie_phy->base + reg);
151 static int hi3660_pcie_phy_get_clk(struct hi3660_pcie_phy *phy)
178 static int hi3660_pcie_phy_get_resource(struct hi3660_pcie_phy *phy)
201 static int hi3660_pcie_phy_start(struct hi3660_pcie_phy *ph
[all...]

Completed in 218 milliseconds