dpll_reset_syscon  176 drivers/phy/ti/phy-ti-pipe3.c 	struct regmap		*dpll_reset_syscon; /* ctrl. reg. acces */
dpll_reset_syscon  555 drivers/phy/ti/phy-ti-pipe3.c 	if (phy->mode == PIPE3_MODE_SATA && !phy->dpll_reset_syscon)
dpll_reset_syscon  583 drivers/phy/ti/phy-ti-pipe3.c 		regmap_update_bits(phy->dpll_reset_syscon, phy->dpll_reset_reg,
dpll_reset_syscon  585 drivers/phy/ti/phy-ti-pipe3.c 		regmap_update_bits(phy->dpll_reset_syscon, phy->dpll_reset_reg,
dpll_reset_syscon  727 drivers/phy/ti/phy-ti-pipe3.c 		phy->dpll_reset_syscon = syscon_regmap_lookup_by_phandle(node,
dpll_reset_syscon  729 drivers/phy/ti/phy-ti-pipe3.c 		if (IS_ERR(phy->dpll_reset_syscon)) {
dpll_reset_syscon  732 drivers/phy/ti/phy-ti-pipe3.c 			phy->dpll_reset_syscon = NULL;