Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c242 value &= ~(LM_RC_BAR_CFG_CTRL_MEM_64BITS(bar) | in cdns_pcie_host_bar_ib_config()
249 value |= LM_RC_BAR_CFG_CTRL_MEM_64BITS(bar); in cdns_pcie_host_bar_ib_config()
H A Dpcie-cadence.h112 #define LM_RC_BAR_CFG_CTRL_MEM_64BITS(bar) \ macro