Searched +full:syscon +full:- +full:acspcie +full:- +full:proxy +full:- +full:ctrl (Results 1 – 1 of 1) sorted by relevance
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.com10 #include <linux/clk-provider.h>17 #include <linux/mfd/syscon.h>26 #include "pcie-cadence.h"85 return readl(pcie->user_cfg_base + offset); in j721e_pcie_user_readl()91 writel(value, pcie->user_cfg_base + offset); in j721e_pcie_user_writel()96 return readl(pcie->intd_cfg_base + offset); in j721e_pcie_intd_readl()102 writel(value, pcie->intd_cfg_base + offset); in j721e_pcie_intd_writel()[all …]