Lines Matching refs:base
60 void __iomem *base;
87 imx8_phy->base + PCIE_PHY_TRSV_REG5);
90 imx8_phy->base + PCIE_PHY_TRSV_REG6);
99 val = readl(imx8_phy->base + IMX8MM_PCIE_PHY_CMN_REG061);
101 imx8_phy->base + IMX8MM_PCIE_PHY_CMN_REG061);
105 imx8_phy->base + IMX8MM_PCIE_PHY_CMN_REG061);
112 imx8_phy->base + IMX8MM_PCIE_PHY_CMN_REG062);
114 imx8_phy->base + IMX8MM_PCIE_PHY_CMN_REG063);
117 imx8_phy->base + IMX8MM_PCIE_PHY_CMN_REG064);
119 imx8_phy->base + IMX8MM_PCIE_PHY_CMN_REG065);
158 ret = readl_poll_timeout(imx8_phy->base + IMX8MM_PCIE_PHY_CMN_REG075,
261 imx8_phy->base = devm_platform_ioremap_resource(pdev, 0);
262 if (IS_ERR(imx8_phy->base))
263 return PTR_ERR(imx8_phy->base);