phy_power_syscon 174 drivers/phy/ti/phy-ti-pipe3.c struct regmap *phy_power_syscon; /* ctrl. reg. acces */ phy_power_syscon 324 drivers/phy/ti/phy-ti-pipe3.c if (!phy->phy_power_syscon) { phy_power_syscon 329 drivers/phy/ti/phy-ti-pipe3.c ret = regmap_update_bits(phy->phy_power_syscon, phy->power_reg, phy_power_syscon 345 drivers/phy/ti/phy-ti-pipe3.c if (!phy->phy_power_syscon) { phy_power_syscon 358 drivers/phy/ti/phy-ti-pipe3.c ret = regmap_update_bits(phy->phy_power_syscon, phy->power_reg, phy_power_syscon 372 drivers/phy/ti/phy-ti-pipe3.c regmap_update_bits(phy->phy_power_syscon, phy->power_reg, phy_power_syscon 377 drivers/phy/ti/phy-ti-pipe3.c regmap_update_bits(phy->phy_power_syscon, phy->power_reg, phy_power_syscon 628 drivers/phy/ti/phy-ti-pipe3.c if (phy->mode != PIPE3_MODE_PCIE || phy->phy_power_syscon) { phy_power_syscon 677 drivers/phy/ti/phy-ti-pipe3.c phy->phy_power_syscon = syscon_regmap_lookup_by_phandle(node, phy_power_syscon 679 drivers/phy/ti/phy-ti-pipe3.c if (IS_ERR(phy->phy_power_syscon)) { phy_power_syscon 682 drivers/phy/ti/phy-ti-pipe3.c phy->phy_power_syscon = NULL; phy_power_syscon 692 drivers/phy/ti/phy-ti-pipe3.c if (!phy->phy_power_syscon) {