Home
last modified time | relevance | path

Searched refs:CDNS_PCIE_LM_BASE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-lga-regs.h19 #define CDNS_PCIE_LM_BASE 0x00100000 macro
22 #define CDNS_PCIE_LM_ID (CDNS_PCIE_LM_BASE + 0x0044)
33 #define CDNS_PCIE_LM_RP_RID (CDNS_PCIE_LM_BASE + 0x0228)
40 #define CDNS_PCIE_LM_EP_ID (CDNS_PCIE_LM_BASE + 0x022C)
50 (CDNS_PCIE_LM_BASE + 0x0240 + (fn) * 0x0008)
52 (CDNS_PCIE_LM_BASE + 0x0244 + (fn) * 0x0008)
56 (CDNS_PCIE_LM_BASE + 0x0280 + (fn) * 0x0008)
58 (CDNS_PCIE_LM_BASE + 0x0284 + (fn) * 0x0008)
69 #define CDNS_PCIE_LM_EP_FUNC_CFG (CDNS_PCIE_LM_BASE + 0x02C0)
72 #define CDNS_PCIE_LM_RC_BAR_CFG (CDNS_PCIE_LM_BASE + 0x0300)
[all …]
H A Dpcie-cadence.c30 pl_reg_val = cdns_pcie_readl(pcie, CDNS_PCIE_LM_BASE); in cdns_pcie_linkup()