Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/cadence/
Dpcie-cadence.h21 #define CDNS_PCIE_LM_BASE 0x00100000 macro
24 #define CDNS_PCIE_LM_ID (CDNS_PCIE_LM_BASE + 0x0044)
35 #define CDNS_PCIE_LM_RP_RID (CDNS_PCIE_LM_BASE + 0x0228)
42 #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)
63 #define CDNS_PCIE_LM_EP_FUNC_CFG (CDNS_PCIE_LM_BASE + 0x02c0)
66 #define CDNS_PCIE_LM_RC_BAR_CFG (CDNS_PCIE_LM_BASE + 0x0300)
193 #define CDNS_PCIE_LTSSM_CONTROL_CAP (CDNS_PCIE_LM_BASE + 0x0054)
Dpcie-cadence-host.c47 if (!(cdns_pcie_readl(pcie, CDNS_PCIE_LM_BASE) & 0x1)) in cdns_pci_map_bus()