Home
last modified time | relevance | path

Searched refs:pcie_phy (Results 1 – 25 of 123) sorted by relevance

12345

/openbmc/linux/drivers/phy/mediatek/
H A Dphy-mtk-pcie.c115 if (!pcie_phy->sw_efuse_en) in mtk_pcie_phy_init()
182 pcie_phy->sw_efuse_en = true; in mtk_pcie_read_efuse()
184 pcie_phy->efuse = devm_kzalloc(dev, pcie_phy->data->num_lanes * in mtk_pcie_read_efuse()
186 if (!pcie_phy->efuse) in mtk_pcie_read_efuse()
202 struct mtk_pcie_phy *pcie_phy; in mtk_pcie_phy_probe() local
205 pcie_phy = devm_kzalloc(dev, sizeof(*pcie_phy), GFP_KERNEL); in mtk_pcie_phy_probe()
206 if (!pcie_phy) in mtk_pcie_phy_probe()
215 if (IS_ERR(pcie_phy->phy)) in mtk_pcie_phy_probe()
219 pcie_phy->dev = dev; in mtk_pcie_phy_probe()
221 if (!pcie_phy->data) in mtk_pcie_phy_probe()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Drockchip,rk3399-pcie-ep.yaml63 phys = <&pcie_phy 0>, <&pcie_phy 1>, <&pcie_phy 2>, <&pcie_phy 3>;
H A Dfsl,imx6q-pcie.yaml106 - const: pcie_phy
122 - const: pcie_phy
140 - const: pcie_phy
188 clock-names = "pcie", "pcie_bus", "pcie_phy";
H A Dfsl,imx6q-pcie-common.yaml48 - const: pcie_phy
131 - const: pcie_phy
151 - const: pcie_phy
186 const: pcie_phy
H A Dfsl,imx6q-pcie-ep.yaml78 - const: pcie_phy
119 phys = <&pcie_phy>;
H A Dsocionext,uniphier-pcie.yaml100 phys = <&pcie_phy>;
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dbrcm,sr-pcie-phy.txt26 pcie_phy: phy@40000000 {
39 phys = <&pcie_phy 0>;
H A Dbrcm,cygnus-pcie-phy.yaml62 pcie_phy: pcie_phy@301d0a0 {
H A Drockchip-pcie-phy.txt28 pcie_phy: pcie-phy {
H A Damlogic,meson-axg-pcie.yaml45 pcie_phy: pcie-phy@ff644000 {
H A Dsamsung,exynos-pcie-phy.yaml44 pcie_phy: pcie-phy@15680000 {
H A Dhisilicon,phy-hi3670-pcie.yaml67 pcie_phy: pcie-phy@fc000000 {
H A Dsocionext,uniphier-pcie-phy.yaml92 pcie_phy: phy@66038000 {
/openbmc/linux/arch/mips/pci/
H A Dpci-mt7620.c128 static void pcie_phy(unsigned long addr, unsigned long val) in pcie_phy() function
224 pcie_phy(0x0, 0x80); in mt7620_pci_hw_init()
225 pcie_phy(0x1, 0x04); in mt7620_pci_hw_init()
228 pcie_phy(0x68, 0xB4); in mt7620_pci_hw_init()
/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/
H A Dstingray-pcie.dtsi37 phys = <&pcie_phy 8>;
47 pcie_phy: phy@0 { label
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d.dtsi144 clock-names = "pcie", "pcie_bus", "pcie_phy";
156 fsl,imx7d-pcie-phy = <&pcie_phy>;
163 pcie_phy: pcie-phy@306d0000 { label
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-khadas-edge-captain.dts19 &pcie_phy {
H A Drk3399-khadas-edge-v.dts19 &pcie_phy {
H A Drk3399pro.dtsi11 &pcie_phy {
H A Drk3399-roc-pc-mezzanine.dts59 &pcie_phy {
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpci-imx6.c78 struct clk *pcie_phy; member
410 unsigned long phy_rate = clk_get_rate(imx6_pcie->pcie_phy); in imx6_setup_phy_mpll()
653 ret = clk_prepare_enable(imx6_pcie->pcie_phy); in imx6_pcie_clk_enable()
686 clk_disable_unprepare(imx6_pcie->pcie_phy); in imx6_pcie_clk_enable()
696 clk_disable_unprepare(imx6_pcie->pcie_phy); in imx6_pcie_clk_disable()
1378 imx6_pcie->pcie_phy = devm_clk_get(dev, "pcie_phy"); in imx6_pcie_probe()
1379 if (IS_ERR(imx6_pcie->pcie_phy)) in imx6_pcie_probe()
1380 return dev_err_probe(dev, PTR_ERR(imx6_pcie->pcie_phy), in imx6_pcie_probe()
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,gcc-apq8084.yaml75 <&pcie_phy>;
H A Dbrcm,iproc-clocks.yaml126 pcie_phy lcpll0 1 BCM_CYGNUS_LCPLL0_PCIE_PHY_REF_CLK
193 pcie_phy lcpll0 1 BCM_NSP_LCPLL0_PCIE_PHY_REF_CLK
354 - const: pcie_phy
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-verdin-yavia.dtsi102 &pcie_phy {
H A Dimx8mm-verdin-dahlia.dtsi99 &pcie_phy {

12345