pcs_syscon        175 drivers/phy/ti/phy-ti-pipe3.c 	struct regmap		*pcs_syscon; /* ctrl. reg. acces */
pcs_syscon        510 drivers/phy/ti/phy-ti-pipe3.c 		if (!phy->pcs_syscon) {
pcs_syscon        516 drivers/phy/ti/phy-ti-pipe3.c 		ret = regmap_update_bits(phy->pcs_syscon, phy->pcie_pcs_reg,
pcs_syscon        709 drivers/phy/ti/phy-ti-pipe3.c 		phy->pcs_syscon = syscon_regmap_lookup_by_phandle(node,
pcs_syscon        711 drivers/phy/ti/phy-ti-pipe3.c 		if (IS_ERR(phy->pcs_syscon)) {
pcs_syscon        714 drivers/phy/ti/phy-ti-pipe3.c 			phy->pcs_syscon = NULL;