Home
last modified time | relevance | path

Searched +full:syscon +full:- +full:acspcie +full:- +full:proxy +full:- +full:ctrl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pci/controller/cadence/
H A Dpci-j721e.c1 // SPDX-License-Identifier: GPL-2.0
3 * pci-j721e - PCIe controller driver for TI's J721E SoCs
5 * Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com
10 #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 …]