Searched +full:hi970 +full:- +full:pcie +full:- +full:phy (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/phy/hisilicon,phy-hi3670-pcie.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: HiSilicon Kirin970 PCIe PHY10 - Mauro Carvalho Chehab <mchehab+huawei@kernel.org>13 Bindings for PCIe PHY on HiSilicon Kirin 970.17 const: hisilicon,hi970-pcie-phy19 "#phy-cells":24 description: PHY Control registers[all …]
1 // SPDX-License-Identifier: GPL-2.03 * PCIe phy driver for Kirin 97025 #include <linux/phy/phy.h>32 /* PCIe CTRL registers */44 /* PCIe PHY registers */168 static inline void hi3670_apb_phy_writel(struct hi3670_pcie_phy *phy, u32 val, in hi3670_apb_phy_writel() argument171 writel(val, phy->base + APB_PHY_START_ADDR + reg); in hi3670_apb_phy_writel()174 static inline u32 hi3670_apb_phy_readl(struct hi3670_pcie_phy *phy, u32 reg) in hi3670_apb_phy_readl() argument176 return readl(phy->base + APB_PHY_START_ADDR + reg); in hi3670_apb_phy_readl()179 static inline void hi3670_apb_phy_updatel(struct hi3670_pcie_phy *phy, in hi3670_apb_phy_updatel() argument[all …]