Searched +full:tx +full:- +full:deemph +full:- +full:gen2 +full:- +full:6 +full:db (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie-common.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Lucas Stach <l.stach@pengutronix.de>11 - Richard Zhu <hongxing.zhu@nxp.com>22 clock-names:26 num-lanes:29 fsl,imx7d-pcie-phy:31 description: A phandle to an fsl,imx7d-pcie-phy node. Additional[all …]
1 // SPDX-License-Identifier: GPL-2.017 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>18 #include <linux/mfd/syscon/imx7-iomuxc-gpr.h>36 #include "pcie-designware.h"58 #define to_imx_pcie(x) dev_get_drvdata((x)->dev)82 #define IMX_PCIE_FLAG_HAS_SERDES BIT(6)86 #define imx_check_flag(pci, val) (pci->drvdata->flags & val)88 #define IMX_PCIE_MAX_CLKS 6143 /* PCIe Port Logic registers (memory-mapped) */156 /* PHY registers (not memory-mapped) */[all …]