Searched refs:pcireg_base (Results 1 – 1 of 1) sorted by relevance
159 void __iomem *pcireg_base; member189 if (readl(pcie->pcireg_base + PS_LINKUP_OFFSET) & PCIE_PHY_LINKUP_BIT) in nwl_pcie_link_up()196 if (readl(pcie->pcireg_base + PS_LINKUP_OFFSET) & PHY_RDY_LINKUP_BIT) in nwl_phy_link_up()756 pcie->pcireg_base = devm_ioremap_resource(dev, res); in nwl_pcie_parse_dt()757 if (IS_ERR(pcie->pcireg_base)) in nwl_pcie_parse_dt()758 return PTR_ERR(pcie->pcireg_base); in nwl_pcie_parse_dt()