Searched +full:j721e +full:- +full:pcie +full:- +full:ep (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2 # Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/4 ---5 $id: "http://devicetree.org/schemas/pci/ti,j721e-pci-ep.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: TI J721E PCI EP (PCIe Wrapper)11 - Kishon Vijay Abraham I <kishon@ti.com>14 - $ref: "cdns-pcie-ep.yaml#"19 - ti,j721e-pcie-ep24 reg-names:[all …]
1 // SPDX-License-Identifier: GPL-2.03 * pci-j721e - PCIe controller driver for TI's J721E SoCs5 * Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com22 #include "pcie-cadence.h"74 static inline u32 j721e_pcie_user_readl(struct j721e_pcie *pcie, u32 offset) in j721e_pcie_user_readl() argument76 return readl(pcie->user_cfg_base + offset); in j721e_pcie_user_readl()79 static inline void j721e_pcie_user_writel(struct j721e_pcie *pcie, u32 offset, in j721e_pcie_user_writel() argument82 writel(value, pcie->user_cfg_base + offset); in j721e_pcie_user_writel()85 static inline u32 j721e_pcie_intd_readl(struct j721e_pcie *pcie, u32 offset) in j721e_pcie_intd_readl() argument87 return readl(pcie->intd_cfg_base + offset); in j721e_pcie_intd_readl()[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_PCIE_CADENCE) += pcie-cadence.o3 obj-$(CONFIG_PCIE_CADENCE_HOST) += pcie-cadence-host.o4 obj-$(CONFIG_PCIE_CADENCE_EP) += pcie-cadence-ep.o5 obj-$(CONFIG_PCIE_CADENCE_PLAT) += pcie-cadence-plat.o6 obj-$(CONFIG_PCI_J721E) += pci-j721e.o
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for J721E SoC Family Main Domain peripherals5 * Copyright (C) 2016-2019 Texas Instruments Incorporated - https://www.ti.com/7 #include <dt-bindings/phy/phy.h>8 #include <dt-bindings/mux/mux.h>9 #include <dt-bindings/mux/ti-serdes.h>12 cmn_refclk: clock-cmnrefclk {13 #clock-cells = <0>;14 compatible = "fixed-clock";15 clock-frequency = <0>;[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...