Searched refs:phy_power_syscon (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/ti/ |
H A D | phy-ti-pipe3.c | 174 struct regmap *phy_power_syscon; /* ctrl. reg. acces */ member 324 if (!phy->phy_power_syscon) { in ti_pipe3_power_off() 329 ret = regmap_update_bits(phy->phy_power_syscon, phy->power_reg, in ti_pipe3_power_off() 344 if (!phy->phy_power_syscon) { in ti_pipe3_power_on() 357 regmap_update_bits(phy->phy_power_syscon, phy->power_reg, in ti_pipe3_power_on() 371 regmap_update_bits(phy->phy_power_syscon, phy->power_reg, in ti_pipe3_power_on() 376 regmap_update_bits(phy->phy_power_syscon, phy->power_reg, in ti_pipe3_power_on() 627 if (phy->mode != PIPE3_MODE_PCIE || phy->phy_power_syscon) { in ti_pipe3_get_clk() 676 phy->phy_power_syscon = syscon_regmap_lookup_by_phandle(node, in ti_pipe3_get_sysctrl() 678 if (IS_ERR(phy->phy_power_syscon)) { in ti_pipe3_get_sysctrl() [all...] |
/kernel/linux/linux-6.6/drivers/phy/ti/ |
H A D | phy-ti-pipe3.c | 174 struct regmap *phy_power_syscon; /* ctrl. reg. acces */ member 324 if (!phy->phy_power_syscon) { in ti_pipe3_power_off() 329 ret = regmap_update_bits(phy->phy_power_syscon, phy->power_reg, in ti_pipe3_power_off() 344 if (!phy->phy_power_syscon) { in ti_pipe3_power_on() 357 regmap_update_bits(phy->phy_power_syscon, phy->power_reg, in ti_pipe3_power_on() 371 regmap_update_bits(phy->phy_power_syscon, phy->power_reg, in ti_pipe3_power_on() 376 regmap_update_bits(phy->phy_power_syscon, phy->power_reg, in ti_pipe3_power_on() 627 if (phy->mode != PIPE3_MODE_PCIE || phy->phy_power_syscon) { in ti_pipe3_get_clk() 676 phy->phy_power_syscon = syscon_regmap_lookup_by_phandle(node, in ti_pipe3_get_sysctrl() 678 if (IS_ERR(phy->phy_power_syscon)) { in ti_pipe3_get_sysctrl() [all...] |
Completed in 2 milliseconds