Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/controller/
Dpcie-xilinx-nwl.c157 void __iomem *pcireg_base; member
187 if (readl(pcie->pcireg_base + PS_LINKUP_OFFSET) & PCIE_PHY_LINKUP_BIT) in nwl_pcie_link_up()
194 if (readl(pcie->pcireg_base + PS_LINKUP_OFFSET) & PHY_RDY_LINKUP_BIT) in nwl_phy_link_up()
787 pcie->pcireg_base = devm_ioremap_resource(dev, res); in nwl_pcie_parse_dt()
788 if (IS_ERR(pcie->pcireg_base)) in nwl_pcie_parse_dt()
789 return PTR_ERR(pcie->pcireg_base); in nwl_pcie_parse_dt()