Home
last modified time | relevance | path

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

12345

/openbmc/linux/drivers/phy/mediatek/
H A Dphy-mtk-pcie.c80 static void mtk_pcie_efuse_set_lane(struct mtk_pcie_phy *pcie_phy, in mtk_pcie_efuse_set_lane() argument
83 struct mtk_pcie_lane_efuse *data = &pcie_phy->efuse[lane]; in mtk_pcie_efuse_set_lane()
89 addr = pcie_phy->sif_base + PEXTP_ANA_LN0_TRX_REG + in mtk_pcie_efuse_set_lane()
112 struct mtk_pcie_phy *pcie_phy = phy_get_drvdata(phy); in mtk_pcie_phy_init() local
115 if (!pcie_phy->sw_efuse_en) in mtk_pcie_phy_init()
119 mtk_phy_update_field(pcie_phy->sif_base + PEXTP_ANA_GLB_00_REG, in mtk_pcie_phy_init()
120 EFUSE_GLB_INTR_SEL, pcie_phy->efuse_glb_intr); in mtk_pcie_phy_init()
122 for (i = 0; i < pcie_phy->data->num_lanes; i++) in mtk_pcie_phy_init()
123 mtk_pcie_efuse_set_lane(pcie_phy, i); in mtk_pcie_phy_init()
133 static int mtk_pcie_efuse_read_for_lane(struct mtk_pcie_phy *pcie_phy, in mtk_pcie_efuse_read_for_lane() argument
[all …]
/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/Documentation/devicetree/bindings/phy/
H A Dbrcm,sr-pcie-phy.txt26 pcie_phy: phy@40000000 {
39 phys = <&pcie_phy 0>;
H A Drockchip-pcie-phy.txt28 pcie_phy: pcie-phy {
/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 {
H A Drk3399-sapphire-excavator.dts195 &pcie_phy {
H A Drk3399-puma-haikou.dts155 &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/qemu/hw/arm/
H A Daspeed_ast2600.c211 for (i = 0; i < ARRAY_SIZE(s->pcie_phy); i++) { in aspeed_soc_ast2600_init()
212 object_initialize_child(obj, "pcie-phy[*]", &s->pcie_phy[i], in aspeed_soc_ast2600_init()
481 for (i = 0; i < ARRAY_SIZE(s->pcie_phy); i++) { in aspeed_soc_ast2600_realize()
482 if (!sysbus_realize(SYS_BUS_DEVICE(&s->pcie_phy[i]), errp)) { in aspeed_soc_ast2600_realize()
485 aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->pcie_phy[i]), 0, in aspeed_soc_ast2600_realize()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-verdin-yavia.dtsi102 &pcie_phy {
H A Dimx8mm-verdin-dahlia.dtsi99 &pcie_phy {
H A Dimx8mm-verdin-dev.dtsi102 &pcie_phy {
H A Dimx8mp-verdin-dahlia.dtsi118 &pcie_phy {
H A Dimx8mp-verdin-yavia.dtsi125 &pcie_phy {
H A Dimx8mm-venice-gw71xx.dtsi100 &pcie_phy {
H A Dimx8mp-verdin-dev.dtsi139 &pcie_phy {
H A Dimx8mp-venice-gw71xx.dtsi85 &pcie_phy {
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm5301x.dtsi116 clock-output-names = "lcpll0", "pcie_phy",
H A Dbcm-cygnus-clock.dtsi102 clock-output-names = "lcpll0", "pcie_phy", "ddr_phy", "sdio",
/openbmc/qemu/include/hw/arm/
H A Daspeed_soc.h97 AspeedPCIEPhy pcie_phy[2]; member

12345