Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c199 cdns_pcie_writel(pcie, CDNS_PCIE_LM_RC_BAR_CFG, value); in cdns_pcie_host_init_root_port()
241 value = cdns_pcie_readl(pcie, CDNS_PCIE_LM_RC_BAR_CFG); in cdns_pcie_host_bar_ib_config()
258 cdns_pcie_writel(pcie, CDNS_PCIE_LM_RC_BAR_CFG, value); in cdns_pcie_host_bar_ib_config()
H A Dpcie-cadence.h75 #define CDNS_PCIE_LM_RC_BAR_CFG (CDNS_PCIE_LM_BASE + 0x0300) macro