Searched refs:app_base (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/pci/controller/dwc/ |
H A D | pcie-sophgo.c | 28 void __iomem *app_base; member 36 return readl_relaxed(sophgo->app_base + reg); in sophgo_pcie_readl_app() 41 writel_relaxed(val, sophgo->app_base + reg); in sophgo_pcie_writel_app() 200 sophgo->app_base = devm_platform_ioremap_resource_byname(pdev, "app"); in sophgo_pcie_resource_get() 201 if (IS_ERR(sophgo->app_base)) in sophgo_pcie_resource_get() 202 return dev_err_probe(&pdev->dev, PTR_ERR(sophgo->app_base), in sophgo_pcie_resource_get()
|
H A D | pcie-intel-gw.c | 64 void __iomem *app_base; member 85 writel(val, pcie->app_base + ofs); in pcie_app_wr() 91 pcie_update_bits(pcie->app_base, ofs, mask, val); in pcie_app_wr_mask() 233 pcie->app_base = devm_platform_ioremap_resource_byname(pdev, "app"); in intel_pcie_get_resources() 234 if (IS_ERR(pcie->app_base)) in intel_pcie_get_resources() 235 return PTR_ERR(pcie->app_base); in intel_pcie_get_resources() 262 ret = readl_poll_timeout(pcie->app_base + PCIE_APP_PMC, value, in intel_pcie_wait_l2()
|
/linux/drivers/phy/intel/ |
H A D | phy-intel-lgm-combo.c | 90 void __iomem *app_base; member 171 combo_phy_w32_off_mask(cbphy->app_base, PCIE_PHY_GEN_CTRL, in intel_cbphy_pcie_en_pad_refclk() 194 combo_phy_w32_off_mask(cbphy->app_base, PCIE_PHY_GEN_CTRL, in intel_cbphy_pcie_dis_pad_refclk() 440 cbphy->app_base = devm_platform_ioremap_resource_byname(pdev, "app"); in intel_cbphy_fwnode_parse() 441 if (IS_ERR(cbphy->app_base)) in intel_cbphy_fwnode_parse() 442 return PTR_ERR(cbphy->app_base); in intel_cbphy_fwnode_parse()
|