Searched refs:cdns_pcie_readl (Results 1 – 3 of 3) sorted by relevance
47 if (!(cdns_pcie_readl(pcie, CDNS_PCIE_LM_BASE) & 0x1)) in cdns_pci_map_bus()144 value = cdns_pcie_readl(pcie, CDNS_PCIE_LM_RC_BAR_CFG); in cdns_pcie_host_bar_ib_config()
108 cfg = cdns_pcie_readl(pcie, reg); in cdns_pcie_ep_set_bar()138 cfg = cdns_pcie_readl(pcie, reg); in cdns_pcie_ep_clear_bar()
354 static inline u32 cdns_pcie_readl(struct cdns_pcie *pcie, u32 reg) in cdns_pcie_readl() function