Searched refs:pcireg_base (Results 1 – 1 of 1) sorted by relevance
157 void __iomem *pcireg_base; member187 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()