pcie_pcs           45 drivers/phy/ti/phy-omap-control.c 	val = readl(control_phy->pcie_pcs);
pcie_pcs           49 drivers/phy/ti/phy-omap-control.c 	writel(val, control_phy->pcie_pcs);
pcie_pcs          317 drivers/phy/ti/phy-omap-control.c 		control_phy->pcie_pcs = devm_ioremap_resource(&pdev->dev, res);
pcie_pcs          318 drivers/phy/ti/phy-omap-control.c 		if (IS_ERR(control_phy->pcie_pcs))
pcie_pcs          319 drivers/phy/ti/phy-omap-control.c 			return PTR_ERR(control_phy->pcie_pcs);
pcie_pcs           27 include/linux/phy/omap_control_phy.h 	u32 __iomem *pcie_pcs;