Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence.h22 #define CDNS_PCIE_LM_BASE 0x00100000 macro
25 #define CDNS_PCIE_LM_ID (CDNS_PCIE_LM_BASE + 0x0044)
36 #define CDNS_PCIE_LM_RP_RID (CDNS_PCIE_LM_BASE + 0x0228)
43 #define CDNS_PCIE_LM_EP_ID (CDNS_PCIE_LM_BASE + 0x022c)
53 (CDNS_PCIE_LM_BASE + 0x0240 + (fn) * 0x0008)
55 (CDNS_PCIE_LM_BASE + 0x0244 + (fn) * 0x0008)
59 (CDNS_PCIE_LM_BASE + 0x0280 + (fn) * 0x0008)
61 (CDNS_PCIE_LM_BASE + 0x0284 + (fn) * 0x0008)
72 #define CDNS_PCIE_LM_EP_FUNC_CFG (CDNS_PCIE_LM_BASE + 0x02c0)
75 #define CDNS_PCIE_LM_RC_BAR_CFG (CDNS_PCIE_LM_BASE + 0x0300)
[all …]
H A Dpcie-cadence-host.c49 if (!(cdns_pcie_readl(pcie, CDNS_PCIE_LM_BASE) & 0x1)) in cdns_pci_map_bus()